Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Eastwood authored and Martin Eastwood committed Dec 12, 2024
1 parent a4db5cb commit 09d0b70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ v1.0.0 (2024-12-12)
- Removed pymc as a dependency
- Updated all other dependency versions
- Added support for Python 3.13
- Rewrote `BayesianHierarchicalGoalModel` model into Stan instead of pymc and updated prediction method to integtate over the posterior rather than just sampling the mid-point
- Rewrote `BayesianRandomInterceptGoalModel` into Stan instead of pymc, updated model to use a more accurate random intercept, and updated prediction method to integtate over the posterior rather than just sampling the mid-point
- Rewrote `BayesianBivariateGoalModel` into Stan instead of pymc, improved model so converges better, and updated prediction method to integtate over the posterior rather than just sampling the mid-point
- Rewrote `BayesianHierarchicalGoalModel` model into Stan instead of pymc and updated prediction method to integrate over the posterior rather than just sampling the mid-point
- Rewrote `BayesianRandomInterceptGoalModel` into Stan instead of pymc, updated model to use a more accurate random intercept, and updated prediction method to integrate over the posterior rather than just sampling the mid-point
- Rewrote `BayesianBivariateGoalModel` into Stan instead of pymc, improved model so converges better, and updated prediction method to integrate over the posterior rather than just sampling the mid-point
- Added `BayesianSkellamGoalModel` model for predicting outcomes of football (soccer) matches based on the Skellam distribution
- Removed obsolete sofifa and espn scrapers
- Optimised RPS calculation
- Optimised ELO code
- Optimised Kelly Criterion code
- Optimised `RPS` calculation
- Optimised `ELO` code
- Optimised `Kelly Criterion` code
- Updated `FootballProbabilityGrid` to store its internal matrix as a numpy array
- Updated all example notebooks
- Increased unit test coverage
Expand Down

0 comments on commit 09d0b70

Please sign in to comment.