Skip to content

Commit eeb1e50

Browse files
v1.17.1 Release Preparation (#1015)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7d3f75 commit eeb1e50

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

HISTORY.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# History
22

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
22+
323
## v1.17.0 - 2025-05-13
424

525
### New Features

static_code_analysis.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Run started:2025-05-12 22:54:41.963269
1+
Run started:2025-06-26 21:09:47.571406
22

33
Test results:
44
No issues identified.
55

66
Code scanned:
7-
Total lines of code: 6299
7+
Total lines of code: 6290
88
Total lines skipped (#nosec): 0
99
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0
1010

0 commit comments

Comments
 (0)