Spaces:
Sleeping
Sleeping
Commit History
test: simplify custom complexity test
06a77ea
unverified
refactor: move keyword suggester to utils
09617a6
unverified
test: fix early quit in complexity test
7763215
unverified
test: add test of normal complexity_of_variables
bb81a9a
unverified
fix: typing issue
f457f66
unverified
style: formatting
089d82d
unverified
Merge remote-tracking branch 'origin/master' into var-complexity
0779a61
unverified
test: fix hanging csv start
7c35b4e
unverified
test: list-like variable complexity
616ec5c
unverified
style: absolute import in test files for test compat
0501132
unverified
feat: allow list-like `complexity_of_variables`
3a3b168
unverified
Update backend version to v0.24.5
a548719
unverified
MilesCranmer
commited on
Merge pull request #620 from MilesCranmer/autocorrect-kwarg
96d6ea9
unverified
fix: type compat for 3.8
76f0b3f
unverified
refactor: standardize constant
db5f4d5
unverified
docs: separate runtime params
7021459
unverified
refactor: more robust parsing of operators
9f3b918
unverified
feat: add helper for specifying dtype of jl Array
88d93a1
unverified
refactor: runtime parameters into dataclass
530ae99
unverified
docs: better formatting for errors
6088859
unverified
refactor: clean up use of `__init__` in keyword suggestion
6248183
unverified
feat: automatically suggest related keywords
ea7ced4
unverified
test: refactor into separate HelpMessages class
2f528dc
unverified
fix: boolean selection masks in pandas eval
505af8d
unverified
test: more typing info
810bea9
unverified
fix: selection_mask to be bool array
9854909
unverified
build: remove typing_extensions
cd925dd
unverified
fix: variety of typing information
fd4c500
unverified
Merge tag 'v0.18.4' into cleanup
f2a280c
unverified
Revert "fix: try moving to python juliapkg.json"
5824cd8
unverified
test: remove old AUTOLOAD test
84bbcf7
unverified
fix: try moving to python juliapkg.json
07a359d
unverified
chore: move autload extensions to juliacall; update juliacall
a664d90
unverified
refactor: move more latex code to export_latex
dafd19b
unverified
fix: upper bound of randint for windows
96e5a0f
unverified
fix: type inference issue in return value of get_best
526d334
unverified
refactor: help with type inference of `get_best`
a5eaab9
unverified
style: move attribute types to after docstring
04aa23c
unverified
refactor: NDArray to ndarray for string type
47ad683
unverified
refactor: typings for sympy export
583beaf
unverified
style: use pandas indexing for return values
7113eed
unverified
refactor: more type declarations
7909e90
unverified
refactor: improved type inference in return values
2bd7782
unverified
fix: potential issue with non-standard random states
dca10d6
unverified
refactor: declare julia as `Any` to avoid typing issues
cb76a81
unverified
refactor: create `ArrayLike` type for type checking
4bcc280
unverified
refactor: sympy typing issue
018c3a1
unverified
feat: add `dimensionless_constants_only` with new backend
fe186d6
unverified
Update backend version to v0.24.3
e288d66
MilesCranmer
commited on