Recent Releases of utm

utm - v0.8.1

What's Changed

  • build and publish wheels by @dimbleby in https://github.com/Turbo87/utm/pull/132
  • Update dependency pytest to v8.3.5 by @renovate in https://github.com/Turbo87/utm/pull/133
  • add python_version metadata by @fudanglp in https://github.com/Turbo87/utm/pull/135

New Contributors

  • @dimbleby made their first contribution in https://github.com/Turbo87/utm/pull/132
  • @fudanglp made their first contribution in https://github.com/Turbo87/utm/pull/135

Full Changelog: https://github.com/Turbo87/utm/compare/v0.8.0...v0.8.1

- Python
Published by bartvanandel about 1 year ago

utm - v0.8.0

What's Changed

  • Configure Renovate by @renovate in https://github.com/Turbo87/utm/pull/56
  • Update actions/setup-python action to v2 by @renovate in https://github.com/Turbo87/utm/pull/58
  • Add the version attribute and use it in setup.py by @eumiro in https://github.com/Turbo87/utm/pull/62
  • Make the script work both in Python 2 and 3 by @eumiro in https://github.com/Turbo87/utm/pull/68
  • Update dependency pytest-cov to v2.11.1 by @renovate in https://github.com/Turbo87/utm/pull/66
  • Convert all tests to pytest by @eumiro in https://github.com/Turbo87/utm/pull/65
  • Remove redundant Python2 float relics by @eumiro in https://github.com/Turbo87/utm/pull/69
  • Update actions/setup-python action to v4 by @renovate in https://github.com/Turbo87/utm/pull/87
  • Update actions/checkout action to v3 by @renovate in https://github.com/Turbo87/utm/pull/80
  • Update pypa/gh-action-pypi-publish action to v1.5.1 by @renovate in https://github.com/Turbo87/utm/pull/70
  • Update dependency pytest-cov to v2.12.1 by @renovate in https://github.com/Turbo87/utm/pull/72
  • Use ubuntu-20.04 as GA test runner by @JamesParrott in https://github.com/Turbo87/utm/pull/98
  • Update pypa/gh-action-pypi-publish action to v1.6.4 by @renovate in https://github.com/Turbo87/utm/pull/95
  • Update dependency numpy to v1.22.0 [SECURITY] by @renovate in https://github.com/Turbo87/utm/pull/88
  • Porting from Distutils by @swechencheng in https://github.com/Turbo87/utm/pull/89
  • Add long_description to improve utm PyPi page by @JamesParrott in https://github.com/Turbo87/utm/pull/99
  • Update numpy by @bartvanandel in https://github.com/Turbo87/utm/pull/116
  • Support current versions of Python by @bartvanandel in https://github.com/Turbo87/utm/pull/114
  • Make sure numpy northing array is not modified in place in to_latlon by @heathhenley in https://github.com/Turbo87/utm/pull/86
  • Update dependency pytest to v8.3.3 by @renovate in https://github.com/Turbo87/utm/pull/118
  • Update dependency pytest-cov to v5 by @renovate in https://github.com/Turbo87/utm/pull/121
  • Update dependency ubuntu to v24 by @renovate in https://github.com/Turbo87/utm/pull/123
  • Update pypa/gh-action-pypi-publish action to v1.10.3 by @renovate in https://github.com/Turbo87/utm/pull/119
  • Fix latlon_to_zone_number returning bogus zone 61 for longitude 180 by @PaarthShah in https://github.com/Turbo87/utm/pull/110
  • Rebase and tweaks to "Fix forcing zones around equator and add forcenorthern in fromlatlon" by @heathhenley in https://github.com/Turbo87/utm/pull/124
  • chore: update dependencies and test matrix by @bartvanandel in https://github.com/Turbo87/utm/pull/128
  • Add zonelettertocentrallatitude by @bartvanandel in https://github.com/Turbo87/utm/pull/130
  • Update pypa/gh-action-pypi-publish action to v1.12.4 by @renovate in https://github.com/Turbo87/utm/pull/131
  • chore: prepare for v0.8.0 release by @bartvanandel in https://github.com/Turbo87/utm/pull/129

New Contributors

  • @JamesParrott made their first contribution in https://github.com/Turbo87/utm/pull/98
  • @swechencheng made their first contribution in https://github.com/Turbo87/utm/pull/89
  • @heathhenley made their first contribution in https://github.com/Turbo87/utm/pull/86
  • @PaarthShah made their first contribution in https://github.com/Turbo87/utm/pull/110

Full Changelog: https://github.com/Turbo87/utm/compare/v0.7.0...v0.8.0

- Python
Published by bartvanandel about 1 year ago

utm - v0.7.0

What's Changed

  • Add Python 3.7, 3.8, 3.9 CI by @eumiro in https://github.com/Turbo87/utm/pull/54
  • Use GitHub Actions instead of TravisCI by @Turbo87 in https://github.com/Turbo87/utm/pull/55

Full Changelog: https://github.com/Turbo87/utm/compare/v0.6.0...v0.7.0

- Python
Published by bartvanandel about 1 year ago

utm - v0.6.0

What's Changed

  • Drop support for Python 2.6 and 3.3 by @Turbo87 in https://github.com/Turbo87/utm/pull/53
  • Make numpy visible in the docs by @eumiro in https://github.com/Turbo87/utm/pull/50
  • Fix issue near anti-meridian when forcing zones by @sdhiscocks in https://github.com/Turbo87/utm/pull/47
  • Improve accuracy of to_latlon() by @chlxt in https://github.com/Turbo87/utm/pull/49

New Contributors

  • @sdhiscocks made their first contribution in https://github.com/Turbo87/utm/pull/47
  • @chlxt made their first contribution in https://github.com/Turbo87/utm/pull/49

Full Changelog: https://github.com/Turbo87/utm/compare/v0.5.0...v0.6.0

- Python
Published by bartvanandel about 1 year ago

utm - v0.5.0

What's Changed

  • Fix UTM zones boundaries by @astrojuanlu in https://github.com/Turbo87/utm/pull/31
  • Implement numpy support by @TheBB in https://github.com/Turbo87/utm/pull/24
  • Add zone checking when forced by @paulhovey in https://github.com/Turbo87/utm/pull/32

New Contributors

  • @astrojuanlu made their first contribution in https://github.com/Turbo87/utm/pull/31
  • @paulhovey made their first contribution in https://github.com/Turbo87/utm/pull/32

Full Changelog: https://github.com/Turbo87/utm/compare/v0.4.2...v0.5.0

- Python
Published by bartvanandel about 1 year ago

utm - v0.4.2

What's Changed

  • Update .travis.yml by @Turbo87 in https://github.com/Turbo87/utm/pull/23
  • Option to accept out-of-range input in to_latlon by @TheBB in https://github.com/Turbo87/utm/pull/22
  • included docstring to conversion.py by @arnaldorusso in https://github.com/Turbo87/utm/pull/26
  • docstring included to from_latlon function by @arnaldorusso in https://github.com/Turbo87/utm/pull/27
  • Added license for Conda by @snowman2 in https://github.com/Turbo87/utm/pull/29

New Contributors

  • @arnaldorusso made their first contribution in https://github.com/Turbo87/utm/pull/26
  • @snowman2 made their first contribution in https://github.com/Turbo87/utm/pull/29

Full Changelog: https://github.com/Turbo87/utm/compare/v0.4.1...v0.4.2

- Python
Published by bartvanandel about 1 year ago

utm - v0.4.1

What's Changed

  • Fix zone letter functionality by @psotres in https://github.com/Turbo87/utm/pull/12

New Contributors

  • @psotres made their first contribution in https://github.com/Turbo87/utm/pull/12

Full Changelog: https://github.com/Turbo87/utm/compare/v0.4.0...v0.4.1

- Python
Published by bartvanandel about 1 year ago

utm -

- Python
Published by Turbo87 over 11 years ago

utm -

- Python
Published by Turbo87 over 12 years ago

utm -

- Python
Published by Turbo87 over 12 years ago

utm -

- Python
Published by Turbo87 over 12 years ago

utm -

- Python
Published by Turbo87 over 12 years ago

utm -

- Python
Published by Turbo87 over 12 years ago

utm -

- Python
Published by Turbo87 over 12 years ago