Skip to content

Releases: Substra/substra-tests

0.34.0

26 Sep 08:01
1289eac
Compare
Choose a tag to compare

Changed

  • Update the Client, it takes a backend type instead of debug=True + env variable to set the spawner - (#210)

0.33.0

19 Sep 08:57
3375a99
Compare
Choose a tag to compare

Removed

  • Remove test compute plan remove intermediary model

Fixed

  • Algo inputs and task code consistency within test

0.32.0

12 Sep 09:59
80bddaf
Compare
Choose a tag to compare

Changed

  • fix(tests): safe getter for optional inputs
  • chore: Change the Dockerfile ENTRYPOINT definition of algorithm relying on substratools to pass the method to execute under the --method-name argument
  • tests: Download tests optimized using the new substra feature: download function return the path to the downloaded file.

0.6.1

14 Apr 08:25
9b78d82
Compare
Choose a tag to compare

CI

  • Migrate from Travis to Github Actions
  • Increase substra-tests skaffold status check deadline value
  • Support for tag parameters
  • Update kaniko executor version

Fixes

  • Remove gcloud disk pattern
  • CI cluster name and filter disks
  • Harmonize chart url by removing extra '/'

Follow changes in the backend

  • Export model feature
  • Data sample order in the testtuple
  • Model permissions

Misc

  • Ignore timestamps in zip files

0.6.0

02 Dec 14:14
8e911ec
Compare
Choose a tag to compare
  • Fixes issues with the run-ci.py script and environment
  • Follows changes in the backend:
    • renaming of field
    • switch to uuid for keys instead of content hashes (no more unicity check)
  • Updates and activates tests on data sample orders

0.5.0

28 Sep 14:23
b3b2e5a
Compare
Choose a tag to compare
  • Test the debug mode and permissions
  • Improve the assets (with realistic interfaces)
  • Improve the CI
  • Substra API changes:
    • get methods return objects,
    • create methods return the key,
    • everything in snake case
    • pkhash is replaced by key

0.5.0-alpha.1

20 Jul 09:30
9f2b981
Compare
Choose a tag to compare
0.5.0-alpha.1 Pre-release
Pre-release
  • Make tests run either on the remote or local backend

0.5.0-alpha: fix client API change (#115)

07 Jul 09:03
f8e9cba
Compare
Choose a tag to compare

Updates for the release 0.7.0-alpha of substra

  • Update the client initialisation
  • Remove the test test_permission_public_trunk, the check is now done in substra

0.4.0

03 Jul 13:15
4733177
Compare
Choose a tag to compare
  • add metadata tests
  • move to SDK v0.6.0

0.3.0

18 May 09:56
96e35a2
Compare
Choose a tag to compare
Remove public key from trunk model permissions (#92)

* handle private permissions

* move to system test + add docstring