v0.10.0
What's Changed
- Easy loading from auto-generated checkpoint files by @MilesCranmer w/ review @tttc3 @Pablo-Lemos in #167
- Use
.from_file
to load from the auto-generated.pkl
file.
- Use
- LaTeX table generator by @MilesCranmer w/ review @tttc3 @kazewong in #156
- Generate a LaTeX table of discovered equations with
.latex_table()
- Generate a LaTeX table of discovered equations with
- Improved default model selection strategy by @MilesCranmer in #177
- Old strategy is available as
model_selection="score"
- Old strategy is available as
- Add opencontainers image-spec to
Dockerfile
by @SauravMaheshkar w/ review @MilesCranmer in #166 - Switch to comma-based csv format by @MilesCranmer in #176
Bug fixes
- Fixed conversions to torch and JAX when a rational number appears in the sympy expression (17c9b1a, f119733)
- Fixed pickle saving when trained with multi-output (3da0df5)
- Fixed pickle saving when using custom operators with defined sympy -> jax/torch/numpy mappings
- Backend fix avoids use of Julia's
cp
which is buggy for some file systems (e.g., EOS)
New Contributors
- @SauravMaheshkar made their first contribution in #166
Full Changelog: v0.9.0...v0.10.0