Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 3.06 KB

CHANGELOG.md

File metadata and controls

58 lines (31 loc) · 3.06 KB

Changelog

0.2.1 (2023-02-16)

Bug Fixes

  • dt naivety (08fb5f5)
  • order of date/datetime checking in native evaluator (d37d7c8)
  • pinning sqlalchemy to version < 2.0.0 (6e67239)
  • timezone handling for dates (6c0e5c1)

0.2.0 (2022-10-17)

Features

  • adding initial elasticsearch implmentation (2ccfa02)

0.1.2 (2022-04-21)

Bug Fixes

  • Allowing intervals to actually contain subnodes (83b7c63)

0.1.1 (2022-02-08)

Bug Fixes

  • Fixing compatibility issues with Python 3.6 type checking (ad7ddd7)
  • Improved typing (2272b3b)
  • Improving structure of CI for type checking (fb755a3)
  • Improving typing (6c3584b)
  • Improving typing on CQL2 JSON (e0747aa)
  • more concise type checking (87e46a2)
  • mypy dependency installation (using --non-interactive) (84a1175)
  • Split up Django spatial filters (484e0b3)

0.1.0 (2021-11-18)

Features

  • Fixing release-please package name (2b666fc)

Miscellaneous Chores

0.1.0 (2021-11-18)

Features

  • Merge pull request #34 from geopython/cql2_json (5d439b2)