Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <50656860+ThibaultFy@users.noreply.github.com>
  • Loading branch information
ThibaultFy committed Jul 25, 2023
1 parent 5ae3bfc commit 225c580
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

- Check on the Python version used before generating the Dockerfile ([#123])(<https://github.com/Substra/substrafl/pull/123>)).
- Python dependencies are resolved using pip compile during function registration ([#123])(<https://github.com/Substra/substrafl/pull/123>)).
- BREAKING: local_dependencies is renamed local_installable_dependencies([#123])(<https://github.com/Substra/substrafl/pull/123>)).
- BREAKING: local_installable_dependencies are now limited to local modules or Python wheels (no support for bdist, sdist...)([#123])(<https://github.com/Substra/substrafl/pull/123>)).

### Changed

- Input and output of aggregate tasks are now `shared_state`. It provides more flexibility to link different type of tasks with each other. To use
Expand Down Expand Up @@ -58,7 +63,6 @@ with tempfile.TemporaryDirectory() as temp_folder:
- Check and test on string used as metric name in test data nodes ([#122](https://github.com/Substra/substrafl/pull/122)).
- Add default exclusion patterns when copying file to avoid creating large Docker images ([#118](https://github.com/Substra/substrafl/pull/118))
- Add the possibility to force the Dependency editable_mode through the environment variable SUBSTRA_FORCE_EDITABLE_MODE ([#131](https://github.com/Substra/substrafl/pull/131))
- Check on the Python version used before generating the Dockerfile ([#123])(https://github.com/Substra/substrafl/pull/123)).

## Changed

Expand Down Expand Up @@ -104,11 +108,9 @@ with tempfile.TemporaryDirectory() as temp_folder:

- Way to copy function files ([#118](https://github.com/Substra/substrafl/pull/118))
- `download_train_task_models_by_rank` uses new function `list_task_output_assets` instead of using `value` that has been removed ([#129](https://github.com/Substra/substrafl/pull/129))
- Python dependencies are resolved using pip compile during function registration ([#123])(https://github.com/Substra/substrafl/pull/123)).
- BREAKING: local_dependencies is renamed local_installable_dependencies([#123])(https://github.com/Substra/substrafl/pull/123)).
- BREAKING: local_installable_dependencies are now limited to local modules or Python wheels (no support for bdist, sdist...)([#123])(https://github.com/Substra/substrafl/pull/123)).

### Fixed

- New dependencies copy method in Docker mode.([#130](https://github.com/Substra/substrafl/pull/130))

## [0.36.0](https://github.com/Substra/substrafl/releases/tag/0.36.0) - 2023-05-11
Expand Down

0 comments on commit 225c580

Please sign in to comment.