Releases: stac-utils/stac-rs
Releases · stac-utils/stac-rs
python v0.2
Removed stacrs.pystac
in favor of stac-utils/pystac#1455 and stac-utils/pystac-client#744
Added
version
(#476)
Changed
- Moved docstrings to stub file (#468)
Removed
pystac
(#468)
python v0.1
This is the first significant release of the Python API. See the accompanying blog post for more, and the API documentation for details.
stac v0.10
Overview
- STAC v1.1.0 is default! 🎉
- JSON, newline-delimited JSON, and stac-geoparquet now all supported via a new Format enum
- Use object_store to get and put STAC to and from blob storage
For a more, see @gadomski's release blog post.
Added
- Deref
ItemCollection
(#363) Format
(#371, #396)Error::FeatureNotEnabled
andError::UnsupportedGeoparquetType
(#396)- Read unknown versions (#378)
- Conversion traits for the three formats (#396)
object_store
(#382)stac::geoparquet::Compression
, even if geoparquet is not enabled (#396)Type
(#397)Collection::item_assets
andItemAsset
(#404)- A few extension methods on
Fields
(#405)
Changed
Removed
stac v0.9
Overview
This release includes (experimental) stac-geoparquet support! 🎉
Added
Bbox
(#303, #328)- Functions to create collections from items (#304)
- Default implementation for
Version
(#309) - Experimental GeoParquet and GeoArrow support (#316, #319, #328)
- Public
stac::io
module (#319)
Fixed
- Don't add a
bands
attribute if all bands are empty when migrating (#351)
Changed
- Use
DateTime<Utc>
instead ofString
for datetimes (#297, #304) - Add
Href.clear_href
(#299) - Rename
media_type
module tomime
, deprecate a bunch of them, add some others (#327)