Sat, 01 Jun 2024 03:58:56 UTC | login

Information for build python-autograd-1.5-1.fc38

ID243991
Package Namepython-autograd
Version1.5
Release1.fc38
Epoch
SummaryEfficiently computes derivatives of numpy code
DescriptionAutograd can automatically differentiate native Python and Numpy code. It can handle a large subset of Python's features, including loops, ifs, recursion and closures, and it can even take derivatives of derivatives of derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation), which means it can efficiently take gradients of scalar-valued functions with respect to array-valued arguments, as well as forward-mode differentiation, and the two can be composed arbitrarily. The main intended application of Autograd is gradient-based optimization.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 05 Apr 2023 12:01:26 UTC
CompletedWed, 05 Apr 2023 12:01:26 UTC
Tags
f38
f39
f40
RPMs
src
python-autograd-1.5-1.fc38.src.rpm (info) (download)
noarch
python-autograd-doc-1.5-1.fc38.noarch.rpm (info) (download)
python3-autograd-1.5-1.fc38.noarch.rpm (info) (download)
Changelog * Fri Mar 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.5-1 - Update to 1.5 - Add a weak dependency on scipy * Fri Mar 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3-19 - Confirm License is SPDX MIT * Fri Mar 17 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.3-18 - Backport upstream fix for build with numpy 2.24 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.3-15 - Rebuilt for Python 3.11 * Sat Jun 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.3-14 - Fix Python 3.11 compatibility (close RHBZ#2094014) * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-13 - initial import to src.fp.o * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-12 - updated spec doc * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-11 - updated spec file * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-10 - add comment * Tue Feb 15 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.3-9 - chore: regenerate srcrpm * Tue Feb 15 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.3-8 - feat: reformat description * Tue Feb 15 2022 Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur@gmail.com> - 1.3-7 - chore: clean up old files * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-6 - spec and srpm updated * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-5 - %autorelease and %autochangelog changes * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-4 - license text included in its file * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-3 - Add Spec and Srcrpm for Review * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-2 - Add spec and tar file for Review * Tue Feb 15 2022 hardeborlaa <adebola786@gmail.com> - 1.3-1 - Add Spec and tar file