Skip to content

Releases: stac-utils/stac-pydantic

3.1.3

14 Oct 12:45
ffc5275
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.2...3.1.3

3.1.2

20 Aug 19:08
f9eda3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.1...3.1.2

3.1.1

09 Jul 17:01
9683a6f
Compare
Choose a tag to compare

Full Changelog: 3.1.1...3.1.1

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

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)