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

feat: conform more closely to OGC Processes API spec #44

Merged
merged 7 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 104 additions & 7 deletions libs/unity-py/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,145 +5,241 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0] - 2024-09-19

### Added

### Fixed

### Changed

Updated the usage of the OGC Processes Client to conform more closely to OGC Processes API spec.

### Removed

### Security

### Deprecated

## [0.6.1] - 2024-09-05

### Added

* Added sphinx doc gen

### Fixed

### Changed

### Removed

### Security
### Deprecated

### Deprecated

## [0.6.0] - 2024-08-13

### Added

* Added app-pacakge build system client and integrations

### Fixed

### Changed

### Removed

### Security
### Deprecated

### Deprecated

## [0.5.0] - 2024-07-31

### Added

### Fixed

* cleaned up some README formatting

### Changed

* changed endpoints from cloudfront urls to DNS entries

### Removed

### Security
### Deprecated

### Deprecated

## [0.5.0] - 2024-07-23

### Added

* Health Service with variuos functions that allow user's to inspect the health status of the system

### Fixed

### Changed

* Health status information is included when an instantiated unity object is printed.
* OGC Process API support to use ogc_processes client published by SPS

### Removed

### Security
### Deprecated

### Deprecated

## [0.4.0] - 2024-03-29

### Added

* We've added the ability to override settings in the default config file by passing in a config file with the settings needing to be overridden when instantiating a Unity object. [56](https://github.com/unity-sds/unity-py/issues/56)
* Collection creation (create_collection) through dataService library
* Added support for defining custom metadata for project and venue.
* Added methods to return STAC content instead of unity domain objects if requested
* Added properties parsing of stac metadata to dataset objects

### Fixed

### Changed

* Updated get_collections and get_collection_data to support limit parameter.
* Updated get_collection_data to support filter parameter which takes CQL string.

### Removed

### Security
### Deprecated

### Deprecated

## [0.3.0] - 2024-02-12

### Added

### Fixed

* fixed an issue with encoding a json deploy request twice [71](https://github.com/unity-sds/unity-py/issues/71)

### Changed

* We now use the asset URI/HREF as the key into the assets, and use the "metadata" and "data" types as asset-roles: [69](https://github.com/unity-sds/unity-py/issues/69)

### Removed

### Security
### Deprecated

### Deprecated

## [0.2.2] - 2024-01-03

### Added

* Added project/venue support [5](https://github.com/unity-sds/unity-py/issues/58)

### Fixed

### Changed

### Removed

### Security

### Deprecated

## [0.2.1] - 2023-11-29

### Added

* python code coverage via coveralls

### Fixed

### Changed

* updated install to support python 3.8 and above.

### Removed

### Security

### Deprecated

## [0.2.1] - 2023-11-29

### Added

* python code coverage via coveralls

### Fixed

### Changed

* updated install to support python 3.8 and above.

### Removed

### Security
### Deprecated

### Deprecated

## [0.2.0] - 2023-08-10

### Added

* Added parsing of collection in stac items

### Fixed

* fixed release workflow to test against `unity-sds-client` not `unity_py`

### Changed

* updated package name so that imports reference `unity_sds_client` not `unity_py`

### Removed

### Security

### Deprecated

## [0.1.2] - 2023-06-28

### Added

* added method for retrieving datasets `Collection.datasets` from a collection

### Fixed

* Added some directory slash stripping to ensure no trailing slash when specifying "to_stac" output director

### Changed

* Changed name of package from unity-py to unity-sds-client

## [0.1.1] - 2023-06-27

### Added

* Added pypi repository publication to unity-py repository [[7](https://github.com/unity-sds/unity-py/issues/7)].
* Added to_stac methods for writing STAC from unity-py resources (e.g. collection, dataset, datafiles)
* Added from_stac methods for creating unity-py resources (e.g. collection, dataset, datafiles) from STAC files
* Added capability to add files to published application catalogs
* added dependency on pystac > 1.7.3 to unity-py
* added addition of dataset properties to stac read/write
* Added functionality to download latest available version of the application parameter files stored in the Dockstore [[30](https://github.com/unity-sds/unity-py/issues/30)]

### Fixed

* Added some directory slash stripping to ensure no trailing slash when specifying "to_stac" output director

### Changed

* all assets written out to STAC items are made relative (if they are non-URIs, relative, or exist in the same directory tree of the STAC files)
* Changed name of package from unity-py to unity-sds-client

### Removed

* Removed support for python 3.8

## [0.1.0] - 2023-04-17
Expand All @@ -160,5 +256,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Miscellaneous quality of life improvements to ease code developing (type hinting, annotations, etc)

#### Application Registry

* [unity-ads-deployment #79](https://github.com/unity-sds/unity-ads-deployment/issues/79) Add Dockstore API access to Unity.py
* [unity-ads-deployment #87](https://github.com/unity-sds/unity-ads-deployment/issues/87) Convert Unity.py Application Package API to use Hosted Workflows
Loading
Loading