0.46.0
This is a promotion of 0.46.0rc1
Added
wait_task
andwait_compute_plan
to block execution until execution is over (#368)- Configuration file path can be set with env var
SUBSTRA_CLIENTS_CONFIGURATION_FILE_PATH
(#370)
Changed
- Remove
model
andmodels
for input and output identifiers in tests. Replace byshared
instead. (#367) - Remove pagination on
get_performances
to remove limitation on 1000 first points (#372)
Fixed
- Pin
pydantic
to>=1.9.0
&<2.0.0
aspydantic
v2.0.0
has been released with a lot of non backward compatible changes. (#371)