Skip to content

Commit 4b02197

Browse files
twieckiAlexAndorra
andauthored
Switch to theano-pymc. (#4138)
* Switch to theano-pymc. * Mention in release-notes. * Update RELEASE-NOTES.md Co-authored-by: Alexandre ANDORRA <[email protected]> Co-authored-by: Alexandre ANDORRA <[email protected]>
1 parent 249cd2f commit 4b02197

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## PyMC3 3.9.x (on deck)
44

55
### Maintenance
6+
- Switch the dependency of Theano to our own fork, [Theano-PyMC](https://github.com/pymc-devs/Theano-PyMC).
67
- Mentioned the way to do any random walk with `theano.tensor.cumsum()` in `GaussianRandomWalk` docstrings (see [#4048](https://github.com/pymc-devs/pymc3/pull/4048)).
78
- Fixed numerical instability in ExGaussian's logp by preventing `logpow` from returning `-inf` (see [#4050](https://github.com/pymc-devs/pymc3/pull/4050)).
89
- Use dill to serialize user defined logp functions in `DensityDist`. The previous serialization code fails if it is used in notebooks on Windows and Mac. `dill` is now a required dependency. (see [#3844](https://github.com/pymc-devs/pymc3/issues/3844)).

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python=3.6
77
- arviz>=0.9
8-
- theano>=1.0.5
8+
- theano-pymc>=1.0.5
99
- numpy>=1.13
1010
- scipy>=0.18
1111
- pandas >=0.18

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
arviz>=0.9.0
2-
theano>=1.0.5
2+
theano-pymc>=1.0.5
33
numpy>=1.13.0
44
scipy>=0.18.1
55
pandas>=0.18.0

0 commit comments

Comments
 (0)