Skip to content

glum 2.7.0

Compare
Choose a tag to compare
@MatthiasSchmidtblaicherQC MatthiasSchmidtblaicherQC released this 19 Feb 20:57
· 67 commits to main since this release
2e39441

2.7.0 - 2024-02-19

Bug fix:

  • Added cython compiler directive legacy_implicit_noexcept = True to fix performance regression with cython 3.

Other changes:

  • Require Python>=3.9 in line with NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html#support-table>.
  • Build and test with Python 3.12 in CI.
  • Added line search stopping criterion for tiny loss improvements based on gradient information.
  • Added warnings about breaking changes in future versions.