v1.5.0
Added
- Enum MediaType entry for PDF documents (#758)
- Enum MediaType entry for HTML documents (#816)
- Updated Link to obtain stac_io from owner root (#762)
- Replace test.com with special-use domain name. (#769)
- Updated AssetDefinition to have create, apply methods (#768)
- Add Grid Extension support (#799)
- Rich HTML representations for Jupyter Notebook display (#743)
- Add
assets
argument toItem
andCollection
init methods to allow adding Assets during object initialization (#834)
Changed
- Updated Raster Extension from v1.0.0 to v1.1.0 (#809)
Fixed
- Mutating
Asset.extra_fields
on a clonedAsset
also mutated the original asset (#826) - "How to create STAC catalogs" tutorial (#775)
- Add a
variables
argument, to accompanydimensions
, for theapply
method of stac objects extended with datacube (#782) - Deepcopy collection properties on clone. Implement
clone
method forSummaries
(#794) - Collection assets are now preserved when using
Collection.clone
(#834) - Docstrings for
StacIO.read_text
andStacIO.write_text
now match the type annotations for thesource
argument. (#835) - UTC timestamps now always have
tzutc
timezone even when system timezone is set to UTC. (#848)
What's Changed
- Add conda badge to main README by @duckontheweb in #755
- Adde enum MediaType for PDF files by @KennSmithDS in #758
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #759
- build(deps): bump ipython from 8.0.1 to 8.1.1 by @dependabot in #761
- update stac_io from owner root by @KennSmithDS in #762
- build(deps): bump mypy from 0.931 to 0.940 by @dependabot in #765
- build(deps): bump actions/setup-python from 2 to 3 by @dependabot in #756
- build(deps): bump mypy from 0.940 to 0.941 by @dependabot in #767
- build(deps): bump types-python-dateutil from 2.8.9 to 2.8.10 by @dependabot in #766
- Fix/576 AssetDefinition missing create, apply by @guidorice in #768
- build(deps): bump black from 22.1.0 to 22.3.0 by @dependabot in #776
- build(deps): bump mypy from 0.941 to 0.942 by @dependabot in #770
- Fix the "how to create STAC catalogs" tutorial by @gadomski in #775
- build(deps): bump sphinx from 4.4.0 to 4.5.0 by @dependabot in #772
- build(deps): bump doc8 from 0.10.1 to 0.11.0 by @dependabot in #777
- build(deps): bump ipython from 8.1.1 to 8.2.0 by @dependabot in #774
- Replace test.com with special-use domain name. by @guidorice in #769
- build(deps): bump pydata-sphinx-theme from 0.8.0 to 0.8.1 by @dependabot in #773
- Update Python 3.11 alpha-release in CI by @duckontheweb in #779
- Add variables argument to the DatacubeExtension
apply
method by @itcarroll in #782 - build(deps): bump codecov/codecov-action from 2.1.0 to 3 by @dependabot in #785
- build(deps): bump pre-commit from 2.17.0 to 2.18.1 by @dependabot in #784
- build(deps): bump doc8 from 0.11.0 to 0.11.1 by @dependabot in #780
- Update CI to use Python 3.11.0-alpha.7 by @duckontheweb in #795
- Deepcopy Collection properties on clone by @sunu in #794
- build(deps): bump mypy from 0.942 to 0.950 by @dependabot in #798
- build(deps): bump ipython from 8.2.0 to 8.3.0 by @dependabot in #800
- build(deps): bump orjson from 3.6.7 to 3.6.8 by @dependabot in #791
- add Grid Extension support by @philvarner in #799
- build(deps): bump types-python-dateutil from 2.8.10 to 2.8.14 by @dependabot in #797
- build(deps): bump pre-commit from 2.18.1 to 2.19.0 by @dependabot in #802
- build(deps): bump jsonschema from 4.4.0 to 4.5.1 by @dependabot in #803
- build(deps): bump types-python-dateutil from 2.8.14 to 2.8.15 by @dependabot in #804
- Optional HTML representations for Jupyter Notebook by @DahnJ in #743
- Return None from Asset.get_absolute_href when owning Item self HREF is NOne by @duckontheweb in #808
- build(deps): bump mypy from 0.950 to 0.961 by @dependabot in #821
- build(deps): bump jsonschema from 4.5.1 to 4.6.0 by @dependabot in #822
- build(deps): bump ipython from 8.3.0 to 8.4.0 by @dependabot in #817
- build(deps): bump types-python-dateutil from 2.8.15 to 2.8.17 by @dependabot in #815
- build(deps): bump doc8 from 0.11.1 to 0.11.2 by @dependabot in #810
- build(deps): bump coverage from 6.3.2 to 6.4.1 by @dependabot in #818
- build(deps): bump nbsphinx from 0.8.8 to 0.8.9 by @dependabot in #823
- Add html media type by @m-mohr in #816
- build(deps): bump orjson from 3.6.8 to 3.7.2 by @dependabot in #825
- update raster extension to v1.1.0 by @pjhartzell in #809
- build(deps): bump actions/setup-python from 3 to 4 by @dependabot in #828
- Deepcopy Asset.extra_fields when cloning by @duckontheweb in #826
- Fix docs for StacIO.read/write_text by @duckontheweb in #835
- build(deps): bump types-python-dateutil from 2.8.17 to 2.8.18 by @dependabot in #829
- Preserve Collection assets on clone by @duckontheweb in #834
- build(deps): bump black from 22.3.0 to 22.6.0 by @dependabot in #833
- build(deps): bump orjson from 3.7.2 to 3.7.5 by @dependabot in #832
- build(deps): bump jsonschema from 4.6.0 to 4.6.1 by @dependabot in #836
- build(deps): bump orjson from 3.7.5 to 3.7.7 by @dependabot in #839
- build(deps): bump jsonschema from 4.6.1 to 4.7.2 by @dependabot in #844
- build(deps): bump coverage from 6.4.1 to 6.4.2 by @dependabot in #847
- build(deps): bump pre-commit from 2.19.0 to 2.20.0 by @dependabot in #841
- Use isoparse instead of parse for datetimes by @duckontheweb in #848
- Changes to support v1.5.0 release by @duckontheweb in #849
New Contributors
- @KennSmithDS made their first contribution in #758
- @guidorice made their first contribution in #768
- @itcarroll made their first contribution in #782
- @sunu made their first contribution in #794
- @philvarner made their first contribution in #799
- @DahnJ made their first contribution in #743
- @m-mohr made their first contribution in #816
- @pjhartzell made their first contribution in #809
Full Changelog: v1.4.0...v1.5.0