Skip to content

Releases: Substra/substra-tests

0.43.0

27 Jul 15:19
9f13886
Compare
Choose a tag to compare

Changed

  • Remove model and models for input and output identifiers in tests. Replace by shared instead. (#261)
  • Moved wait_task and wait_compute_task from substratest.client.Client to substra.Client (#263)

0.42.0

30 Jun 11:57
a9acd4e
Compare
Choose a tag to compare

0.42.0 - 2023-06-30

Changed

  • Define test client (substratest.client.Client) as child class of substra.Client (#205)
    (#257)

0.41.0

14 Jun 06:51
16ad310
Compare
Choose a tag to compare

[0.41.0] - 2023-06-14

  • Update tests using new substra sdk list and get functions (#256)

0.40.0

11 May 15:02
08a0f3c
Compare
Choose a tag to compare

Added

  • Test of a test task returning several performances (#251)

chore: release 0.39.0 (#250)

07 Apr 15:47
57e73cb
Compare
Choose a tag to compare

Changed

  • BREAKING: rename Algo to Function (#243)

0.38.1

08 Feb 16:10
e93143b
Compare
Choose a tag to compare

[0.38.1] - 2023-02-06

Added

  • Remote test to verify that, with the right permission, we can test on an org from the training model of an other organization (#237)

Changed

  • chore: rename tuple to task (#239)

0.38.0

31 Jan 09:36
23c26fe
Compare
Choose a tag to compare

[0.38.0] - 2023-01-30

Changed

  • Update test after test only for datasample removal (#235)

0.37.0

19 Dec 12:41
2e3f6d5
Compare
Choose a tag to compare

[0.37.0] - 2022-12-19

Added

  • feat: add python 3.10 support (#232)

0.36.0

22 Nov 10:21
158ec97
Compare
Choose a tag to compare

[0.36.0] - 2022-11-22

Added

  • Test case for __ invalid in metadata key

Changed

  • Update code owners (#229)
  • Update substratools Docker image (#230)
  • Use the generic task (#221)
  • Apply changes from algo to function in substratools (#224)
  • Register functions in substratools using decorator @tools.register (#225)

0.35.0

03 Oct 07:36
45c52b9
Compare
Choose a tag to compare

Removed

  • category field from algo as it's not required anymore