Skip to content

Commit

Permalink
Move recent changes from README.md to CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Jan 19, 2024
1 parent 3a35744 commit 7c3892e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
1.1.0: 2023-10-17
=================

- Python 3.8+ is now required (:PR:`273`)
- Move project metadata to pyproject.toml (:PR:`269`)
- Refactor built wheels for PyPI (:PR:`276`)
- Fix memory leak when breaking mid-way in _get_objects and _get_ids (:PR:`266`) (thanks :user:`akariv`!)

1.0.1: 2022-10-12
=================

- Fix up type hints :PR:`243` (thanks :user:`oderby`)
- Python 3.11 wheels :PR:`250` (thanks :user:`ewouth`)

1.0.0: 2022-04-05
=================

- Python 3.7+ is now required (:PR:`212`) (thanks :user:`adamjstewart`!)
- Type hints (:PR:`215` and others) (thanks :user:`adamjstewart`!)
- Python 3.10 wheels, including osx-arm64 :PR:`224`
- Clean up libspatialindex C API mismatches :PR:`222` (thanks :user:`musicinmybrain`!)
- Many doc updates, fixes, and type hints (thanks :user:`adamjstewart`!) :PR:`212` :PR:`221` :PR:`217` :PR:`215`
- __len__ method for index :PR:`194`
- Prevent get_coordinate_pointers from mutating inputs #205 (thanks :user:`sjones94549`!)
- linux-aarch64 wheels :PR:`183` (thanks :user:`odidev`!)
- black (:PR:`218`) and flake8 (:PR:`145`) linting

0.9.3: 2019-12-10
=================

Expand Down
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,29 +24,4 @@ Wheels are available for most major platforms, and `rtree` with bundled `libspat
pip install rtree
```

# Changes

## 1.1.0

* Python 3.8+ is now required (#273)
* Move project metadata to pyproject.toml (#269)
* Refactor built wheels for PyPI (#276)
* Fix memory leak when breaking mid-way in `_get_objects` and `_get_ids` (#266) (thanks @akariv!)

## 1.0.1

* Fix up type hints #243 (thanks @oderby)
* Python 3.11 wheels #250 (thanks @ewouth)

## 1.0.0


* Python 3.7+ is now required (#212) (thanks @adamjstewart!)
* Type hints (#215 and others) (thanks @adamjstewart!)
* Python 3.10 wheels, including osx-arm64 #224
* Clean up libspatialindex C API mismatches #222 (thanks @musicinmybrain!)
* Many doc updates, fixes, and type hints (thanks @adamjstewart!) #212 #221 #217 #215
* __len__ method for index #194
* Prevent get_coordinate_pointers from mutating inputs #205 (thanks @sjones94549!)
* linux-aarch64 wheels #183 (thanks @odidev!)
* black (#218) and flake8 (#145) linting
See [changes](https://rtree.readthedocs.io/en/latest/changes.html) for all versions.

0 comments on commit 7c3892e

Please sign in to comment.