Releases: MilesCranmer/PySR
Releases · MilesCranmer/PySR
v0.11.17
What's Changed
- Update backend version with warm start fix by @MilesCranmer in #271
- This means that you can change the dataset or loss function, and
warm_start=True
will still work, and the losses will be re-computed.
- This means that you can change the dataset or loss function, and
Full Changelog: v0.11.16...v0.11.17
v0.11.16
Full Changelog: v0.11.15...v0.11.16
v0.11.15
What's Changed
- Bump backend version with data race fix by @MilesCranmer in #268
- Incorporates depth check into constraints, rather than in mutation step.
- Fixes one instance of a data race (appears to be remaining issues, however)
Full Changelog: v0.11.14...v0.11.15
v0.11.14
What's Changed
- Update backend with constraints fix by @MilesCranmer in #265
Full Changelog: v0.11.13...v0.11.14
v0.11.13
What's Changed
- Fix latex_table assertion for multi-output by @MilesCranmer in #253
- Make precompilation optional by @MilesCranmer in #263
Full Changelog: v0.11.12...v0.11.13
v0.11.12
What's Changed
- Make docker build multi-stage by @MilesCranmer in #235
- Create interactive API reference page by @MilesCranmer in #247
- Bump backend version with stream fix; fixes #250 by @MilesCranmer in #252
Full Changelog: v0.11.11...v0.11.12
v0.11.11
What's Changed
- Make Julia startup options configurable; set optimize=3 by @MilesCranmer in #228
Full Changelog: v0.11.10...v0.11.11
v0.11.10
What's Changed
- Clean up dockerfile by @MilesCranmer in #223
- Update backend version with improved resource monitoring by @MilesCranmer in #227
Full Changelog: v0.11.9...v0.11.10
v0.11.9
What's Changed
- Refactor testing suite to have CLI by @MilesCranmer in #221
Full Changelog: v0.11.8...v0.11.9
v0.11.8
What's Changed
- Fix PyCall not giving traceback by @MilesCranmer in #218
- Fixed safe operators; make progress bar print to stderr by @MilesCranmer in #219
Full Changelog: v0.11.7...v0.11.8