diff --git a/HISTORY.md b/HISTORY.md index eddf899f2..1eb78a69a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/static_code_analysis.txt b/static_code_analysis.txt index 843fa0d5c..c99a03278 100644 --- a/static_code_analysis.txt +++ b/static_code_analysis.txt @@ -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.