Skip to content

Commit

Permalink
make a warning to use PyMC3 instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsalvatier authored Jan 22, 2017
1 parent fe512cd commit 559380a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Monte-Carlo Experiment
***********************

NOTE: This an experimental package is only of historical interest. It formed the basis of what is now [PyMC3](https://github.com/pymc-devs/pymc3). Use that instead.

MCEx is an experimental package designed to be allow experimentation with MCMC package design.
It's goal is to be simple to use, understand, extend and improve, while still being fast.
The hope is that some of the lessons learned in this experimental package lead to improvements
Expand Down Expand Up @@ -50,4 +52,4 @@ Possible Changes

* Make HMC and related automatically choose a variance/covariance
* Eliminate `model` arguments to AddVar, AddData, step methods etc by making it hidden and default
* Eliminate test = argument to AddVar by allowing the user to specify a 'test point'.
* Eliminate test = argument to AddVar by allowing the user to specify a 'test point'.

0 comments on commit 559380a

Please sign in to comment.