rel-2.9.0
What's Changed
- Update README with relevant links by @dgerlanc in #1451
- Skip t
est_cache_race_condition
on macOS by @dgerlanc in #1452 - Rename
floor_div
tofloor_divide
to match NumPy's API by @sudarsan2k5 in #1432 - Add tests and doc to sdist by @maresb in #1454
- Add power and zipf RV by @Smit-create in #1448
- Use different sample sizes for empirical JAX sampler tests by @brandonwillard in #1464
- Fix new RTD build failures by @brandonwillard in #1466
- Minor improvements to index/install/intro docs by @maresb in #1443
- Make
Feature
s less stateful by @brandonwillard in #832 - Add mention of tags and ARM environments to developer start guide by @PaulScemama in #1465
- Add GenGammaRV jax implementation by @FredericWantiez in #1450
- Replace
sqr
withsquare
by @sudarsan2k5 in #1439 - Remove custom standard RV
Op
(s) and add remaining "standard" NumPy RVs by @Smit-create in #1461 - Add
ChiSquareRV
JAX implementation by @larryshamalama in #1363 - Fix a typo in JAX
gengamma
by @Smit-create in #1475 - Create a base type for shared RNG variables by @brandonwillard in #1476
- Adjust
RandomTypeSharedVariable.__str__
by @brandonwillard in #1481 - Update
pre-commit
config by @brandonwillard in #1482 - Remove support for Python 3.7 by @brandonwillard in #1483
- Add pyupgrade as pre-commit hook by @maresb in #1484
- Add JAX implementation for
InvGammaRV
by @PaulScemama in #1480 - gh: refactor community files by @SauravMaheshkar in #1471
- Bump peter-evans/create-pull-request from 4 to 5 by @dependabot in #1489
- Update pre-commit hooks by @github-actions in #1486
- Enable
pip
caching in CI by @SauravMaheshkar in #1487 - Removes pydot2 dependency by @Ankit-Dhankhar in #1493
- Update pre-commit hooks by @github-actions in #1492
- Remove type ignore in
aesara.link.c.exceptions
by @brandonwillard in #1494 - Implement
ConvolveOp
by @Smit-create in #1485 - Use NumPy recommended approach to out-of-bounds integer conversion by @brandonwillard in #1496
- Use Numba's
Generator
support by @brandonwillard in #1245
New Contributors
- @PaulScemama made their first contribution in #1465
- @SauravMaheshkar made their first contribution in #1471
- @Ankit-Dhankhar made their first contribution in #1493
Full Changelog: rel-2.8.12...rel-2.9.0