Skip to content

Commit

Permalink
0.11.1 release notes (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Aug 21, 2024
1 parent cce7d32 commit 82cfb1f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ exclude = [
".tox",
".git",
"__pycache__",
".ipynb_checkpoints"
".ipynb_checkpoints",
"*.ipynb"
]

[tool.ruff.lint]
Expand Down

0 comments on commit 82cfb1f

Please sign in to comment.