| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-05-02 | 2.4 kB | |
| v1.8.0 source code.tar.gz | 2025-05-02 | 2.6 MB | |
| v1.8.0 source code.zip | 2025-05-02 | 2.6 MB | |
| Totals: 3 Items | 5.2 MB | 0 | |
Autograd v1.8.0
We are happy to announce the release of Autograd version 1.8.0.
This version supports Python versions 3.9–3.13 and includes minor features, some bug fixes, and many maintenance updates.
What's changed
- Fix
numpy.core.einsumfuncdeprecation by @fjosw in https://github.com/HIPS/autograd/pull/628 - Run test workflow at the beginning of every month and enable manual trigger of the pipeline by @fjosw in https://github.com/HIPS/autograd/pull/629
- Update
tanh(x)derivative README example by @agriyakhetarpal in https://github.com/HIPS/autograd/pull/635, https://github.com/HIPS/autograd/pull/636 - Add
__array_namespace__toArrayBoxby @yaugenst-flex in https://github.com/HIPS/autograd/pull/647 - Drop Python 3.8 and start testing against Python 3.13 by @agriyakhetarpal in https://github.com/HIPS/autograd/pull/648
- Fix
scipy.special.logsumexptype promotion, test against NumPy and SciPy nightlies by @agriyakhetarpal in https://github.com/HIPS/autograd/pull/643 - Pin to NumPy <3 by @agriyakhetarpal in https://github.com/HIPS/autograd/pull/658
- Update license.txt, fix copyright license year by @JasonnnW3000 in https://github.com/HIPS/autograd/pull/668
- Remove
scipy.miscby @fjosw in https://github.com/HIPS/autograd/pull/669 - Replace
finallystatement byexcept BaseExceptionto suppress all exceptions by @fjosw in https://github.com/HIPS/autograd/pull/653 - Add Linux arm64 CI, pin GitHub Actions to hashes by @agriyakhetarpal in https://github.com/HIPS/autograd/pull/678
- Fix deep learning summer school link by @Saransh-cpp in https://github.com/HIPS/autograd/pull/682
- Skip
test_dtypesfor now by @agriyakhetarpal in https://github.com/HIPS/autograd/pull/690 - Enable PyPy tests on Linux arm64, and remove
pypy-3.9by @agriyakhetarpal in https://github.com/HIPS/autograd/pull/697 - Export NumPy version from Autograd wrapper by @agriyakhetarpal in https://github.com/HIPS/autograd/pull/689
New contributors
- @yaugenst-flex made their first contribution in https://github.com/HIPS/autograd/pull/647
- @JasonnnW3000 made their first contribution in https://github.com/HIPS/autograd/pull/668
- @Saransh-cpp made their first contribution in https://github.com/HIPS/autograd/pull/682
Full Changelog: https://github.com/HIPS/autograd/compare/v1.7.0...v1.8.0