| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-29 | 504 Bytes | |
| v1.9.1 source code.tar.gz | 2026-06-29 | 2.6 MB | |
| v1.9.1 source code.zip | 2026-06-29 | 2.6 MB | |
| Totals: 3 Items | 5.2 MB | 0 | |
Autograd v1.9.1
29 June 2026
This is a small patch release that fixes a gradient regression in reduction operations.
Bug fixes
- Reduction gradient functions now accept
**kwargs, so no longer fail with aTypeErrorwhen NumPy passes anout=Noneargument through to them. This restores differentiation of reductions overArrayBoxvalues in a few edge cases that broke after [#717] (#789, by @fjosw).
Full CHANGELOG: https://github.com/HIPS/autograd/compare/v1.9.0...v1.9.1