Releases: Substra/substra-tests
Releases · Substra/substra-tests
1.0.0
What's Changed
- chore: drop Python 3.9 support by @SdgJlbl in #382
- chore: upgrade dependencies by @SdgJlbl in #391
- chore: bump workflow dependencies by @SdgJlbl in #393
- feat: add test for function build cancelation by @guilhem-barthes in #383
- chore: bump NumPy by @SdgJlbl in #395
- chore(deps): bump pytest from 8.3.2 to 8.3.3 in the all-dependencies group across 1 directory by @dependabot in #394
- chore: release 1.0.0 by @substra-bot in #398
Full Changelog: 0.52.0...1.0.0
0.52.0
What's Changed
- chore(deps): bump torch from 2.2.2+cpu to 2.3.1+cpu by @dependabot in #359
- chore(deps): bump docker from 7.0.0 to 7.1.0 by @dependabot in #357
- chore: stop using substra-tools base images by @SdgJlbl in #364
- chore: don't check function status to reduce flakiness by @SdgJlbl in #366
- chore(deps): bump amannn/action-semantic-pull-request from 5.5.2 to 5.5.3 by @dependabot in #362
- chore(deps): bump flake8 from 7.0.0 to 7.1.0 by @dependabot in #361
- fix: MNIST workflow by @SdgJlbl in #367
- feat: add tests to check cleaning of transient output assets by @guilhem-barthes in #365
- chore: support Python 3.12 by @SdgJlbl in #363
- chore(deps): bump pytest from 7.1.2 to 8.3.1 by @dependabot in #368
- chore: bump Pytorch version to 2.2.1 in tests by @SdgJlbl in #369
- chore: bump numpy by @SdgJlbl in #370
- chore: add towncrier changelog workflow by @ThibaultFy in #375
- chore: add groups in
.github/dependabot.yaml
by @guilhem-barthes in #378 - chore(deps): bump the all-dependencies group with 5 updates by @dependabot in #379
- chore(workflows/towncrier-changelog): temporary rely on dev branch to… by @thbcmlowk in #385
- chore(workflows/towncrier-changelog): use main branch by @thbcmlowk in #389
- chore: release 0.52.0 by @substra-bot in #390
New Contributors
- @substra-bot made their first contribution in #390
Full Changelog: 0.51.0...0.52.0
0.51.0
Release 0.51.0
0.50.0
0.49.0
chore(deps): bump scikit-learn from 1.3.1 to 1.4.1.post1 (#326) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0.48.0
Changed
- Nightly is now done on
owkin/substra-ci
repository (#304) - Parallelism in SDK tests in deactivated until we fix the parallel compute plans issues (#306)
- A bunch of SDK tests are skipped due to regressions following the decoupled builder merge (#306)
- BREAKING: replace
todo_count
andwaiting_count
by the new counts following the new statuses in the backend (#319) - Reactivated tests and parallelism in SDK tests (#315, #317)
wait_for_asset_synchronized
is now ignoring thestatus
field, that can change over time (#322)