refactor: improved type inference in return values 2bd7782 unverified MilesCranmer commited on Apr 28, 2024
fix: potential issue with non-standard random states dca10d6 unverified MilesCranmer commited on Apr 28, 2024
Merge pull request #564 from MilesCranmer/create-pull-request/patch 130cc52 unverified MilesCranmer commited on Mar 23, 2024
Fix TypeError when a variable name matches a builtin python function (#558) fb5f0a1 unverified Tom Jelen MilesCranmer commited on Mar 22, 2024
Dont warn user if already turned off progress bar f7b43ed unverified MilesCranmer commited on Mar 22, 2024
[pre-commit.ci] auto fixes from pre-commit.com hooks 1413838 pre-commit-ci[bot] commited on Mar 21, 2024
Rename loss => elementwise_loss and full_objective => loss_function d16abb4 unverified MilesCranmer commited on Feb 10, 2024
Deprecate ncyclesperiteration -> ncycles_per_iteration 87880d1 unverified MilesCranmer commited on Feb 10, 2024
Overload operators at import rather than fit ffc5f5c unverified MilesCranmer commited on Feb 10, 2024
Fix PythonCall issue of not converting `np.str_` to `String` 4803d41 unverified MilesCranmer commited on Jan 27, 2024
Save raw bytes so can warm-restart in new python session d72c643 unverified MilesCranmer commited on Jan 27, 2024
Avoid disabling GC by simply copying inside Julia 7a42396 unverified MilesCranmer commited on Jan 27, 2024
Disable PythonCall GC during equation search 4037c2d unverified MilesCranmer commited on Jan 26, 2024
Start third attempt at porting to PythonCall 68ea1be unverified MilesCranmer commited on Jan 21, 2024
Install `typing_extensions` for compat with older Python 864171c unverified MilesCranmer commited on Dec 31, 2023
Avoid specifying np random state as type due to compatibility f2294b3 unverified MilesCranmer commited on Dec 24, 2023
Use literal for optimizer_algorithm type hint as well a812e16 unverified MilesCranmer commited on Dec 24, 2023