Commit History

Change model load to classmethod
34f4e3f

MilesCranmer commited on

Reduce precision of tests
f5577ea

MilesCranmer commited on

Fix bug with inplace editing of equation_file_contents_
a6bed2c

MilesCranmer commited on

Use .pkl instead of .csv.pkl
b8a97f1

MilesCranmer commited on

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

Test both with and without `bkup` file
58e25a9

MilesCranmer commited on

Fix filename concat in test
214744b

MilesCranmer commited on

Improve error message for missing operator mappings
8da5000

MilesCranmer commited on

Add test for loading from pickle file
78cdb0e

MilesCranmer commited on

Add missing pickle import
4ae8a5c

MilesCranmer commited on

Add pickle files to gitignore
dc1d663

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

Correctly set path names
179fef6

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

Merge pull request #166 from SauravMaheshkar/patch-1
93cf05b
unverified

MilesCranmer commited on

Update Dockerfile
7fa5f44
unverified

MilesCranmer commited on

feat: add `ARG` for package version
36e49b9
unverified

SauravMaheshkar commited on

feat(docker): Add opencontainers image-spec to `Dockerfile`
ba3d140
unverified

SauravMaheshkar commited on

Center formatting for README
18c1f9c
unverified

MilesCranmer commited on

More assertions for latex table export
be72c13

MilesCranmer commited on

Add docstrings to latex export functions
de4d559

MilesCranmer commited on

Include unit-test for multi-output equations
82b18ca

MilesCranmer commited on

Refactor latex table tests
44b5271

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 LaTeX precision tests
a628552

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

Test all aspects of generated LaTeX table
c6c8728

MilesCranmer commited on

Include score in latex table; apply precision
8f218cc

MilesCranmer commited on