diff --git a/HISTORY.md b/HISTORY.md index 7f455762..e3fb89af 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,12 @@ # History +## v0.14.1 - 2026-02-05 + +### Maintenance + +* Pin Pandas dependency below 3.0 - Issue [#515](https://github.com/sdv-dev/Copulas/issues/515) +* Update license information in pyproject.toml to use new format - Issue [#502](https://github.com/sdv-dev/Copulas/issues/502) by @pvk-developer + ## v0.14.0 - 2026-01-16 ### Maintenance diff --git a/static_code_analysis.txt b/static_code_analysis.txt index 2143025e..bff506a8 100644 --- a/static_code_analysis.txt +++ b/static_code_analysis.txt @@ -1,4 +1,4 @@ -Run started:2026-01-16 18:31:46.215530+00:00 +Run started:2026-02-05 16:49:34.060845+00:00 Test results: >> Issue: [B403:blacklist] Consider possible security implications associated with pickle module.