Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.14.0 Release Preparation #941

Merged
merged 1 commit into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# History

## v1.14.0 - 2025-02-11

### New Features

* Add `LogScaler` transformer - Issue [#930](https://github.com/sdv-dev/RDT/issues/930) by @rwedge
* Add `LogitScaler` transformer - Issue [#929](https://github.com/sdv-dev/RDT/issues/929) by @frances-h

### Maintenance

* Cancel previous workflow runs on a new push - Issue [#927](https://github.com/sdv-dev/RDT/issues/927) by @R-Palazzo
* Combine `static_code_analysis.yml` with `release_notes.yml` - Issue [#915](https://github.com/sdv-dev/RDT/issues/915) by @R-Palazzo
* Support Python 3.13 - Issue [#899](https://github.com/sdv-dev/RDT/issues/899) by @rwedge

## v1.13.2 - 2024-12-16

### Bugs Fixed
Expand Down
4 changes: 2 additions & 2 deletions static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Run started:2024-12-16 23:01:53.056528
Run started:2025-02-11 20:12:31.602950

Test results:
No issues identified.

Code scanned:
Total lines of code: 5630
Total lines of code: 5865
Total lines skipped (#nosec): 0
Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Expand Down
Loading