Skip to content

Commit

Permalink
update release.md
Browse files Browse the repository at this point in the history
Signed-off-by: Yolan Honoré-Rougé <yolan.honore.rouge@gmail.com>
  • Loading branch information
Galileo-Galilei committed Apr 1, 2024
1 parent ff8fab6 commit a3e41bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
* Kedro commands now work from any subdirectory within a Kedro project.
* Kedro CLI now provides a better error message when project commands are run outside of a project i.e. `kedro run`.
* Dropped the dependency on `toposort` in favour of the built-in `graphlib` module.
* Improve the performance of `Pipeline` object creation and summing.
* Improved the performance of `Pipeline` object creation and summing.

## Bug fixes and other changes
* Updated `kedro pipeline create` and `kedro pipeline delete` to read the base environment from the project settings.
* Updated CLI command `kedro catalog resolve` to read credentials properly.
* Updated ``.gitignore`` to prevent pushing Mlflow local runs folder to a remote forge when using mlflow and git.

Check warning on line 14 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L14

[Kedro.Spellings] Did you really mean 'Mlflow'?
Raw output
{"message": "[Kedro.Spellings] Did you really mean 'Mlflow'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 14, "column": 45}}}, "severity": "WARNING"}

Check warning on line 14 in RELEASE.md

View workflow job for this annotation

GitHub Actions / vale

[vale] RELEASE.md#L14

[Kedro.Spellings] Did you really mean 'mlflow'?
Raw output
{"message": "[Kedro.Spellings] Did you really mean 'mlflow'?", "location": {"path": "RELEASE.md", "range": {"start": {"line": 14, "column": 99}}}, "severity": "WARNING"}

## Breaking changes to the API
* Methods `_is_project` and `_find_kedro_project` have been moved to `kedro.utils`. We recommend not using private methods in your code, but if you do, please update your code to use the new location.
Expand Down

0 comments on commit a3e41bd

Please sign in to comment.