Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.2 KB

CHANGES.md

File metadata and controls

64 lines (36 loc) · 1.2 KB

NGI Python Coordinate Projector Package

2024-01-15

Version 0.0.10

Add

  • Swedish projections SWEREF99 with EPSG SRID 3006 to 3018.

2023-08-24

Version 0.0.9

  • Update packages.

2023-05-16

Version 0.0.8

  • Change valid Python versions to ">=3.9,<4".

  • Update packages.

  • 2023-03-03

Version 0.0.7

  • Update packages and support Python version 3.11.

2023-03-03

Version 0.0.6

  • Add new projection epsg 23030.

2022-10-19

Version 0.0.5

  • Restrict python version to >=3.9 and <3.11. Done so we can upgrade a dependant library (timezonefinder). The old version of timezonefinder use a version of numpy that is flagged by safety with a security issue.
  • Upgrade other dependant packages.
  • Use poetry version 1.2.2 in the build pipeline.

2022-08-27

Version 0.0.4

  • Remove timezonefinder version requirement.
  • Add safety package.

2022-03-08

Version 0.0.3

  • Breaking change: Removed the Projector.get_transformer() method and changed the method signature to Projector.transform(from_srid, to_srid, from_east, from_north).
  • Add two new methods ensure_tz() and datetime_to_json().

2022-03-02

Version 0.0.1

  • Initial version