Skip to content

Commit d640864

Browse files
authored
chore: release 0.29.0 (#328)
* chore: release notes for v0.29.0 Signed-off-by: Thibault Camalon <[email protected]> * chore: add compatibility table for v0.29.0 Signed-off-by: Thibault Camalon <[email protected]> * chore: update CHANGELOG for v0.29.0 Signed-off-by: Thibault Camalon <[email protected]> * style: fix reStructuredText syntax for code snippets Signed-off-by: Thibault Camalon <[email protected]> * fix(releases): use latest tag for instead of pypi version Signed-off-by: Thibault Camalon <[email protected]> * fix(releases): fix tag references for v0.29.0 Signed-off-by: Thibault Camalon <[email protected]> * feat(release): add release not for the documentation itself Signed-off-by: Thibault Camalon <[email protected]> * fix(release): more accurate note on web application task duration issue Signed-off-by: Thibault Camalon <[email protected]> * fix(release): broken url links Signed-off-by: Thibault Camalon <[email protected]> * chore(releases): remove rc suffix for substrafl Signed-off-by: Thibault Camalon <[email protected]> * fix(releases): bump `substra-tests` version Signed-off-by: Thibault Camalon <[email protected]> --------- Signed-off-by: Thibault Camalon <[email protected]>
1 parent 03d3edb commit d640864

File tree

3 files changed

+64
-0
lines changed

3 files changed

+64
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.29.0]
11+
912
- Improve permissions page ([#322](https://github.com/Substra/substra-documentation/pull/322))
1013
- add `shared state` and `local state` definition in SubstraFL overview ([#321](https://github.com/Substra/substra-documentation/pull/321))
1114
- add `rank` definition in the Substra concepts ([#321](https://github.com/Substra/substra-documentation/pull/321))

docs/source/additional/release.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,29 @@ This is an overview of the main changes, please have a look at the changelog of
2828
- `backend changelog <https://github.com/Substra/substra-backend/blob/main/CHANGELOG.md>`__
2929
- `orchestrator changelog <https://github.com/Substra/orchestrator/blob/main/CHANGELOG.md>`__
3030

31+
Substra 0.29.0 --- 2023-06-30
32+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33+
34+
**SubstraFL**:
35+
36+
- **BREAKING CHANGE**: In ``substrafl.model_loading`` the following methods have been renamed:
37+
38+
- ``download_shared_state`` is now ``download_train_shared_state``
39+
- ``download_aggregated_state`` is now ``download_aggregate_shared_state``
40+
41+
- Update **numpy** dependency to ``numpy<1.24`` in order to keep pickle compatibility with substra-tools' **numpy** version
42+
43+
**Web application**:
44+
45+
- In performance view, ``Rounds`` is now the default for X-axis
46+
- In task duration, fix issue were `Task execution` and `Outputs saving` durations were inverted
47+
48+
**Documentation**:
49+
50+
- Improve permissions page
51+
- 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>`__
52+
- Add ``rank`` definition in `Substra Concepts <https://docs.substra.org/en/stable/documentation/concepts.html#rank>`__
53+
3154
Substra 0.28.0 --- 2023-06-14
3255
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3356

docs/source/additional/releases.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,44 @@ components: # for table headers
99
- substra-tests
1010

1111
releases:
12+
- version: 0.29.0
13+
components:
14+
substrafl:
15+
version: 0.38.0
16+
link: https://github.com/Substra/substrafl/releases/tag/0.38.0
17+
substra:
18+
version: 0.45.0
19+
link: https://github.com/Substra/substra/releases/tag/0.45.0
20+
substra-tools:
21+
version: 0.20.0
22+
link: https://github.com/Substra/substra-tools/releases/tag/0.20.0
23+
substra-backend:
24+
version: 0.39.0
25+
link: https://github.com/Substra/substra-backend/releases/tag/0.39.0
26+
helm:
27+
version: 22.5.2
28+
link: https://artifacthub.io/packages/helm/substra/substra-backend/22.5.2
29+
orchestrator:
30+
version: 0.35.1
31+
link: https://github.com/Substra/orchestrator/releases/tag/0.35.1
32+
helm:
33+
version: 7.5.2
34+
link: https://artifacthub.io/packages/helm/substra/orchestrator/7.5.2
35+
substra-frontend:
36+
version: 0.43.0
37+
link: https://github.com/Substra/substra-frontend/releases/tag/0.43.0
38+
helm:
39+
version: 1.0.20
40+
link: https://artifacthub.io/packages/helm/substra/substra-frontend/1.0.20
41+
hlf-k8s:
42+
version: 0.2.4
43+
link: https://github.com/Substra/hlf-k8s/releases/tag/0.2.4
44+
helm:
45+
version: 10.2.4
46+
link: https://artifacthub.io/packages/helm/substra/hlf-k8s/10.2.4
47+
substra-tests:
48+
version: 0.42.0
49+
link: https://github.com/Substra/substra-tests/releases/tag/0.42.0
1250
- version: 0.28.0
1351
components:
1452
substrafl:

0 commit comments

Comments
 (0)