Skip to content

Commit 51e6133

Browse files
committed
Update changelog for 0.15.1.
1 parent 91bec56 commit 51e6133

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ Changelog
33

44
.. currentmodule:: sparse
55

6+
0.15.1 / 2024-01-10
7+
-------------------
8+
* Fix regression where with XArray by supporting all API functions via the Array API standard. (:pr:`622` thanks :ghuser:`hameerabbasi`)
9+
610
0.15.0 / 2024-01-09
711
-------------------
812
* Fix regression where :obj:`DeprecationWarning`s were being fired unexpectedly. (:pr:`581` thanks :ghuser:`hameerabbasi`)

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.8",
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
2425
"Programming Language :: Python :: 3 :: Only",
2526
"Intended Audience :: Developers",
2627
"Intended Audience :: Science/Research",

release-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Upload to PyPI
1414
```bash
1515
git clean -xfd # remove all files in directory not in repository
16-
python setup.py sdist bdist_wheel --universal # make packages
16+
python -m build --wheel --sdist # make packages
1717
twine upload dist/* # upload packages
1818
```
1919

0 commit comments

Comments
 (0)