Skip to content

Commit

Permalink
Release 1.3.0 (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews authored Jul 10, 2024
1 parent 86d4e28 commit cffb52e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.3.0: 2024-07-10
=================

- Upgrade binary wheels with libspatialindex-2.0.0 (:PR:`316`)
- Fix binary wheels for musllinux wheels (:PR:`316`)
- Update code style, replace isort and black with ruff, modern numpy rng (:PR:`319`)
- Remove libsidx version testing (:PR:`313`)

1.2.0: 2024-01-19
=================

Expand Down
2 changes: 1 addition & 1 deletion CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Adam Stewart
Mike Taves <mwtoews@gmail.com>

* cibuildwheel configuration
* general maintanance
* general maintenance
2 changes: 1 addition & 1 deletion docs/source/performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Override :py:data:`~rtree.index.Index.dumps` to use the highest pickle protocol

.. topic:: Update from January 2024

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

.. _pull request on GitHub: https://github.com/Toblerity/rtree/pull/197
Expand Down
2 changes: 1 addition & 1 deletion rtree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

from __future__ import annotations

__version__ = "1.2.0"
__version__ = "1.3.0"

from .index import Index, Rtree # noqa

0 comments on commit cffb52e

Please sign in to comment.