Releases: Substra/substra-tests
Releases · Substra/substra-tests
0.43.0
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
0.42.0 - 2023-06-30
Changed
- Define test client (
substratest.client.Client
) as child class of substra.Client
(#205)
(#257)
0.41.0
[0.41.0] - 2023-06-14
- Update tests using new substra sdk
list
and get
functions (#256)
0.40.0
Added
- Test of a test task returning several performances (#251)
chore: release 0.39.0 (#250)
Changed
- BREAKING: rename Algo to Function (#243)
0.38.1
[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
[0.38.0] - 2023-01-30
Changed
- Update test after test only for datasample removal (#235)
0.37.0
[0.37.0] - 2022-12-19
Added
- feat: add python 3.10 support (#232)
0.36.0
[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
Removed
- category field from algo as it's not required anymore