rel-2.5.0
·
728 commits
to main
since this release
What's Changed
- Support SciPy >= 1.8 by @brandonwillard in #812
- Add JAX conversion for CheckAndRaiseOp by @rlouf in #806
- Add type hints for default_shape_from_params by @danhphan in #813
- Implement
_get_vector_length
forAlloc
by @ricardoV94 in #817 - Use
_props_dict
instead of_props
inrandom_make_inplace
by @lucianopaz in #822 - Pin
jaxlib
to a version less than or equal to 0.1.75 by @brandonwillard in #828 - Make
SequenceDB.register
's signature conform to its base class' by @brandonwillard in #829 - Rename
*shape_from_params
to*supp_shape_from_params
for clarity by @ricardoV94 in #826 - Miscellaneous refactoring and minor bug fixes by @brandonwillard in #831
- Simplify
RandomVariable._infer_shape
by @ricardoV94 in #833 - Add mypy config and fix typing issues by @michaelosthege in #809
- Fix typing issues in core modules by @brandonwillard in #837
- Fix typing issues in the
aesara.link
sub-package by @brandonwillard in #839 - Remove unaffiliated/invalid funding links by @brandonwillard in #840
- Create a Numba implementation for
CategoricalRV
by @brandonwillard in #841 - Fix the Numba implementation of
CauchyRV
by @brandonwillard in #843
New Contributors
- @danhphan made their first contribution in #813
- @lucianopaz made their first contribution in #822
Full Changelog: rel-2.4.0...rel-2.5.0