Skip to content

Commit 18b72e5

Browse files
authored
Finalize v1.6.0 release (#26)
* 1.5.4 whatsnew * rename release to 1.6.0 * add whatsnew template for 1.6.1 * add entry for shapely dependency * rst formatting
1 parent ff6e428 commit 18b72e5

File tree

4 files changed

+37
-17
lines changed

4 files changed

+37
-17
lines changed

docs/sphinx/whatsnew.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ What's New
66

77
These are new features and improvements of note in each release.
88

9-
.. include:: whatsnew/v1.5.4.rst
9+
.. include:: whatsnew/v1.6.0.rst
1010
.. include:: whatsnew/v1.5.3.rst
1111
.. include:: whatsnew/v1.5.2.rst
1212
.. include:: whatsnew/v1.5.1.rst

docs/sphinx/whatsnew/v1.5.4.rst

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/sphinx/whatsnew/v1.6.0.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.. _whatsnew_160:
2+
3+
v1.6.0 (February 7, 2025)
4+
=========================
5+
6+
This release shifts the package to the new Shapely 2.0 API, meaning
7+
it can now be installed and used on Python 3.12+.
8+
9+
Maintenance
10+
-----------
11+
* Advance shapely dependency to ``>=2.0`` (:pull:`22`)
12+
* Drop Python 3.7 support (:issue:`20`, :pull:`21`)
13+
* Add support for Python 3.12 and 3.13 (:pull:`17`)
14+
* Switch to pyproject.toml for PEP 517, 518, and 621 support (:issue:`19`, :pull:`18`)
15+
* Miscellaneous clean up (:pull:`23`, :pull:`24`, :pull:`25`)
16+
17+
18+
Contributors
19+
------------
20+
* Joseph S. (:ghuser:`joseph-sch`)
21+
* Marc Anoma (:ghuser:`anomam`)
22+
* Echedey Luis (:ghuser:`echedey-ls`)
23+
* Kevin Anderson (:ghuser:`kandersolar`)

docs/sphinx/whatsnew/v1.6.1.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _whatsnew_161:
2+
3+
v1.6.1 (??)
4+
==========
5+
6+
7+
Maintenance
8+
-----------
9+
10+
11+
12+
Contributors
13+
------------

0 commit comments

Comments
 (0)