Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor of Pipeline Tests #3203

Merged
merged 23 commits into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
15a5590
First pass refactor
adamkells Oct 19, 2023
dba4718
Make `OmegaConfigLoader` accept paths containing dots outside of conf…
ankatiyar Oct 12, 2023
124b115
Revise documentation table of contents (#3157)
stichbury Oct 12, 2023
22be5e8
Implement and use custom `KedroDeprecationWarning` (#3095)
deepyaman Oct 12, 2023
34a394b
Add deprecation warnings to `PartitionedDataset` and `IncrementalData…
ankatiyar Oct 13, 2023
f4b27c0
Make settings.py optional (#3163)
miguel-ortiz-marin Oct 13, 2023
9f70211
Update makefile to pin pip version to fix nightly CI (#3182)
noklam Oct 16, 2023
87b18fb
Add deprecation notice to archived starters (#3173)
ankatiyar Oct 17, 2023
ea58e1d
Update release notes for docs changes (#3176)
stichbury Oct 18, 2023
9d1dec8
Mute deprecation warnings coming from io.core that a user can't chang…
merelcht Oct 18, 2023
da18634
Release Kedro `0.18.14` (#3192)
merelcht Oct 18, 2023
2ad43a6
Improving docstrings of Filters
adamkells Oct 19, 2023
fc89953
Improving docstrings of Fixtures
adamkells Oct 20, 2023
90e2dfa
Fix bugs in tests
adamkells Oct 24, 2023
61040aa
Add nightly build to develop branch (#3215)
ankatiyar Oct 23, 2023
1269279
Update nightly build job (#3218)
ankatiyar Oct 24, 2023
f795094
Pre-commit code quality fixes
adamkells Oct 24, 2023
6bd8c8b
add contribution
adamkells Oct 30, 2023
68d4b45
Debugging setup of vscode section update (#3181)
mustious Oct 24, 2023
d4aefe9
Make nightly build on develop use `make test` instead of `make test-n…
ankatiyar Oct 25, 2023
c2184e7
Change the order of CI, run windows test before ubuntu (#3224)
noklam Oct 25, 2023
d24ccde
Merge branch 'main' into refactor_test_pipeline
adamkells Oct 30, 2023
f8ee297
Merge branch 'main' into refactor_test_pipeline
merelcht Oct 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

## Migration guide from Kedro 0.18.* to 0.19.*

## Community contributions
Many thanks to the following Kedroids for contributing PRs to this release:

Check warning on line 12 in RELEASE.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Kedro.weaselwords] 'Many' is a weasel word! Raw Output: {"message": "[Kedro.weaselwords] 'Many' is a weasel word!", "location": {"path": "RELEASE.md", "range": {"start": {"line": 12, "column": 1}}}, "severity": "WARNING"}

Check warning on line 12 in RELEASE.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Kedro.Spellings] Did you really mean 'Kedroids'? Raw Output: {"message": "[Kedro.Spellings] Did you really mean 'Kedroids'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 12, "column": 30}}}, "severity": "WARNING"}
* [Adam Kells](https://github.com/adamkells)

Check warning on line 13 in RELEASE.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Kedro.Spellings] Did you really mean 'Kells'? Raw Output: {"message": "[Kedro.Spellings] Did you really mean 'Kells'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 13, "column": 9}}}, "severity": "WARNING"}

# Release 0.18.14

## Major features and improvements
Expand Down
Loading