PySR / pysr

Commit History

Bump SymbolicRegression version with SymbolicUtils fix
948a760

MilesCranmer commited on

Fix variable_names in test
5fac847

MilesCranmer commited on

Format code with black
505bce0
unverified

deepsource-autofix[bot] commited on

Fix varMap for no feature selection
d11773b

MilesCranmer commited on

Add test for Xresampled as pd.DataFrame
ffd9cd1

MilesCranmer commited on

Merge pull request #90 from MilesCranmer/deepsource-transform-14177f66
5b09e72
unverified

MilesCranmer commited on

Format code with black
0bd453f
unverified

deepsource-autofix[bot] commited on

Ignore install function in coverage since already ran
3c6a750

MilesCranmer commited on

Have PySR generate Project.toml from Python
e0c7f38

MilesCranmer commited on

Add missing alread_ran=True
47510a9

MilesCranmer commited on

Add warning about restarting PySR after install
6ccb05b

MilesCranmer commited on

Add workaround for statically-linked libpython
6e2fc47

MilesCranmer commited on

Get dockerfile working with PyJulia
e0d0dc1

MilesCranmer commited on

Format code with black
980d0cf

deepsource-autofix[bot] commited on

Include additional kwargs if passed
76cb421

MilesCranmer commited on

Cleanup unused imports
6efb0ba

MilesCranmer commited on

Clean up use of global
c1a7eb6

MilesCranmer commited on

Clean up Feynman problems
46ce389

MilesCranmer commited on

Add missing top-level import
2eacb70

MilesCranmer commited on

Make pysr.install() install/update packages
b3fd9db

MilesCranmer commited on

Don't return julia output, store in global state
e199c99

MilesCranmer commited on

Force update and precompile on all launches
db7e681

MilesCranmer commited on

Only activate env on first run
754d7db

MilesCranmer commited on

Remove non-PyJulia parts of codebase
97f43e5

MilesCranmer commited on

PyJulia actually works for distributed if done internally
42acd41

MilesCranmer commited on

Use more pure-PyJulia calls rather than evals
1e552a8

MilesCranmer commited on

Fix issue with re-running outside pyjulia
0e52e29

MilesCranmer commited on

Let Julia not PyJulia evaluate runfile
6a5e90d

MilesCranmer commited on

Avoid activating package twice with pyjulia
e1ac1c9

MilesCranmer commited on

Initial working version with PyJulia
1efb6f4

MilesCranmer commited on

Clean up unused imports
b158e1f

MilesCranmer commited on

Fix bug with curMSE equal to 0.0
79ef9ab

MilesCranmer commited on

Change default procs to be # of cores
501ebd3

MilesCranmer commited on

Run all tests with multithreading set to True
8e088d6

MilesCranmer commited on

Make multithreading the default mode
b77101f

MilesCranmer commited on

Fix FeynmanProblem misuse of class method
6fc6d39

MilesCranmer commited on

Fix multithreading call
96d7ed7

MilesCranmer commited on

Bump version with precision parameter
bc63109

MilesCranmer commited on

Add precision parameter
79a7cfe

MilesCranmer commited on

Clean up anti-patterns
2acedc5

MilesCranmer commited on

Clean up anti-patterns
fdc95c9

MilesCranmer commited on

Clean up anti-patterns
62d539c

MilesCranmer commited on

Clean up anti-patterns
db11d11

MilesCranmer commited on

Correct sign in torch modulo
4d5aec3

MilesCranmer commited on

Remove unused sympy mappings
9c4acbd

MilesCranmer commited on

Add export key error telling user to set function mappings
99fff5c

MilesCranmer commited on

Propagate and check torch/jax mappings
e0c68fc

MilesCranmer commited on

Point to docs page in docstring
a29e818

MilesCranmer commited on

Prevent users from using a tiny maxsize, as behaviour is undefined
dfabd6e

MilesCranmer commited on