Skip to content

v0.11.0

Compare
Choose a tag to compare
@MilesCranmer MilesCranmer released this 11 Sep 16:02
· 881 commits to master since this release
d843a3c

What's Changed

  • Update backend #191
    • Includes high-precision constants when precision=64
    • Enables datasets with zero variance (to allow fitting a constant)
    • Changes, e.g., abs(x)^y to x^y, with expressions avoided altogether for invalid input. This is because the former would sometimes give weird functional forms by exploiting the cusp at x=0. Thanks to @johanbluecreek.

Full Changelog: v0.10.4...v0.11.0