PySR / pysr

Commit History

Add additional test for loading from pickle file
b53e7fa

MilesCranmer commited on

Checkpoint model before and after fit
6501ca0

MilesCranmer commited on

Additional logging messages during load
c6902b7

MilesCranmer commited on

Allow both `bkup` and `csv` file
f1ac704

MilesCranmer commited on

Don't check for `equation_file_` until after checkpoint_file set
1f01976

MilesCranmer commited on

Improve error message for missing operator mappings
8da5000

MilesCranmer commited on

Add missing pickle import
4ae8a5c

MilesCranmer commited on

Allow loading from pickle file
5c0ad55

MilesCranmer commited on

Automatically pickle file at initialization
b16d9ef

MilesCranmer commited on

Remove extra_sympy_mappings from pickle file
dde0ef7

MilesCranmer commited on

Allow pickling without equations_ stored
85371bb

MilesCranmer commited on

Call `refresh` in load function
e5b4869

MilesCranmer commited on

`load` function to init model from saved equations
ccf71e9

MilesCranmer commited on

Display output variable in table of expressions
3ef2b32

MilesCranmer commited on

Center all equations and use `breqn` for breaks
fab6f87

MilesCranmer commited on

Automatically break longer equations in latex table
2a802ab

MilesCranmer commited on

More assertions for latex table export
be72c13

MilesCranmer commited on

Add docstrings to latex export functions
de4d559

MilesCranmer commited on

Move `latex_table` code to `export_latex.py`
c5cd4bb

MilesCranmer commited on

Refactor LaTeX table to export_latex.py
c6f5c09

MilesCranmer commited on

Refactor table env generator
d423f0c

MilesCranmer commited on

Pass columns to latex table generator
215a692

MilesCranmer commited on

Change latex table back to public function
c6b30e7

MilesCranmer commited on

Make latex table work for multiple outputs
38bbf68

MilesCranmer commited on

Make latex table private function
4f97146

MilesCranmer commited on

Fix use of full_prec in latex export
6024c83

MilesCranmer commited on

Format code with black
b4577d9

deepsource-autofix[bot] commited on

Fix issue with precision of float printing
d1f1f2c

MilesCranmer commited on

Generate table with scientific notation for floats
118c5f6

MilesCranmer commited on

Use custom sympy LatexPrinter for precision
9a5df63

MilesCranmer commited on

Fix margins on LaTeX table
0cb1353

MilesCranmer commited on

Include score in latex table; apply precision
8f218cc

MilesCranmer commited on

Remove caption from generated LaTeX tables
6d5ddcb

MilesCranmer commited on

Allow specifying precision in LaTeX table
b2ffe3b

MilesCranmer commited on

Allow specifying precision in LaTeX output
6210be0

MilesCranmer commited on

Create helper file for LaTeX export
f257e58

MilesCranmer commited on

Catch for when nout_ > 1
cf19d41

MilesCranmer commited on

Create function that generates LaTeX table
3dbb2ea

MilesCranmer commited on

Clarify docstring for `nout_ > 1`
022f0e5

MilesCranmer commited on

Bump backend version with renamed pow->pow_abs
fb6cbfb

MilesCranmer commited on

Bump version with variable_names fix
1128fce

MilesCranmer commited on

Fix custom variable names
338c00b

MilesCranmer commited on

Bump version with sympy2jax+torch fixes
2b8573e

MilesCranmer commited on

Fix sympy2jax for rational numbers
17c9b1a

MilesCranmer commited on

Fix sympy2torch for rational numbers
f119733

MilesCranmer commited on

Fix error with swapped jax/torch
fad18e8

MilesCranmer commited on

Bump version with warm_start fix
ad9134a

MilesCranmer commited on

Fix issue with warm_start set at init
3c469fe

MilesCranmer commited on

Fix docstring for annealing
2c4e49b

MilesCranmer commited on

Bump overall version with fixed annealing argument
264e1c4

MilesCranmer commited on