Releases: stac-utils/stac-pydantic
Releases · stac-utils/stac-pydantic
1.3.8
- Remove enum restriction for asset roles (#39).
- Remove enum restriction for band common name (#40).
1.3.7
- Rename
proj
extension to projection
(#34).
- Remove
stac_extensions
enum requirement (#35).
1.3.6
- Publish mypy type hints (#30)
- Correct Cloud Optimized GeoTiff mime type (#31)
1.3.5
- Add
created
and updated
to stac common metadata, fix aliases. (#28)
1.3.4
- Update to stac version 1.0.0-beta.2 (#26)
1.2.4
- Update to stac version 1.0.0-beta.1 (#24)
1.1.4
- Fix multiple inheritance of stac extensions (#20)
- Properly instantiate lru_cache (found by @francbartoli, #21)
1.1.3
- Add item model factory (#13)
- Add pre-commit hooks (#14)
- Add CLI for validating items (#15)
- Add option to skip validation of remote extensions (#16)
- Add helper function for item validation (#17)
1.0.3
- Bugfixes (#10)
- Add rel types enum ([#11])
1.0.2
- Add models for the STAC API spec (#7)