Skip to content

Commit 82cfb1f

Browse files
authored
0.11.1 release notes (#421)
1 parent cce7d32 commit 82cfb1f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

HISTORY.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# History
22

3+
## v0.11.1 - 2024-08-21
4+
5+
### Maintenance
6+
7+
* Add support for scikit-learn 1.5.0 - Issue [#415](https://github.com/sdv-dev/Copulas/issues/415) by @R-Palazzo
8+
* Add support for numpy 2.0.0 - Issue [#412](https://github.com/sdv-dev/Copulas/issues/412) by @R-Palazzo
9+
* 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
10+
* Cleanup automated PR workflows - Issue [#402](https://github.com/sdv-dev/Copulas/issues/402) by @R-Palazzo
11+
* Switch to using ruff for Python linting and code formatting - Issue [#378](https://github.com/sdv-dev/Copulas/issues/378) by @gsheni
12+
13+
### Bugs Fixed
14+
15+
* Cap numpy to less than 2.0.0 until Copulas supports - Issue [#411](https://github.com/sdv-dev/Copulas/issues/411) by @gsheni
16+
317
## v0.11.0 - 2024-04-10
418

519
This release adds support for Python 3.12!

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ exclude = [
181181
".tox",
182182
".git",
183183
"__pycache__",
184-
".ipynb_checkpoints"
184+
".ipynb_checkpoints",
185+
"*.ipynb"
185186
]
186187

187188
[tool.ruff.lint]

0 commit comments

Comments
 (0)