diff --git a/HISTORY.md b/HISTORY.md index 7b399a79..725336a8 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,20 @@ # History +## v0.12.4 - 2026-01-02 + +### Bugs Fixed + +* Add support for NumPy 2.4.0 - Issue [#497](https://github.com/sdv-dev/Copulas/issues/497) by @frances-h + +### Internal + +* Copulas release workflow errors with failed to push some refs to https://github.com/sdv-dev/Copulas - Issue [#478](https://github.com/sdv-dev/Copulas/issues/478) by @gsheni + +### Maintenance + +* Remove support for Python 3.8 - Issue [#493](https://github.com/sdv-dev/Copulas/issues/493) by @fealho +* Update release documentation based on recent release - Issue [#484](https://github.com/sdv-dev/Copulas/issues/484) by @gsheni + ## v0.12.3 - 2025-06-13 ### New Features diff --git a/static_code_analysis.txt b/static_code_analysis.txt index 8176174e..0c5ca42f 100644 --- a/static_code_analysis.txt +++ b/static_code_analysis.txt @@ -1,4 +1,4 @@ -Run started:2025-06-13 18:34:29.598583 +Run started:2026-01-02 17:10:42.768859 Test results: >> Issue: [B403:blacklist] Consider possible security implications associated with pickle module. @@ -95,7 +95,7 @@ Test results: -------------------------------------------------- Code scanned: - Total lines of code: 3993 + Total lines of code: 3996 Total lines skipped (#nosec): 0 Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0