What's Changed
* Update backend https://github.com/MilesCranmer/PySR/pull/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**: https://github.com/MilesCranmer/PySR/compare/v0.10.4...v0.11.0