PySR / pysr

Commit History

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

refactor: sympy typing issue
018c3a1
unverified

MilesCranmer commited on

feat: add `dimensionless_constants_only` with new backend
fe186d6
unverified

MilesCranmer commited on

Update backend version to v0.24.3
e288d66

MilesCranmer commited on

Update backend version to v0.24.2
7def654

MilesCranmer commited on

docs: update __getstate__ docstring
fa9d281
unverified

MilesCranmer commited on

[pre-commit.ci] pre-commit autoupdate (#537)
75c23d4
unverified

pre-commit-ci[bot] pre-commit-ci[bot] commited on

Add missing `greater` operator in sympy mapping
5dbc3b7
unverified

MilesCranmer commited on

Revert GitHub-based registry for backend (#587)
09bfff6
unverified

MilesCranmer commited on

Fix docs for `weight_swap_operands`
564993f
unverified

MilesCranmer commited on

Merge pull request #580 from MilesCranmer/fix-extensions
483a19a
unverified

MilesCranmer commited on

Fix which PySR gets installed in dev test
7ba43b5
unverified

MilesCranmer commited on

Update CI for new source
a3b6f7f
unverified

MilesCranmer commited on

Bump backend version and switch to GitHub version
69b4db6
unverified

MilesCranmer commited on

Skip notebook test if files not found in installed version
de9fc13
unverified

MilesCranmer commited on

Prevent broad namespace mixing
6f2439d
unverified

MilesCranmer commited on

Fix typing issue
f932bcc
unverified

MilesCranmer commited on