You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using default_dtypes instead of hard-coding dtypes. (#666)
* First pass for using `default-dtypes` instead of hard-coding.
Locally, most of the tests pass. This adds default dtypes to newly created arrays.
* Updated several creation functions. All tests passing.
* Fixed comment/added type update to creation_functions.py.
* Great suggestion from @tomwhite, removed unecessary complexity from a creation function and fixed something broken in my code.
* Making a utility function private, moving it to a better place.
* Oops: didn't delete import.
* Passing lint (via pre-commit).
* Using default_dtypes in statistical_functions.py. Have a few questions.
* Intermediate values use default dtypes in statistical_functions.py.
* Move private function to the bottom of the file.
* Revert "Intermediate values use default dtypes in statistical_functions.py."
This reverts commit 6a2f60f.
* More accurate, non-jax specific comment.
* Better default dtype for unsigned ints, thanks Claude.
* Omitting unnecessary function.
* Extracted dtype validate method into dtypes.py.
Cross applied to nan_functions.py.
* Copy/editing
Co-authored-by: Tom White <tom.e.white@gmail.com>
* Implemented feedback from @tomwhite.
---------
Co-authored-by: Tom White <tom.e.white@gmail.com>
0 commit comments