Skip to content

Commit 9635681

Browse files
Martin EastwoodMartin Eastwood
authored andcommitted
updated changelog
1 parent 2bb7c46 commit 9635681

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/changelog/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ see `semver.org <http://semver.org/>`_
1010
v0.9.0 (xxxx-xx-xx)
1111
^^^^^^^^^^^^^^
1212
- Removed pymc as a dependency
13-
- Updated dependency versions
13+
- Updated all other dependency versions
1414
- Added support for Python 3.13
15-
- Rewrote Bayesian Hierarchical model into Stan instead of pymc and updated prediction method to integtate over the posterior rather than just sampling the mid-point
16-
- Rewrote Bayesian Random Intercept model 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
17-
- Rewrote Bayesian Bivariate model 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
15+
- Rewrote `BayesianHierarchicalGoalModel` model into Stan instead of pymc and updated prediction method to integtate over the posterior rather than just sampling the mid-point
16+
- 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
17+
- 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
1818
- Removed obsolete sofifa and espn scrapers
1919
- Optimised RPS calculation
2020
- Optimised ELO code
2121
- Refactored Kelly Criterion code
22-
- Updated FootballProbabilityGrid to store its internal matrix as a numpy array
22+
- Updated `FootballProbabilityGrid` to store its internal matrix as a numpy array
2323
- Updated all examples
2424
- Increased unit test coverage
2525
- Added CI/CD

0 commit comments

Comments
 (0)