Skip to content

Commit

Permalink
chore: release 0.29.0 (#328)
Browse files Browse the repository at this point in the history
* chore: release notes for v0.29.0

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* chore: add compatibility table for v0.29.0

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* chore: update CHANGELOG for v0.29.0

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* style: fix reStructuredText syntax for code snippets

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* fix(releases): use latest tag for  instead of pypi version

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* fix(releases): fix tag references for v0.29.0

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* feat(release): add release not for the documentation itself

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* fix(release): more accurate note on web application task duration issue

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* fix(release): broken url links

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* chore(releases): remove rc suffix for substrafl

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

* fix(releases): bump `substra-tests` version

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>

---------

Signed-off-by: Thibault Camalon <135698225+thbcmlowk@users.noreply.github.com>
  • Loading branch information
thbcmlowk authored Jun 30, 2023
1 parent 03d3edb commit d640864
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.29.0]

- Improve permissions page ([#322](https://github.com/Substra/substra-documentation/pull/322))
- add `shared state` and `local state` definition in SubstraFL overview ([#321](https://github.com/Substra/substra-documentation/pull/321))
- add `rank` definition in the Substra concepts ([#321](https://github.com/Substra/substra-documentation/pull/321))
Expand Down
23 changes: 23 additions & 0 deletions docs/source/additional/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,29 @@ This is an overview of the main changes, please have a look at the changelog of
- `backend changelog <https://github.com/Substra/substra-backend/blob/main/CHANGELOG.md>`__
- `orchestrator changelog <https://github.com/Substra/orchestrator/blob/main/CHANGELOG.md>`__

Substra 0.29.0 --- 2023-06-30
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

**SubstraFL**:

- **BREAKING CHANGE**: In ``substrafl.model_loading`` the following methods have been renamed:

- ``download_shared_state`` is now ``download_train_shared_state``
- ``download_aggregated_state`` is now ``download_aggregate_shared_state``

- Update **numpy** dependency to ``numpy<1.24`` in order to keep pickle compatibility with substra-tools' **numpy** version

**Web application**:

- In performance view, ``Rounds`` is now the default for X-axis
- In task duration, fix issue were `Task execution` and `Outputs saving` durations were inverted

**Documentation**:

- Improve permissions page
- Add ``shared_state`` and ``local_state`` definition in `SubstraFL Overview <https://docs.substra.org/en/stable/substrafl_doc/substrafl_overview.html#local-and-shared-states>`__
- Add ``rank`` definition in `Substra Concepts <https://docs.substra.org/en/stable/documentation/concepts.html#rank>`__

Substra 0.28.0 --- 2023-06-14
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
38 changes: 38 additions & 0 deletions docs/source/additional/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,44 @@ components: # for table headers
- substra-tests

releases:
- version: 0.29.0
components:
substrafl:
version: 0.38.0
link: https://github.com/Substra/substrafl/releases/tag/0.38.0
substra:
version: 0.45.0
link: https://github.com/Substra/substra/releases/tag/0.45.0
substra-tools:
version: 0.20.0
link: https://github.com/Substra/substra-tools/releases/tag/0.20.0
substra-backend:
version: 0.39.0
link: https://github.com/Substra/substra-backend/releases/tag/0.39.0
helm:
version: 22.5.2
link: https://artifacthub.io/packages/helm/substra/substra-backend/22.5.2
orchestrator:
version: 0.35.1
link: https://github.com/Substra/orchestrator/releases/tag/0.35.1
helm:
version: 7.5.2
link: https://artifacthub.io/packages/helm/substra/orchestrator/7.5.2
substra-frontend:
version: 0.43.0
link: https://github.com/Substra/substra-frontend/releases/tag/0.43.0
helm:
version: 1.0.20
link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.0.20
hlf-k8s:
version: 0.2.4
link: https://github.com/Substra/hlf-k8s/releases/tag/0.2.4
helm:
version: 10.2.4
link: https://artifacthub.io/packages/helm/substra/hlf-k8s/10.2.4
substra-tests:
version: 0.42.0
link: https://github.com/Substra/substra-tests/releases/tag/0.42.0
- version: 0.28.0
components:
substrafl:
Expand Down

0 comments on commit d640864

Please sign in to comment.