Skip to content

Commit

Permalink
chore: prepare for v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanandel committed Dec 18, 2024
1 parent 6424378 commit 36f6452
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

v0.8.0
------

* Add support for Python 3.10, 3.11, 3.12 and 3.13
* Drop support for Python 2.7, 3.5, 3.6, 3.7 and 3.8
* Add version (#62)
* Convert all tests to pytest (#65)
* Port to setuptools (#89)
* Add long description for PyPi (#99)
* Fix numpy array being modified in place (#86)
* Fix ``latlon_to_zone_number()`` returning bogus zone 61 for longitude 180 (#110)
* Fix forcing zones around equator and add ``force_northern`` in ``from_latlon()`` (#124)
* Improve ``to_latlon()`` accuracy (#120)
* Update all (test) dependencies, taking into account supported Python versions (e.g. #116, #128)
* Bring CI script into the 2024 realm


v0.7.0
------

Expand All @@ -14,7 +31,7 @@ v0.6.0
* Drop support for Python 2.6 and 3.3 (#53)
* Improve documentation (#50)
* Fix issue near anti-meridian when forcing zones (#47)
* Improve `to_latlon()` accuracy (#49)
* Improve ``to_latlon()`` accuracy (#49)


v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion utm/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.8.0"

0 comments on commit 36f6452

Please sign in to comment.