You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
--------
9
9
10
+
## [0.1.2] - 2023-06-28
11
+
12
+
### Added
13
+
* added method for retrieving datasets `Collection.datasets` from a collection
14
+
### Fixed
15
+
* Added some directory slash stripping to ensure no trailing slash when specifying "to_stac" output director
16
+
### Changed
17
+
* Changed name of package from unity-py to unity-sds-client
18
+
10
19
## [0.1.1] - 2023-06-27
11
20
12
21
### Added
@@ -16,9 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
25
* Added capability to add files to published application catalogs
17
26
* added dependency on pystac > 1.7.3 to unity-py
18
27
* added addition of dataset properties to stac read/write
28
+
* 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)]
19
29
### Fixed
30
+
* Added some directory slash stripping to ensure no trailing slash when specifying "to_stac" output director
20
31
### Changed
21
32
* 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)
33
+
* Changed name of package from unity-py to unity-sds-client
raiseApplicationCatalogAccessError(f"GET operation to application catalog at {self.api_url}/{request_url} return unexpected status code: {response.status_code} with message: {response.content}")
214
+
215
+
returnresponse
216
+
217
+
def_get_zip(self, request_url):
218
+
"""
219
+
Submit GET request to the Dockstore API to download ZIP archive of the workflow descriptor and parameter files.
220
+
221
+
Args:
222
+
request_url: String representing request URL
223
+
224
+
Raises:
225
+
ApplicationCatalogAccessError: unexpected status code: XXX with message: YYY
raiseApplicationCatalogAccessError(f"GET operation to application catalog at {self.api_url}/{request_url} return unexpected status code: {response.status_code} with message: {response.content}")
0 commit comments