Mon, 03 Jun 2024 13:42:00 UTC | login

Information for build python-theano-1.0.5-1.fc33

ID166928
Package Namepython-theano
Version1.0.5
Release1.fc33
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
StartedThu, 13 Aug 2020 10:09:27 UTC
CompletedThu, 13 Aug 2020 10:09:27 UTC
Tags
f33
f37
f38
RPMs
src
python-theano-1.0.5-1.fc33.src.rpm (info) (download)
noarch
python-theano-doc-1.0.5-1.fc33.noarch.rpm (info) (download)
python3-theano-1.0.5-1.fc33.noarch.rpm (info) (download)
Changelog * 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 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-6.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.0.4-6.1 - Rebuilt for Python 3.9 * Tue Feb 04 2020 Jerry James <loganjerry@gmail.com> - 1.0.4-6 - Add -ordered-dict patch, thanks to Miro Hrončok (bz 1797982) * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-5.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Nov 25 2019 Jerry James <loganjerry@gmail.com> - 1.0.4-5 - Drop epydoc BR since it has been retired - Unbundle fonts from the documentation - Ship an HTML form of the README - Add -has-sorted-indices patch * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.4-4.1 - Rebuilt for Python 3.8.0rc1 (#1748018) * Thu Aug 29 2019 Jerry James <loganjerry@gmail.com> - 1.0.4-4 - Add -iterable, -git, -format, -is, and -doc patches to fix warnings * Fri Aug 23 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.4-3 - Fix FTBFS with python-theano-sort patch (#1737011) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.0.4-2.1 - Rebuilt for Python 3.8 * Fri Aug 16 2019 Jerry James <loganjerry@gmail.com> - 1.0.4-2 - Add -future-warning, -gammaq, -ceil-floor-trunc, -traceback, -clip, and -random patches to fix FTBFS (bz 1737011) * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-1.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jan 19 2019 Jerry James <loganjerry@gmail.com> - 1.0.4-1 - New upstream release * Thu Dec 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-2 - Drop duplicated dependencies * Sat Oct 06 2018 Jerry James <loganjerry@gmail.com> - 1.0.3-1 - New upstream release - Partially revert the previous commit; the gcc Requires is needed - Build with openblas instead of atlas - Send cython output to the correct directory - Build with pygpu support * Sun Aug 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.2-2 - Drop python2 subpackage