Skip to content

Commit 56b9cd0

Browse files
authored
Update HISTORY.md
1 parent 7e6148d commit 56b9cd0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

HISTORY.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Release Notes
22

3+
## 0.13.1 - 2021-12-22
4+
5+
This release adds support for passing tabular constraints to the HMA1 model, and adds more explicit error handling for
6+
metric evaluation. It also includes a fix for using categorical columns in the PAR model and documentation updates
7+
for metadata and HMA1.
8+
9+
### Bugs Fixed
10+
11+
* Categorical column after sequence_index column - Issue [#314](https://github.com/sdv-dev/SDV/issues/314) by @fealho
12+
13+
### New Features
14+
15+
* Support passing tabular constraints to the HMA1 model - Issue [#296](https://github.com/sdv-dev/SDV/issues/296) by @katxiao
16+
* Metric evaluation error handling metrics - Issue [#638](https://github.com/sdv-dev/SDV/issues/638) by @katxiao
17+
18+
### Documentation Changes
19+
20+
* Make true/false values lowercase in Metadata Schema specification - Issue [#664](https://github.com/sdv-dev/SDV/issues/664) by @katxiao
21+
* Update docstrings for hma1 methods - Issue [#642](https://github.com/sdv-dev/SDV/issues/642) by @katxiao
22+
323
## 0.13.0 - 2021-11-22
424

525
This release makes multiple improvements to different `Constraint` classes. The `Unique` constraint can now

0 commit comments

Comments
 (0)