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

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

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

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

Create unittest for explicit names
44aefe9

MilesCranmer commited on

Clean up bug report template
edb2cd6
unverified

MilesCranmer commited on

Request more details in bug reports
fbd4741
unverified

MilesCranmer commited on

Reduce precision of torch tests
5b0cc10

MilesCranmer commited on

Avoid Docker arm64 test in workflow
43e7deb

MilesCranmer commited on

Switch docker test to arm64 and 1.8.0 julia
6ed57c8

MilesCranmer commited on

Static version of QEMU action
96e48e9

MilesCranmer commited on

Fix pyenv version in docker CI
6e4300b
unverified

MilesCranmer commited on

Create code quality analysis action
4409325
unverified

MilesCranmer commited on

Force version for scikit-learn requirement
a8f65d5

MilesCranmer commited on

Bump version with sympy2jax+torch fixes
2b8573e

MilesCranmer commited on

Fix sympy2jax for rational numbers
17c9b1a

MilesCranmer commited on

Make JAX custom operator test deterministic
beaf20b

MilesCranmer commited on

Fix sympy2torch for rational numbers
f119733

MilesCranmer commited on

Make torch custom operator test deterministic
c9cead8

MilesCranmer commited on

Add unit tests for custom torch/jax operations
7cda629

MilesCranmer commited on

Fix error with swapped jax/torch
fad18e8

MilesCranmer commited on

Clean up README detailed example
1914007

MilesCranmer commited on

Add a detailed example to the README
74541ce

MilesCranmer commited on

Define sympy version of "inv" in README example
7b75cd8
unverified

MilesCranmer commited on