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
Copy file name to clipboardExpand all lines: libs/unity-py/CHANGELOG.md
+140-8Lines changed: 140 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [0.6.2] - 2024-09-16
8
+
## [0.9.0] - 2025-02-10
9
9
### Added
10
10
### Fixed
11
11
### Changed
@@ -17,145 +17,276 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
### Deprecated
18
18
19
19
20
+
21
+
## [0.8.1] - 2025-02-10
22
+
### Added
23
+
24
+
### Fixed
25
+
26
+
### Changed
27
+
28
+
* Updated the the OGC Processes API Jupyter Notebook to provide more detail.
29
+
30
+
### Removed
31
+
32
+
### Security
33
+
34
+
### Deprecated
35
+
36
+
=======
37
+
## [0.8.0] - 2025-1-14
38
+
39
+
### Added
40
+
41
+
### Fixed
42
+
43
+
### Changed
44
+
45
+
* Updated the unity-py to include the Data Service Delete.
46
+
47
+
### Removed
48
+
49
+
### Security
50
+
51
+
### Deprecated
52
+
53
+
## [0.7.0] - 2024-11-21
54
+
55
+
### Added
56
+
57
+
### Fixed
58
+
59
+
* updated poetry build for 'version' workflow
60
+
61
+
### Changed
62
+
63
+
* Updated the usage of the OGC Processes Client to conform more closely to OGC Processes API spec.
64
+
65
+
### Removed
66
+
67
+
### Security
68
+
69
+
### Deprecated
70
+
20
71
## [0.6.1] - 2024-09-05
72
+
21
73
### Added
74
+
22
75
* Added sphinx doc gen
76
+
23
77
### Fixed
78
+
24
79
### Changed
80
+
25
81
### Removed
82
+
26
83
### Security
27
-
### Deprecated
28
84
85
+
### Deprecated
29
86
30
87
## [0.6.0] - 2024-08-13
88
+
31
89
### Added
90
+
32
91
* Added app-pacakge build system client and integrations
92
+
33
93
### Fixed
94
+
34
95
### Changed
96
+
35
97
### Removed
98
+
36
99
### Security
37
-
### Deprecated
38
100
101
+
### Deprecated
39
102
40
103
## [0.5.0] - 2024-07-31
104
+
41
105
### Added
106
+
42
107
### Fixed
108
+
43
109
* cleaned up some README formatting
110
+
44
111
### Changed
112
+
45
113
* changed endpoints from cloudfront urls to DNS entries
114
+
46
115
### Removed
116
+
47
117
### Security
48
-
### Deprecated
49
118
119
+
### Deprecated
50
120
51
121
## [0.5.0] - 2024-07-23
52
122
53
123
### Added
124
+
54
125
* Health Service with variuos functions that allow user's to inspect the health status of the system
126
+
55
127
### Fixed
128
+
56
129
### Changed
130
+
57
131
* Health status information is included when an instantiated unity object is printed.
58
132
* OGC Process API support to use ogc_processes client published by SPS
133
+
59
134
### Removed
135
+
60
136
### Security
61
-
### Deprecated
62
137
138
+
### Deprecated
63
139
64
140
## [0.4.0] - 2024-03-29
65
141
66
142
### Added
143
+
67
144
* 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)
68
145
* Collection creation (create_collection) through dataService library
69
146
* Added support for defining custom metadata for project and venue.
70
147
* Added methods to return STAC content instead of unity domain objects if requested
71
148
* Added properties parsing of stac metadata to dataset objects
149
+
72
150
### Fixed
151
+
73
152
### Changed
153
+
74
154
* Updated get_collections and get_collection_data to support limit parameter.
75
155
* Updated get_collection_data to support filter parameter which takes CQL string.
156
+
76
157
### Removed
158
+
77
159
### Security
78
-
### Deprecated
79
160
161
+
### Deprecated
80
162
81
163
## [0.3.0] - 2024-02-12
82
164
83
165
### Added
166
+
84
167
### Fixed
168
+
85
169
* fixed an issue with encoding a json deploy request twice [71](https://github.com/unity-sds/unity-py/issues/71)
170
+
86
171
### Changed
172
+
87
173
* 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)
174
+
88
175
### Removed
176
+
89
177
### Security
90
-
### Deprecated
91
178
179
+
### Deprecated
92
180
93
181
## [0.2.2] - 2024-01-03
182
+
94
183
### Added
184
+
95
185
* Added project/venue support [5](https://github.com/unity-sds/unity-py/issues/58)
186
+
96
187
### Fixed
188
+
97
189
### Changed
190
+
98
191
### Removed
192
+
99
193
### Security
194
+
100
195
### Deprecated
101
196
102
197
## [0.2.1] - 2023-11-29
198
+
103
199
### Added
200
+
104
201
* python code coverage via coveralls
202
+
105
203
### Fixed
204
+
106
205
### Changed
206
+
107
207
* updated install to support python 3.8 and above.
208
+
108
209
### Removed
210
+
109
211
### Security
212
+
110
213
### Deprecated
111
214
112
215
## [0.2.1] - 2023-11-29
216
+
113
217
### Added
218
+
114
219
* python code coverage via coveralls
220
+
115
221
### Fixed
222
+
116
223
### Changed
224
+
117
225
* updated install to support python 3.8 and above.
226
+
118
227
### Removed
228
+
119
229
### Security
120
-
### Deprecated
121
230
231
+
### Deprecated
122
232
123
233
## [0.2.0] - 2023-08-10
234
+
124
235
### Added
236
+
125
237
* Added parsing of collection in stac items
238
+
126
239
### Fixed
240
+
127
241
* fixed release workflow to test against `unity-sds-client` not `unity_py`
242
+
128
243
### Changed
244
+
129
245
* updated package name so that imports reference `unity_sds_client` not `unity_py`
246
+
130
247
### Removed
248
+
131
249
### Security
250
+
132
251
### Deprecated
133
252
134
253
## [0.1.2] - 2023-06-28
135
254
136
255
### Added
256
+
137
257
* added method for retrieving datasets `Collection.datasets` from a collection
258
+
138
259
### Fixed
260
+
139
261
* Added some directory slash stripping to ensure no trailing slash when specifying "to_stac" output director
262
+
140
263
### Changed
264
+
141
265
* Changed name of package from unity-py to unity-sds-client
142
266
143
267
## [0.1.1] - 2023-06-27
144
268
145
269
### Added
270
+
146
271
* Added pypi repository publication to unity-py repository [[7](https://github.com/unity-sds/unity-py/issues/7)].
147
272
* Added to_stac methods for writing STAC from unity-py resources (e.g. collection, dataset, datafiles)
148
273
* Added from_stac methods for creating unity-py resources (e.g. collection, dataset, datafiles) from STAC files
149
274
* Added capability to add files to published application catalogs
150
275
* added dependency on pystac > 1.7.3 to unity-py
151
276
* added addition of dataset properties to stac read/write
152
277
* 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)]
278
+
153
279
### Fixed
280
+
154
281
* Added some directory slash stripping to ensure no trailing slash when specifying "to_stac" output director
282
+
155
283
### Changed
284
+
156
285
* 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)
157
286
* Changed name of package from unity-py to unity-sds-client
287
+
158
288
### Removed
289
+
159
290
* Removed support for python 3.8
160
291
161
292
## [0.1.0] - 2023-04-17
@@ -172,5 +303,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
172
303
* Miscellaneous quality of life improvements to ease code developing (type hinting, annotations, etc)
173
304
174
305
#### Application Registry
306
+
175
307
*[unity-ads-deployment #79](https://github.com/unity-sds/unity-ads-deployment/issues/79) Add Dockstore API access to Unity.py
176
308
*[unity-ads-deployment #87](https://github.com/unity-sds/unity-ads-deployment/issues/87) Convert Unity.py Application Package API to use Hosted Workflows
0 commit comments