PySR / pysr /sr.py

Commit History

refactor: move keyword suggester to utils
09617a6
unverified

MilesCranmer commited on

fix: typing issue
f457f66
unverified

MilesCranmer commited on

Merge remote-tracking branch 'origin/master' into var-complexity
0779a61
unverified

MilesCranmer commited on

style: absolute import in test files for test compat
0501132
unverified

MilesCranmer commited on

feat: allow list-like `complexity_of_variables`
3a3b168
unverified

MilesCranmer commited on

Merge pull request #620 from MilesCranmer/autocorrect-kwarg
96d6ea9
unverified

MilesCranmer commited on

fix: type compat for 3.8
76f0b3f
unverified

MilesCranmer commited on

refactor: standardize constant
db5f4d5
unverified

MilesCranmer commited on

docs: separate runtime params
7021459
unverified

MilesCranmer commited on

refactor: more robust parsing of operators
9f3b918
unverified

MilesCranmer commited on

refactor: runtime parameters into dataclass
530ae99
unverified

MilesCranmer commited on

docs: better formatting for errors
6088859
unverified

MilesCranmer commited on

refactor: clean up use of `__init__` in keyword suggestion
6248183
unverified

MilesCranmer commited on

feat: automatically suggest related keywords
ea7ced4
unverified

MilesCranmer commited on

fix: boolean selection masks in pandas eval
505af8d
unverified

MilesCranmer commited on

test: more typing info
810bea9
unverified

MilesCranmer commited on

fix: selection_mask to be bool array
9854909
unverified

MilesCranmer commited on

build: remove typing_extensions
cd925dd
unverified

MilesCranmer commited on

fix: variety of typing information
fd4c500
unverified

MilesCranmer commited on

Merge tag 'v0.18.4' into cleanup
f2a280c
unverified

MilesCranmer commited on

refactor: move more latex code to export_latex
dafd19b
unverified

MilesCranmer commited on

fix: upper bound of randint for windows
96e5a0f
unverified

MilesCranmer commited on

fix: type inference issue in return value of get_best
526d334
unverified

MilesCranmer commited on

refactor: help with type inference of `get_best`
a5eaab9
unverified

MilesCranmer commited on

style: move attribute types to after docstring
04aa23c
unverified

MilesCranmer commited on

style: use pandas indexing for return values
7113eed
unverified

MilesCranmer commited on

refactor: more type declarations
7909e90
unverified

MilesCranmer commited on

refactor: improved type inference in return values
2bd7782
unverified

MilesCranmer commited on

fix: potential issue with non-standard random states
dca10d6
unverified

MilesCranmer commited on

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