Skip to content

Releases: stac-utils/stac-pydantic

3.1.0

21 May 17:30
1417932
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0

25 Jan 13:10
3.0.0
c9fede6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.3...3.0.0

2.0.3

03 May 20:19
4cd7376
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

29 Nov 18:59
47f29bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.02

2.0.1

24 Jul 03:32
41f0161
Compare
Choose a tag to compare
  • Add bbox validator to STAC search (#95, @geospatialjeff)
  • Fix LandPage to make valid STAC 1.0 catalog (#96, @lossyrob)

2.0.0

29 Jun 00:19
11f013c
Compare
Choose a tag to compare

This release updates stac-pydantic to work with STAC 1.0.0

1.3.9

02 Mar 19:26
ed9dda1
Compare
Choose a tag to compare
  • Add id to landing page, making it a valid catalog (#43, @lossyrob)
  • Make item_assets (item assets extension) a dictionary of assets (#47, @kylebarron)
  • Add pre-commit to CI (#48, @kylebarron)
  • Add a Links model with custom root type to represent a list of links (#52)
  • Move link related models to their own file (#53)
  • Add link factories for generating inferred links (#55)
  • Switch from relative to absolute imports (#61)
  • Serialize date type fields to datetime.datetime upon model creation (#62)

1.3.8

22 Nov 00:55
319cd1e
Compare
Choose a tag to compare
  • Remove enum restriction for asset roles (#39).
  • Remove enum restriction for band common name (#40).

1.3.7

15 Nov 17:33
8e20f53
Compare
Choose a tag to compare
  • Rename proj extension to projection (#34).
  • Remove stac_extensions enum requirement (#35).

1.3.6

11 Sep 19:20
bcb898f
Compare
Choose a tag to compare
  • Publish mypy type hints (#30)
  • Correct Cloud Optimized GeoTiff mime type (#31)