Skip to content
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
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# History

## v1.18.2 - 2025-10-15

### Bugs Fixed

* Error when fitting using nullable integer data with categorical transformer - Issue [#1036](https://github.com/sdv-dev/RDT/issues/1036) by @R-Palazzo

### Maintenance

* Remove excluding Faker v37.11.0 when they have released the fix for python 3.9 - Issue [#1043](https://github.com/sdv-dev/RDT/issues/1043) by @R-Palazzo

## v1.18.1 - 2025-09-11

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion static_code_analysis.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Run started:2025-09-11 20:26:54.570828
Run started:2025-10-15 16:09:17.276277

Test results:
No issues identified.
Expand Down
Loading