Skip to content

0.46.0

Compare
Choose a tag to compare
@oleobal oleobal released this 27 Jul 15:11
· 51 commits to main since this release
e01cfbc

This is a promotion of 0.46.0rc1

Added

  • wait_task and wait_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 and models for input and output identifiers in tests. Replace by shared 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 as pydantic v 2.0.0 has been released with a lot of non backward compatible changes. (#371)