Skip to content

Commit cffb52e

Browse files
authored
Release 1.3.0 (#320)
1 parent 86d4e28 commit cffb52e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.3.0: 2024-07-10
2+
=================
3+
4+
- Upgrade binary wheels with libspatialindex-2.0.0 (:PR:`316`)
5+
- Fix binary wheels for musllinux wheels (:PR:`316`)
6+
- Update code style, replace isort and black with ruff, modern numpy rng (:PR:`319`)
7+
- Remove libsidx version testing (:PR:`313`)
8+
19
1.2.0: 2024-01-19
210
=================
311

CREDITS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Adam Stewart
3434
Mike Taves <[email protected]>
3535

3636
* cibuildwheel configuration
37-
* general maintanance
37+
* general maintenance

docs/source/performance.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Override :py:data:`~rtree.index.Index.dumps` to use the highest pickle protocol
4040

4141
.. topic:: Update from January 2024
4242

43-
Pickling is currently broken and awaiting a pull requst to fix it.
43+
Pickling is currently broken and awaiting a pull request to fix it.
4444
For more information, see the `pull request on GitHub`_.
4545

4646
.. _pull request on GitHub: https://github.com/Toblerity/rtree/pull/197

rtree/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
from __future__ import annotations
99

10-
__version__ = "1.2.0"
10+
__version__ = "1.3.0"
1111

1212
from .index import Index, Rtree # noqa

0 commit comments

Comments
 (0)