diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff5cb32..c3d3354b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [Version 1.5.2] - 2023-08-16 + +- Pipelines using a Ray cluster now add the cluster configuration file to the logs folder. +- The CLI command `eogrow-ray` no longer supports `--screen` and `--stop` commands. +- Changelog now also stored in the `CHANGELOG.md` file. +- Improved test-data generating pipeline. +- Switched from `flake8` and `isort` to `ruff`. +- Various minor improvements. ## [Version 1.5.1] - 2023-05-03 diff --git a/eogrow/__init__.py b/eogrow/__init__.py index 83baba1e..57f05692 100644 --- a/eogrow/__init__.py +++ b/eogrow/__init__.py @@ -1,3 +1,3 @@ """The main module of the eo-grow package.""" -__version__ = "1.5.1" +__version__ = "1.5.2"