-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
32 lines (27 loc) · 927 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Embecosm DCM (dcEmb) v0.1.0 release
# Changelog
All notable changes to this project will be documented in this file.
## [V0.3.0] - 22/11/11
- Bugfixes in BMR model
- Bugfixes in PEB model
- Significantly updated documentation with worked example
## [v0.2.0] - 2022-10-06
- Significantly simplified class structure
- Significantly improved OpenMP multithreading
- Several optimisations to the COVID model
- Created a new run_tests_long executable, currently containing an automated
test of individual COVID model inversions
- Tweaked compliation options for faster code execution
## [v0.1.0] - 2022-09-29
### Added
- First release of code
- Variational Laplace functionality
- Parametric Empirical Bayes functionality
- Bayesian Model Reduction functionality
- Bayesian Model Averaging functionality
- Documentation in Docutilts and Sphinx
- COVID-19 example
- 3-body example
- Testing framework
### Changed
### Removed