Search Criteria
Package Details: python-theano-pymc 1.1.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-theano-pymc.git (read-only, click to copy) |
---|---|
Package Base: | python-theano-pymc |
Description: | Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs |
Upstream URL: | https://pypi.org/project/Theano-PyMC |
Licenses: | BSD |
Provides: | python-theano |
Submitter: | Universebenzene |
Maintainer: | Universebenzene |
Last Packager: | Universebenzene |
Votes: | 31 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-04 13:32 (UTC) |
Last Updated: | 2022-08-06 17:45 (UTC) |
Dependencies (9)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-filelock
- python-scipy (python-scipy-mkl-bin, python-scipy-git, python-scipy-mkl)
- python-setuptools (make)
- python-filelock (check)
- python-pydot (check)
- python-pytest (check)
- python-scipy (python-scipy-mkl-bin, python-scipy-git, python-scipy-mkl) (check)
- python-theano-pymc-doc (optional) – Documentation for Theano-PyMC
Required by (3)
- python-hep_ml (requires python-theano)
- python-pymc3
- python-sidekit (requires python-theano)
Latest Comments
1 2 3 Next › Last »
MarsSeed commented on 2023-06-26 12:05 (UTC)
Theano project has been discontinued.
The PyMC project forked the code and they made an updated drop-in replacement, available on AUR as well: python-theano-pymc.
I have requested an AUR merge from python-theano package to the one above.
(The PyMC version is newer, but also discontinued, in favor of their successor fork called Aesara. But in the meantime, better to keep the theano-pymc fork on AUR for downstream dependent packages.)
Perfi commented on 2020-08-24 16:09 (UTC)
Here's a patch to update to 1.0.5:
I can help co-maintain this if you'd like.
JohnRobson commented on 2020-02-22 16:31 (UTC)
Only worked after installing through PIP: $ sudo python -m pip install --upgrade theano
davidmcinnis commented on 2019-03-31 12:38 (UTC)
@xantares good suggestion about python2-parameterized. This package isn't necessary unless running check(), which takes over 4 hours to complete on my machine. Commented out python-parameterized and python2-parameterized from checkdepends().
xantares commented on 2019-03-31 12:30 (UTC)
please drop python2-parameterized
davidmcinnis commented on 2019-03-21 23:20 (UTC) (edited on 2019-03-30 13:26 (UTC) by davidmcinnis)
Thank you for the suggestion @xantares. Updated check-depends.
xantares commented on 2019-03-21 16:44 (UTC)
optdepends should moved to each package section else python-theano optionally requires python2-mpi4py:
checking dependencies...
:: python-theano optionally requires python2-mpi4py
davidmcinnis commented on 2018-07-15 08:14 (UTC)
Thanks for the helpful comments @xantares. I tried to move the numpy dependency like you said. I will keep working on it till I get things right.
Morganamilo commented on 2018-07-14 17:45 (UTC)
Looks like the maintainer might have taken my comment the wrong way. I said to move the global depends, the depends in the package functions should have stayed.
1 2 3 Next › Last »