2024.7.1
-
core
- use
geojson-pydantic
inmapchete.geometry.types
- use
-
tests
- fix annotation of
test/test_io_raster.py::test_read_raster
and split it intotest/test_io_raster.py::test_read_raster
andtest/test_io_raster.py::test_read_remote_raster
- fix annotation of
-
packaging
-
replace
pydantic-geojson
withgeojson-pydantic
-
align dependencies
requirements.txt
,requirements-dev.txt
withpyproject.toml
withhatch
packagehatch dep show requirements --all
hatch dep show requirements --all >> requirements.txt
-
requrements-dev.txt
still need to be managed manually when required
-