You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# History
2
2
3
+
## v1.15.1 - 2025-04-02
4
+
5
+
### Bugs Fixed
6
+
7
+
*`learn_rounding_digits` should work for numerical data of `object` dtype - Issue [#972](https://github.com/sdv-dev/RDT/issues/972) by @fealho
8
+
*`BaseTransformer.__repr__` errors if transformer has required arguments - Issue [#961](https://github.com/sdv-dev/RDT/issues/961) by @fealho
9
+
* The `AnonymizedFaker` does not match cardinality across multiple applications of `reverse_transform` - Issue [#951](https://github.com/sdv-dev/RDT/issues/951) by @pvk-developer
10
+
11
+
### Maintenance
12
+
13
+
* All bump-version commands are failing - Issue [#974](https://github.com/sdv-dev/RDT/issues/974) by @amontanez24
0 commit comments