Sat, 15 Jun 2024 06:18:43 UTC | login

Information for build python-theano-1.1.2-5.fc37

ID203698
Package Namepython-theano
Version1.1.2
Release5.fc37
Epoch
SummaryMathematical expressions involving multidimensional arrays
DescriptionTheano is a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. Theano features: - tight integration with NumPy: Use numpy.ndarray in Theano-compiled functions. - transparent use of a GPU: Perform data-intensive calculations up to 140x faster than with CPU (float32 only). - efficient symbolic differentiation: Theano does your derivatives for function with one or many inputs. - speed and stability optimizations: Get the right answer for log(1+x) even when x is really tiny. - dynamic C code generation: Evaluate expressions faster. - extensive unit-testing and self-verification: Detect and diagnose many types of mistake.
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 19 Sep 2022 22:31:12 UTC
CompletedMon, 19 Sep 2022 22:31:12 UTC
Tags
f37
f38
RPMs
src
python-theano-1.1.2-5.fc37.src.rpm (info) (download)
noarch
python-theano-doc-1.1.2-5.fc37.noarch.rpm (info) (download)
python3-theano-1.1.2-5.fc37.noarch.rpm (info) (download)
Changelog * Sat Aug 06 2022 Jerry James <loganjerry@gmail.com> - 1.1.2-5 - Regenerate cython sources to fix FTBFS (rhbz#2113658) * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.1.2-4 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 10 2021 Sergio Pascual <sergiopr@fedoraproject.org> - 1.1.2-1 - New upstream source (1.1.2) - Drop doc patches and other patches included upstream - No cython files in tarball - doc subpackage is empty * Tue Jun 08 2021 Jerry James <loganjerry@gmail.com> - 1.0.13-4 - Add -linecache patch to fix python 3.10 FTBFS (bz 1959774) * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.13-4 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 11 2021 Jerry James <loganjerry@gmail.com> - 1.0.13-2 - Add -numpy-version patch to fix FTBFS (bz 1914890) * Thu Dec 24 2020 Jerry James <loganjerry@gmail.com> - 1.0.13-1 - Version 1.0.13 * Mon Nov 23 2020 Jerry James <loganjerry@gmail.com> - 1.0.11-1 - Version 1.0.11 - Switch to the PyMC fork, now the official version - Drop the -future-warning patch; it yields incorrect answers - Test with pytest instead of nose * Fri Aug 07 2020 Jerry James <loganjerry@gmail.com> - 1.0.5-1 - Version 1.0.5 - Drop upstreamed patches: -ceil-floor-trunc, -clip, -format, -gammaq, -has-sorted-indices, -is, -iterable, -ordered-dict, -random, -sort, -sphinx3, -traceback - Add patches: -file-leak, -printing - Build with flexiblas instead of with openblas directly