strawlab / best

Bayesian estimation supersedes the t test
MIT License
145 stars 37 forks source link

Upgrade to Python 3, PyMC3 and Matplotlib 3.0.0 #6

Open treszkai opened 5 years ago

treszkai commented 5 years ago

This pull request (PR) upgrades best to today’s libraries.

PyMC3 required dropping Python 2 support.

Restructure module a bit: move functions from __init__.py to utils.py.

(This is part 1 of 4 pull requests that build on top of one another.)