Skip to content

v7.1.0

Compare
Choose a tag to compare
@JohannesWesch JohannesWesch released this 15 Oct 08:56
· 92 commits to main since this release
9a1146c

7.1.0

Features

  • Add Catalan and Polish support to DetectLanguage.
  • Add utility function run_is_already_computed to Runner to check if a run with the given metadata has already been computed.
    • The parameter_optimization notebook describes how to use the run_is_already_computed function.

Fixes

  • The default max_retry_time for the LimitedConcurrencyClient is now set to 3 minutes from a day. If you have long-running evaluations that need this, you can re-set a long retry time in the constructor.

Full Changelog: v7.0.0...v7.1.0