CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.71k stars 7.88k forks source link

Updated 'normed' to 'density' #490

Open azdaly opened 4 years ago

azdaly commented 4 years ago

Normed has been deprecated and now throws an error - https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.hist.html

ian-whitestone commented 4 years ago

I ran into this today as well. Would need to be fixed throughout all the chapters, and would probably need to bump requirements.txt to enforce the matplotlib version where this switch happens.