Skip to content

v0.16.3

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 20:16
· 59 commits to main since this release

Release Notes

Bug Fixes

  • In get_bystac function, only three variables were being returned regardless of the input variables. This version fixes this issue by returning all the requested variables.

Internal Changes

  • Add the exceptions module to the high-level API to declutter the main module. In the future, all exceptions will be raised from this module and not from the main module. For now, the exceptions are raised from both modules for backward compatibility.