From 511d0013907c837a166fa8cb7f62e1deed39f9d6 Mon Sep 17 00:00:00 2001 From: Fabian Rost Date: Thu, 2 Jul 2015 01:00:01 +0200 Subject: [PATCH] Updating the link to the newest version of PyMC The development version of PyMC (version 3) has been moved to its own repository called pymc3. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b63582e..ce2cfe03 100644 --- a/README.md +++ b/README.md @@ -901,7 +901,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [NetworkX](https://networkx.github.io/) - A high-productivity software for complex networks. * [Pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools. * [Open Mining](https://github.com/avelino/mining) - Business Intelligence (BI) in Python (Pandas web interface) -* [PyMC](https://github.com/pymc-devs/pymc) - Markov Chain Monte Carlo sampling toolkit. +* [PyMC](https://github.com/pymc-devs/pymc3) - Markov Chain Monte Carlo sampling toolkit. * [zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library. * [PyDy](https://pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion based around NumPy, SciPy, IPython, and matplotlib. * [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics.