v0.11.0
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
tox^y
, with expressions avoided altogether for invalid input. This is because the former would sometimes give weird functional forms by exploiting the cusp atx=0
. Thanks to @johanbluecreek.
- Includes high-precision constants when
Full Changelog: v0.10.4...v0.11.0