Skip to content

Commit 98a2e03

Browse files
Junpeng Laotwiecki
authored andcommitted
Remove Edward support
1 parent aeb5563 commit 98a2e03

File tree

5 files changed

+2
-118
lines changed

5 files changed

+2
-118
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,12 @@ License
141141
Software using PyMC3
142142
====================
143143

144+
- `sampled <https://github.com/ColCarroll/sampled>`__: Decorator for PyMC3.
144145
- `Bambi <https://github.com/bambinos/bambi>`__: BAyesian Model-Building Interface (BAMBI) in Python.
145146
- `gelato <https://github.com/ferrine/gelato>`__: Bayesian Neural Networks with PyMC3 and Lasagne.
146147
- `NiPyMC <https://github.com/PsychoinformaticsLab/nipymc>`__: Bayesian mixed-effects modeling of fMRI data in Python.
147148
- `beat <https://github.com/hvasbath/beat>`__: Bayesian Earthquake Analysis Tool.
148-
- `Edward <https://github.com/blei-lab/edward>`__: A library for probabilistic modeling, inference, and criticism.
149+
149150

150151
Please contact us if your software is not listed here.
151152

RELEASE-NOTES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242

4343
* Add MvGaussianRandomWalk and MvStudentTRandomWalk distributions.
4444

45-
* Add `EdwardModel` wrapper to run PyMC3 models in Edward.
46-
4745
* GLM models do not need a left-hand variable anymore.
4846

4947
* Add support for cholesky parametrizations for cov/corr matrices.

pymc3/examples/edward_beta_bernoulli.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

pymc3/external/edward.py

Lines changed: 0 additions & 79 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@
5858
classifiers=classifiers,
5959
install_requires=install_reqs,
6060
tests_require=test_reqs,
61-
extras_require={'edward': ['edward>=1.1.6']},
6261
test_suite='nose.collector')

0 commit comments

Comments
 (0)