Releases: Turbo87/utm
Releases · Turbo87/utm
v0.8.1
v0.8.0
What's Changed
- Configure Renovate by @renovate in #56
- Update actions/setup-python action to v2 by @renovate in #58
- Add the version attribute and use it in setup.py by @eumiro in #62
- Make the script work both in Python 2 and 3 by @eumiro in #68
- Update dependency pytest-cov to v2.11.1 by @renovate in #66
- Convert all tests to pytest by @eumiro in #65
- Remove redundant Python2 float relics by @eumiro in #69
- Update actions/setup-python action to v4 by @renovate in #87
- Update actions/checkout action to v3 by @renovate in #80
- Update pypa/gh-action-pypi-publish action to v1.5.1 by @renovate in #70
- Update dependency pytest-cov to v2.12.1 by @renovate in #72
- Use ubuntu-20.04 as GA test runner by @JamesParrott in #98
- Update pypa/gh-action-pypi-publish action to v1.6.4 by @renovate in #95
- Update dependency numpy to v1.22.0 [SECURITY] by @renovate in #88
- Porting from Distutils by @swechencheng in #89
- Add long_description to improve utm PyPi page by @JamesParrott in #99
- Update numpy by @bartvanandel in #116
- Support current versions of Python by @bartvanandel in #114
- Make sure numpy northing array is not modified in place in
to_latlonby @heathhenley in #86 - Update dependency pytest to v8.3.3 by @renovate in #118
- Update dependency pytest-cov to v5 by @renovate in #121
- Update dependency ubuntu to v24 by @renovate in #123
- Update pypa/gh-action-pypi-publish action to v1.10.3 by @renovate in #119
- Fix
latlon_to_zone_numberreturning bogus zone 61 for longitude 180 by @PaarthShah in #110 - Rebase and tweaks to "Fix forcing zones around equator and add force_northern in from_latlon" by @heathhenley in #124
- chore: update dependencies and test matrix by @bartvanandel in #128
- Add zone_letter_to_central_latitude by @bartvanandel in #130
- Update pypa/gh-action-pypi-publish action to v1.12.4 by @renovate in #131
- chore: prepare for v0.8.0 release by @bartvanandel in #129
New Contributors
- @JamesParrott made their first contribution in #98
- @swechencheng made their first contribution in #89
- @heathhenley made their first contribution in #86
- @PaarthShah made their first contribution in #110
Full Changelog: v0.7.0...v0.8.0
v0.7.0
v0.6.0
What's Changed
- Drop support for Python 2.6 and 3.3 by @Turbo87 in #53
- Make numpy visible in the docs by @eumiro in #50
- Fix issue near anti-meridian when forcing zones by @sdhiscocks in #47
- Improve accuracy of
to_latlon()by @chlxt in #49
New Contributors
- @sdhiscocks made their first contribution in #47
- @chlxt made their first contribution in #49
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Fix UTM zones boundaries by @astrojuanlu in #31
- Implement numpy support by @TheBB in #24
- Add zone checking when forced by @paulhovey in #32
New Contributors
- @astrojuanlu made their first contribution in #31
- @paulhovey made their first contribution in #32
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Update .travis.yml by @Turbo87 in #23
- Option to accept out-of-range input in to_latlon by @TheBB in #22
- included docstring to conversion.py by @arnaldorusso in #26
- docstring included to from_latlon function by @arnaldorusso in #27
- Added license for Conda by @snowman2 in #29
New Contributors
- @arnaldorusso made their first contribution in #26
- @snowman2 made their first contribution in #29
Full Changelog: v0.4.1...v0.4.2