File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
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
+
3
23
## 0.13.0 - 2021-11-22
4
24
5
25
This release makes multiple improvements to different ` Constraint ` classes. The ` Unique ` constraint can now
You can’t perform that action at this time.
0 commit comments