Skip to content

v13.0.0

Compare
Choose a tag to compare
@danielward27 danielward27 released this 24 Jul 14:22
· 64 commits to main since this release
eeb3481

Some small breaking changes:

  • The interval attribute of RationalQuadraticSpline is now a two-tuple with type tuple[float | int, float | int], representing the upper and lower bound of the spline. Previously, the interval was a float | int, forcing the interval to be symmetric about 0.
  • Any custom loss functions used with fit_to_data now should accept a key (whether or not it is used), having signature loss(params, static, x, condition, key), for consistency of API.

What's Changed

Full Changelog: v12.4.0...v13.0.0