0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #23 from Recursing/python3-support More... almost 4 years ago
Add Python3 support Edits: - Replace print statement with print function - Replace xrange with range - Replace iter* in dict methods (e.g. iteritems()) - Replace generator.next() with next(generator) (available since python 2.6 release in 2008) - Explicit id based hash function for Pmf More... almost 4 years ago
Version 1.0.9 More... almost 4 years ago
Merge pull request #21 from Trabing/master More... about 4 years ago
Make Python3 patch backward compatible to Python2 More... about 4 years ago
Update for Python3 More... about 4 years ago
Merge pull request #12 from apaleyes/master More... over 5 years ago
Fixed a few typos More... over 6 years ago
Fixed label More... almost 7 years ago
Fixing dungeons.py More... over 7 years ago
Updating jaynes.py More... almost 8 years ago
Updated preface and comments from TM More... almost 8 years ago
Code updates More... almost 8 years ago
Adding table More... about 8 years ago
Adding table More... about 8 years ago
Adding figures More... about 8 years ago
Merge pull request #7 from alessandro-gentilini/patch-1 More... over 8 years ago
Fix comments. More... over 8 years ago
Merge branch 'master' of https://github.com/AllenDowney/ThinkBayes More... over 8 years ago
Updating m_and_m.py More... over 8 years ago
Merge pull request #6 from martynovs/patch-1 More... over 8 years ago
fix Binom, use cache in calculation More... over 8 years ago
Removing pkl More... almost 9 years ago
Moving code to subdirectory More... almost 9 years ago
Adding book More... almost 9 years ago
Merge branch 'master' of https://github.com/AllenDowney/ThinkBayes More... over 9 years ago
Adding code and data for variability.py More... over 9 years ago
Merge pull request #4 from bgschiller/master More... over 10 years ago
Change from 'To be pushlished' to 'Published' More... over 10 years ago
Bug fix in thinkbayes.py More... over 10 years ago