Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pystac from 0.5.2 to 0.5.6 in /rastervision_core #1149

Merged
merged 1 commit into from
Jul 6, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2021

Bumps pystac from 0.5.2 to 0.5.6.

Release notes

Sourced from pystac's releases.

Version 0.5.6

Added

  • HIERARCHICAL_LINKS array constant of all the types of hierarchical links (self is not included) (#290)

Fixed

  • Fixed error when accessing the statistics attribute of the pointcloud extension when no statistics were defined (#282)
  • Fixed exception being thrown when calling set_self_href on items with assets that have relative hrefs (#291)

Changed

  • Link behavior - link URLs can be either relative or absolute. Hierarchical (e.g., parent, child) links are made relative or absolute based on the value of the root catalog's catalog_type field (#290)
  • Internal self hrefs are set automatically when adding Items or Children to an existing catalog. This removes the need to call normalize_hrefs or manual setting of the hrefs for newly added STAC objects (#294)
  • Catalog.generate_subcatalogs is an order of magnitude faster (#295)

Removed

  • Removed LinkType class and the link_type field from links (#290)

Version 0.5.5

Added

  • Added support for STAC file extension (#270)

Fixed

  • Fix handling of optional properties when using apply on view extension (#259)
  • Fixed issue with setting None into projection extension fields that are not required breaking validation (#269)
  • Remove unnecessary deepcopy calls in to_dict methods to avoid costly overhead (#273)

Changed

  • Subclass relevant classes from enum.Enum. This allows iterating over the class' contents. The __str__ method is overwritten so this should not break backwards compatibility. (#261)
  • Extract method to correctly handle setting properties in Item/Asset for ItemExtensions (#272)
Changelog

Sourced from pystac's changelog.

[v0.5.6]

Added

  • HIERARCHICAL_LINKS array constant of all the types of hierarchical links (self is not included) (#290)

Fixed

  • Fixed error when accessing the statistics attribute of the pointcloud extension when no statistics were defined (#282)
  • Fixed exception being thrown when calling set_self_href on items with assets that have relative hrefs (#291)

Changed

  • Link behavior - link URLs can be either relative or absolute. Hierarchical (e.g., parent, child) links are made relative or absolute based on the value of the root catalog's catalog_type field (#290)
  • Internal self hrefs are set automatically when adding Items or Children to an existing catalog. This removes the need to call normalize_hrefs or manual setting of the hrefs for newly added STAC objects (#294)
  • Catalog.generate_subcatalogs is an order of magnitude faster (#295)

Removed

  • Removed LinkType class and the link_type field from links (#290)

[v0.5.5]

Added

  • Added support for STAC file extension (#270)

Fixed

  • Fix handling of optional properties when using apply on view extension (#259)
  • Fixed issue with setting None into projection extension fields that are not required breaking validation (#269)

Changed

  • Subclass relevant classes from enum.Enum. This allows iterating over the class' contents. The __str__ method is overwritten so this should not break backwards compatibility. (#261)
  • Extract method to correctly handle setting properties in Item/Asset for ItemExtensions (#272)

[v0.5.4]

Added

  • SAT Extension (#236)
  • Add support for the scientific extension. (#199)

Fixed

  • Fix unexpected behaviour of generate_subcatalogs (#241)
  • Get eo bands defined in assets only (#243)
  • Collection TemporalExtent can be open ended (#247)
  • Make asset HREFs relative or absolute based on CatalogType during save (#251)

... (truncated)

Commits
  • 22cffee Merge pull request #297 from stac-utils/version/0.5.6
  • 8e0e089 Add version compare links to CHANGELOG
  • 35de4d4 Version 0.5.6
  • 4a2122d Merge pull request #295 from stac-utils/mah/faster_generate_subcats
  • 7daeb60 Merge branch 'develop' into mah/faster_generate_subcats
  • a29705f Merge pull request #294 from stac-utils/mah/normalize_on_add
  • 2d798f7 updated CHANGELOG
  • 1fb60db update CHANGELOG
  • 5c16701 replace remove_item call with removing links
  • 7730800 update CHANGELOG
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 5, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/rastervision_core/pystac-0.5.6 branch from 01f1adc to 1235f2a Compare July 6, 2021 18:17
@lewfish lewfish merged commit 71ba966 into master Jul 6, 2021
@lewfish lewfish deleted the dependabot/pip/rastervision_core/pystac-0.5.6 branch July 6, 2021 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant