Update changelog

This commit is contained in:
Ricardo Montañana Gómez 2024-05-06 18:02:18 +02:00
parent ced29a2c2e
commit 164c8bd90c
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- *convergence_best* hyperparameter to the BoostAODE class, to control the way the prior accuracy is computed if convergence is set. Default value is *false*.
- SPnDE model.
- A2DE model.
- A2DE & SPnDE tests.
- Add tests to reach 99% of coverage.
### Internal
@ -21,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactor catch2 library location to test/lib
- Refactor loadDataset function in tests.
- Remove conditionalEdgeWeights method in BayesMetrics.
- A2DE & SPnDE tests.
- Refactor Coverage Report generation.
## [1.0.5] 2024-04-20