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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# History
2
2
3
+
## v1.17.1 - 2025-06-26
4
+
5
+
### Bugs Fixed
6
+
7
+
* BaseTransformer repr method showing parameters with default values - Issue [#1004](https://github.com/sdv-dev/RDT/issues/1004) by @gsheni
8
+
* Change default distribution for `GaussianNormalizer` to `truncnorm` - Issue [#997](https://github.com/sdv-dev/RDT/issues/997) by @fealho
9
+
10
+
### Internal
11
+
12
+
*`OptimizedTimestampEncoder`: Remove `__init__` function - Issue [#1011](https://github.com/sdv-dev/RDT/issues/1011) by @pvk-developer
13
+
* UnixTimestampEncoder: Typo in a private method `_learn_timezone_offest` - Issue [#1009](https://github.com/sdv-dev/RDT/issues/1009) by @pvk-developer
14
+
* Add workflow to release RDT on PyPI - Issue [#1007](https://github.com/sdv-dev/RDT/issues/1007) by @gsheni
15
+
* Check pyproject for release candidate dependencies - Issue [#1001](https://github.com/sdv-dev/RDT/issues/1001) by @rwedge
16
+
* Fragile Test: TestClusterBasedNormalizer::test_dataframe - Issue [#969](https://github.com/sdv-dev/RDT/issues/969) by @pvk-developer
17
+
* Fragile test: TestGaussianNormalizer::test_stats - Issue [#910](https://github.com/sdv-dev/RDT/issues/910) by @pvk-developer
18
+
19
+
### Maintenance
20
+
21
+
* Update python setup step in workflows to use latest python version - Issue [#904](https://github.com/sdv-dev/RDT/issues/904) by @frances-h
0 commit comments