Skip to content

2024.7.0

Compare
Choose a tag to compare
@ungarj ungarj released this 24 Jul 09:54
· 115 commits to main since this release
  • core

    • add mapchete.geometry module (move relevant geometry operations from io.vector to geometry module) (#630)
    • fixed bug where configuration was not properly passed if an element had only one subitem (#635)
    • fix memray deprecation (#637)
  • packaging

    • fix pystac version limit (#633)
  • CI

    • remove coveralls and use GitHub actions to report on test coverage
    • remove support for Python 3.8 and 3.9
    • add tests for Python 3.12 and ubuntu-latest