From d95689d97869142003b07937b8691d50c3c659ff Mon Sep 17 00:00:00 2001 From: mikeWShef <38917506+mikeWShef@users.noreply.github.com> Date: Thu, 9 Apr 2020 11:06:23 +0100 Subject: [PATCH 1/2] Added version warning Version warning as discussed in issue: PYMC 2 warning #196 --- docs/INSTALL.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst index 307e3556..3632376d 100755 --- a/docs/INSTALL.rst +++ b/docs/INSTALL.rst @@ -10,6 +10,8 @@ Installation :License: PyMC is released under the Academic Free license. :Version: 2.3.7 +**NOTE: The current version PyMC (version 3) has been moved to its own repository called pymc3. Unless you have a good reason for using this package, we recommend all new users adopt PyMC3.** + PyMC is known to run on Mac OS X, Linux and Windows, but in theory should be able to work on just about any platform for which Python, a Fortran compiler and the NumPy module are available. However, installing some extra depencies From e9fbe8f2694632846bce2b0e6b2079d52dde6257 Mon Sep 17 00:00:00 2001 From: mikeWShef <38917506+mikeWShef@users.noreply.github.com> Date: Thu, 9 Apr 2020 11:55:37 +0100 Subject: [PATCH 2/2] Added link to PYMC3 --- docs/INSTALL.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst index 3632376d..301b8aae 100755 --- a/docs/INSTALL.rst +++ b/docs/INSTALL.rst @@ -10,7 +10,7 @@ Installation :License: PyMC is released under the Academic Free license. :Version: 2.3.7 -**NOTE: The current version PyMC (version 3) has been moved to its own repository called pymc3. Unless you have a good reason for using this package, we recommend all new users adopt PyMC3.** +**NOTE: The current version PyMC (version 3) has been moved to its own repository called `pymc3`_. Unless you have a good reason for using this package, we recommend all new users adopt PyMC3.** PyMC is known to run on Mac OS X, Linux and Windows, but in theory should be able to work on just about any platform for which Python, a Fortran compiler @@ -237,3 +237,5 @@ addressed to PyMC's `mailing list`_. .. _`issue tracker`: http://github.com/pymc-devs/pymc/issues .. _`mailing list`: pymc@googlegroups.com + +.. _`pymc3`: https://github.com/pymc-devs/pymc3