Skip to content

Latest commit

 

History

History
112 lines (70 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

112 lines (70 loc) · 2.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to PEP 440 and uses Semantic Versioning.


Changed

  • Makes sklearn and requests optional dependency (required for RepairWKT.py functionality). Installable via python3 -m pip install WKTUtils[extras]

Fixed

  • Fixes clockwise polygon repair failing due to updated CMR error message

Removed

  • Removed warning, when the 'MATURITY' env var isn't set. Still defaults to 'prod'.

Fixed

  • Removing pyproj as a requirement, since we don't need zappa anymore.

Fixed

  • If 'MATURITY' environment variable is unknown, it now defaults to 'prod'.

Fixed

  • pinned pyproj to 2.6.0, to let zappa deploy without returning HTTP 503 errors

Added

  • Project now declares __version__.

Changed

  • Bumped up pytest, pytest-automation, and pluggy to latest versions, for test suite
  • Bumped up geopandas, pandas, and regex to latest, to remove warnings
  • Updated PyPI publishing pipeline, to version GitHub recommends

Added

  • Issue templates for GitHub

Changed

  • Switched from using Discovery-PytestAutomation repo directly, to pytest-automation plugin
  • Updated versions in requirements.txt
  • Cleaned up and refactored test suite

Removed

  • Disabled automatic update pipeline, until a better alternative is found

Fixed

  • Fixed 3D tags not loading with zipped shapefiles

Added

  • Dependabot integration into pipeline

Changed

  • Security updates in package dependancies

Fixed

  • Removed specific version pins in setup.py