PySR / pysr

Commit History

docs: improve `fit` docstring
89e991d
unverified

MilesCranmer commited on

test: improve coverage
085fe48
unverified

MilesCranmer commited on

test: avoid generating csv files during test
bbf18ee
unverified

MilesCranmer commited on

test: code coverage for complexity_of_variables
41f0271
unverified

MilesCranmer commited on

test: simplify custom complexity test
06a77ea
unverified

MilesCranmer commited on

refactor: move keyword suggester to utils
09617a6
unverified

MilesCranmer commited on

test: fix early quit in complexity test
7763215
unverified

MilesCranmer commited on

test: add test of normal complexity_of_variables
bb81a9a
unverified

MilesCranmer commited on

fix: typing issue
f457f66
unverified

MilesCranmer commited on

style: formatting
089d82d
unverified

MilesCranmer commited on

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

MilesCranmer commited on

test: fix hanging csv start
7c35b4e
unverified

MilesCranmer commited on

test: list-like variable complexity
616ec5c
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

Update backend version to v0.24.5
a548719
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

feat: add helper for specifying dtype of jl Array
88d93a1
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

test: refactor into separate HelpMessages class
2f528dc
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

Revert "fix: try moving to python juliapkg.json"
5824cd8
unverified

MilesCranmer commited on

test: remove old AUTOLOAD test
84bbcf7
unverified

MilesCranmer commited on

fix: try moving to python juliapkg.json
07a359d
unverified

MilesCranmer commited on

chore: move autload extensions to juliacall; update juliacall
a664d90
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

refactor: NDArray to ndarray for string type
47ad683
unverified

MilesCranmer commited on

refactor: typings for sympy export
583beaf
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

refactor: declare julia as `Any` to avoid typing issues
cb76a81
unverified

MilesCranmer commited on

refactor: create `ArrayLike` type for type checking
4bcc280
unverified

MilesCranmer commited on