Releases: GalacticDynamics/quaxed
Releases · GalacticDynamics/quaxed
v0.10.4
v0.10.3
What's Changed
- Potential fix for code scanning alert no. 5: Workflow does not contain permissions by @nstarman in #149
- build(deps): bump the actions group with 5 updates by @dependabot[bot] in #150
- Fix CD workflow Python 3.14 incompatibility with pydantic-core by @Copilot in #152
- Change Dependabot schedule from monthly to quarterly by @nstarman in #151
- feat: import fallback by @nstarman in #154
- style: tuple
__all__by @nstarman in #155 - ci: pass job by @nstarman in #156
- Add OSSAR workflow for static analysis by @nstarman in #157
- deps: add nox, lint, jupyter dependency groups by @nstarman in #158
- fix: remove unneeded patch by @nstarman in #159
- style: address pylint warnings by @nstarman in #160
- docs: update docs by @nstarman in #161
New Contributors
- @Copilot made their first contribution in #152
Full Changelog: v0.10.2...v0.10.3
v0.10.2
Support Jax v0.7.2+.
What's Changed
- 👷: update pre-commit hooks by @pre-commit-ci[bot] in #143
- ⬆️ dep-bump(quax): v0.2.1+ for jax v0.7.2+ by @nstarman in #146
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @nstarman in #147
- build(deps): bump the actions group with 3 updates by @nstarman in #148
- build(deps): followup cleanup by @dependabot[bot] in #144
- 👷: update pre-commit hooks by @pre-commit-ci[bot] in #145
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- build(deps): bump the actions group with 3 updates by @dependabot in #139
- build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 in the actions group by @dependabot in #140
- 🐛 fix: vectorize, cond by @nstarman in #141
- 🩹 fix-simple(primitives): use fixed quax default implementation by @nstarman in #137
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Warning
Due to patrick-kidger/quax#58 some functions that require size information about boolean arrays when jitted will not work without that size information quaxified, even when not jitted. These include argwhere, bincount, compress, etc.
What's Changed
- build(deps): bump the actions group with 2 updates by @dependabot in #132
- 👷: update pre-commit hooks by @pre-commit-ci in #135
- build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 in the actions group by @dependabot in #134
- deps(quax): v0.2+ by @nstarman in #136
Full Changelog: v0.9.0...v0.10.0