PySR / pysr /sr.py

Commit History

feat: add `dimensionless_constants_only` with new backend
fe186d6
unverified

MilesCranmer commited on

docs: update __getstate__ docstring
fa9d281
unverified

MilesCranmer commited on

Fix docs for `weight_swap_operands`
564993f
unverified

MilesCranmer commited on

Merge pull request #564 from MilesCranmer/create-pull-request/patch
130cc52
unverified

MilesCranmer commited on

Update swap operands default
53c6b2a
unverified

MilesCranmer commited on

Fix TypeError when a variable name matches a builtin python function (#558)
fb5f0a1
unverified

Tom Jelen MilesCranmer commited on

Dont warn user if already turned off progress bar
f7b43ed
unverified

MilesCranmer commited on

Add `bumper` parameter
502e3ec
unverified

MilesCranmer commited on

Fix missing variables
94dbab3
unverified

MilesCranmer commited on

style: format code with Black
58cb6bc
unverified

deepsource-autofix[bot] commited on

[pre-commit.ci] auto fixes from pre-commit.com hooks
1413838

pre-commit-ci[bot] commited on

Only install packages as required
e9b2ee8
unverified

MilesCranmer commited on

Fix unit issue
e0328e7
unverified

MilesCranmer commited on

Do tests of deprecated functions
8f60615
unverified

MilesCranmer commited on

Rename loss => elementwise_loss and full_objective => loss_function
d16abb4
unverified

MilesCranmer commited on

Deprecate ncyclesperiteration -> ncycles_per_iteration
87880d1
unverified

MilesCranmer commited on

Mention new backend page
eaaccb0
unverified

MilesCranmer commited on

Overload operators at import rather than fit
ffc5f5c
unverified

MilesCranmer commited on

Save options to PySRRegressor
70b842a
unverified

MilesCranmer commited on

Export SymbolicRegression.jl module
e957e34
unverified

MilesCranmer commited on

Fix `julia_state_` typo
83ef326
unverified

MilesCranmer commited on

Remove use of `julia_kwargs`
5a99aa3
unverified

MilesCranmer commited on

Use `julia_state_` instead
9f65133
unverified

MilesCranmer commited on

Ensure julia is loaded as soon as possible
caf58a4
unverified

MilesCranmer commited on

Remove use of custom env tests
7aa7884
unverified

MilesCranmer commited on

Remove custom environment tests
31ecc71
unverified

MilesCranmer commited on

Fix PythonCall issue of not converting `np.str_` to `String`
4803d41
unverified

MilesCranmer commited on

Fix missing pickle warning
6b61b25
unverified

MilesCranmer commited on

Remove unneeded copying
8d0381b
unverified

MilesCranmer commited on

Fix hanging with GC disabled
44ff874
unverified

MilesCranmer commited on

Save raw bytes so can warm-restart in new python session
d72c643
unverified

MilesCranmer commited on

Avoid disabling GC by simply copying inside Julia
7a42396
unverified

MilesCranmer commited on

Run in `Main`
a4bb529
unverified

MilesCranmer commited on

Disable PythonCall GC during equation search
4037c2d
unverified

MilesCranmer commited on

Force conversion to Vector
e530637
unverified

MilesCranmer commited on

Start third attempt at porting to PythonCall
68ea1be
unverified

MilesCranmer commited on

Restore original behaviour
7b3c762

Igor S. Gerasimov commited on

Wrap swap operands for binary ops
79398c3

Igor S. Gerasimov commited on

Fix typing issue due to `try-except`
b8fd4cd
unverified

MilesCranmer commited on

Install `typing_extensions` for compat with older Python
864171c
unverified

MilesCranmer commited on

Avoid specifying np random state as type due to compatibility
f2294b3
unverified

MilesCranmer commited on

Use literal for optimizer_algorithm type hint as well
a812e16
unverified

MilesCranmer commited on

Specify types for all parameters
0ddc60f
unverified

MilesCranmer commited on

Add `heap_size_hint_in_bytes` parameter
bd4f864
unverified

MilesCranmer commited on

Move all deprecated functions to deprecated.py
0b9e421

MilesCranmer commited on

Mypy compatibility
b896bd3

MilesCranmer commited on

Move feature selection functionality to separate file
c822df8

MilesCranmer commited on

Move denoising functionality to separate file
12e6d5e

MilesCranmer commited on

Refactor utility functions
09a7186

MilesCranmer commited on