Download Latest Version v1.9.1 source code.zip (2.6 MB)
Email in envelope

Get an email when there's a new version of Autograd

Home / v1.9.1
Name Modified Size InfoDownloads / 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 a TypeError when NumPy passes an out=None argument through to them. This restores differentiation of reductions over ArrayBox values 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

Source: README.md, updated 2026-06-29