summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLuis Martinez2022-06-30 16:49:15 -0500
committerLuis Martinez2022-06-30 16:49:15 -0500
commit5aee344ee46dda1da65ba92e03b891957e458107 (patch)
tree083f347e21f2e7986fb84f460585c0153abf3b1c /CHANGELOG.md
parente78c8400c2e22dd0c01fd8c905c84a1113f9b752 (diff)
downloadaur-5aee344ee46dda1da65ba92e03b891957e458107.tar.gz
update to 0.1.19
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b264470f8a2e..d2e63992fdeb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.1.19] - 2021-06-30
+### Added
+1. Adds checks for arguments to `BayesianNetwork.simulate` method.
+
+### Fixed
+1. Fixes TAN algorithm to use conditional information metric.
+2. Speed ups for all estimation and inference methods.
+3. Fix in stable variant of PC algorithm to give reproducible results.
+4. Fix in `GibbsSampling` for it to work with variables with integral names.
+5. `DAG.active_trail_nodes` allows tuples as variable names.
+6. Fixes CPD and edge creation in `UAIReader`.
+
## [0.1.18] - 2021-03-30
### Fixed
1. Fixes `CausalInference.is_valid_backdoor_adjustment_set` to accept str arguments for `Z`.