Commit History

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

Bump version with warm_start fix
ad9134a

MilesCranmer commited on

Fix issue with warm_start set at init
3c469fe

MilesCranmer commited on

Test for issue where warm_start set at init
21d6b92

MilesCranmer commited on

Fix weight shape error in tutorial
51a22aa
unverified

MilesCranmer commited on

Fix docstring for annealing
2c4e49b

MilesCranmer commited on

Bump overall version with fixed annealing argument
264e1c4

MilesCranmer commited on

Fix formatting of Python example in docstring
4998582

MilesCranmer commited on

Fix parts of docstring
f82dcf5

MilesCranmer commited on

Turn off mistakenly-activated annealing
bb3bc5e

MilesCranmer commited on

Merge pull request #149 from MilesCranmer/deepsource-transform-2c90ce9f
1ced8cb
unverified

MilesCranmer commited on

Format code with black
6033875
unverified

deepsource-autofix[bot] commited on

Bump version with multi-output pickle fix
70642f7

MilesCranmer commited on

Test that pickle works without equation file
2f296b6

MilesCranmer commited on

Make default niterations into globals in test
5ada6c7

MilesCranmer commited on

Fix pickling for multi-output
3da0df5

MilesCranmer commited on

Attempt to fix unit tests of equation file
03d5a42

MilesCranmer commited on

Use temp equations in test
aaf3c83

MilesCranmer commited on

Specify operating systems in instructions
b810fd2
unverified

MilesCranmer commited on

Add instructions for M1 users
b836a83
unverified

MilesCranmer commited on

Remove remaining uses of .equation in docs
3c8d9b9

MilesCranmer commited on

Bump version with 1D weight array hotfix
2b25b44

MilesCranmer commited on

Hotfix for 1D weights
00875eb

MilesCranmer commited on

Clean up and format example
ba6e296

MilesCranmer commited on

Fix incorrect link to documentation in example
ebce55f

MilesCranmer commited on

Merge pull request #146 from tttc3/refactor-PySRRegressor
c3dc203
unverified

MilesCranmer commited on

Addressed some DeepSource issues
ad1c492

tttc3 commited on

Set to version 0.9.0 as breaking changes needed
3182a3b

MilesCranmer commited on

Documentation cleanup
32d0b3a

MilesCranmer commited on

Improve documentation for validation function
623e6f0

MilesCranmer commited on

Only give warning if raw_julia_state_ already set
21a0846

MilesCranmer commited on

Correct ordering of init parameters
494a3ba

MilesCranmer commited on

Add tests for determinism warnings
045bdb1

MilesCranmer commited on

Add warning about setting random state without deterministic
af8ab17

MilesCranmer commited on

Add error for deterministic setting
15105ad

MilesCranmer commited on

Clean up testing code
27fac96

MilesCranmer commited on

Fix early_stop_condition setting if None
b2f8a6f

MilesCranmer commited on

Update backend version with early_stop_condition fix
f9efd1b

MilesCranmer commited on

Remove unused import
9a4f73f

MilesCranmer commited on

Clean up mutation_weights setting
7a5a9a0

MilesCranmer commited on

Fix typo in comment
f07f6e6

MilesCranmer commited on

Convert stop condition to string if not set
518e1cc

MilesCranmer commited on

Add warning that the Julia state is being reset
9049df4

MilesCranmer commited on