Skip to content

Commit

Permalink
0.11.1 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Aug 20, 2024
1 parent cce7d32 commit 1bb627a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# History

## v0.11.1 - 2024-08-21

### Maintenance

* Add support for scikit-learn 1.5.0 - Issue [#415](https://github.com/sdv-dev/Copulas/issues/415) by @R-Palazzo
* Add support for numpy 2.0.0 - Issue [#412](https://github.com/sdv-dev/Copulas/issues/412) by @R-Palazzo
* Only run unit and integration tests on oldest and latest python versions for macos - Issue [#405](https://github.com/sdv-dev/Copulas/issues/405) by @R-Palazzo
* Cleanup automated PR workflows - Issue [#402](https://github.com/sdv-dev/Copulas/issues/402) by @R-Palazzo
* Switch to using ruff for Python linting and code formatting - Issue [#378](https://github.com/sdv-dev/Copulas/issues/378) by @gsheni

### Bugs Fixed

* Cap numpy to less than 2.0.0 until Copulas supports - Issue [#411](https://github.com/sdv-dev/Copulas/issues/411) by @gsheni

## v0.11.0 - 2024-04-10

This release adds support for Python 3.12!
Expand Down

0 comments on commit 1bb627a

Please sign in to comment.