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: CHANGES.rst
+66-44Lines changed: 66 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,36 @@
1
1
Change History
2
-
**************
2
+
==============
3
+
4
+
v0.9.0 (2025-07-02)
5
+
^^^^^^^^^^^^^^^^^^^
6
+
7
+
Changes:
8
+
9
+
* Added a Dependabot configuration file (#250).
10
+
* Removed obsolete example notebooks (#254).
11
+
* Removed `distutils` from the setup.py file (#263).
12
+
* Several modernization fixes for the codebase (#267):
13
+
* Added support for Python3.12 and Python3.13.
14
+
* Updated the authors file and Zenodo configuration to reflect contributors.
15
+
* Replaced `bumpversion` (obsolete) with `bump-my-version`.
16
+
* Added dependencies that were missing from the `requirements*.txt` and `environment*.yml` files.
17
+
* Set base versions for most dependencies.
18
+
* Updated the build setup for ReadTheDocs.
19
+
* Updated the `pre-commit` hook versions.
20
+
* Added security hardening steps to workflows.
21
+
* Replaced `pydocstyle` with `numpydoc-validation`
22
+
* Added missing docstrings for all public functions, classes, and methods.
23
+
* Updated the documentation to reflect the new installation methods and add relevant badges.
3
24
4
25
v0.8.7 (2024-05-07)
5
-
===================
26
+
^^^^^^^^^^^^^^^^^^^
6
27
7
-
* Fix regression, where loading TIFF files would return a Dataset instead of a DataArray, the behavior prior to 0.8.5. Loading a multi-band TIFF file will now return a DataArray with the bands as dimensions.
28
+
Changes:
8
29
30
+
* Fix regression, where loading TIFF files would return a Dataset instead of a DataArray, the behavior prior to 0.8.5. Loading a multi-band TIFF file will now return a DataArray with the bands as dimensions.
9
31
10
32
v0.8.6 (2024-03-18)
11
-
===================
33
+
^^^^^^^^^^^^^^^^^^^
12
34
13
35
Changes:
14
36
@@ -23,33 +45,33 @@ Changes:
23
45
* Add a documentation entry on using `build` to build the documentation.
24
46
25
47
0.8.5 (2024-03-14)
26
-
==================
48
+
^^^^^^^^^^^^^^^^^^
27
49
28
50
Changes:
29
51
30
-
* Update how TIFF files are converted to xarray datasets because `open_rasterio` is deprecated. See issue `239`.
52
+
* Update how TIFF files are converted to xarray datasets because `open_rasterio` is deprecated (#239).
31
53
* Remove `GeotiffRasterioConverter`.
32
54
* Remove Python 3.7 and 3.8 from CI test suite.
33
55
* Now using Trusted Publisher for TestPyPI/PyPI releases.
34
56
* Update `black` to v24.2.0 and code formatting conventions to Python3.9+.
35
57
36
58
0.8.4 (2023-05-24)
37
-
==================
59
+
^^^^^^^^^^^^^^^^^^
38
60
39
61
Changes:
40
62
41
-
* Fix docstring creation error occurring when the server identification abstract is None. See issue `228`.
42
-
* Handle case where the server `describeProcess` does not understand "ALL" as the process identifier. See issue `229`.
63
+
* Fix docstring creation error occurring when the server identification abstract is None (#228).
64
+
* Handle case where the server `describeProcess` does not understand "ALL" as the process identifier (#229).
43
65
44
66
0.8.3 (2023-05-03)
45
-
==================
67
+
^^^^^^^^^^^^^^^^^^
46
68
47
69
Changes:
48
70
49
71
* Added the `packaging` library to the list of requirements.
50
72
51
73
0.8.2 (2023-04-28)
52
-
==================
74
+
^^^^^^^^^^^^^^^^^^
53
75
54
76
Changes:
55
77
@@ -59,15 +81,15 @@ Changes:
59
81
* Handle the removal of the `verbose` argument in `OWSLib.WebProcessingService` 0.29.0.
60
82
61
83
0.8.1 (2021-12-01)
62
-
==================
84
+
^^^^^^^^^^^^^^^^^^
63
85
64
86
Changes:
65
87
66
88
* Before trying to open a netCDF dataset, determine whether link is a valid OPeNDAP endpoint to avoid unnecessarily raising the cryptic ``syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR``.
67
89
68
90
69
91
0.8.0 (2021-05-25)
70
-
==================
92
+
^^^^^^^^^^^^^^^^^^
71
93
72
94
Changes:
73
95
@@ -83,7 +105,7 @@ API changes:
83
105
84
106
85
107
0.7.0 (2021-01-15)
86
-
==================
108
+
^^^^^^^^^^^^^^^^^^
87
109
88
110
Changes:
89
111
@@ -96,15 +118,15 @@ Changes:
96
118
* Use black formatting (#186, #187).
97
119
98
120
0.6.9 (2020-03-10)
99
-
==================
121
+
^^^^^^^^^^^^^^^^^^
100
122
101
123
Changes:
102
124
103
125
* Fixed passing Path objects (#169)
104
126
* Trying to guess mime type of inputs rather than taking the first value (#171)
105
127
106
128
0.6.6 (2020-03-03)
107
-
==================
129
+
^^^^^^^^^^^^^^^^^^
108
130
109
131
Changes:
110
132
@@ -121,7 +143,7 @@ Changes:
121
143
* Added missing files in MANIFEST.in for pypi install (#166).
122
144
123
145
0.6.5 (2019-08-19)
124
-
==================
146
+
^^^^^^^^^^^^^^^^^^
125
147
126
148
Changes:
127
149
@@ -134,37 +156,37 @@ Changes:
134
156
* Skip Python 2.7 (#146).
135
157
136
158
0.6.4 (2019-07-03)
137
-
==================
159
+
^^^^^^^^^^^^^^^^^^
138
160
139
161
Changes:
140
162
141
163
* Fix default converter to return bytes (#137).
142
164
143
165
0.6.3 (2019-06-21)
144
-
==================
166
+
^^^^^^^^^^^^^^^^^^
145
167
146
168
Changes:
147
169
148
170
* Disabled segmented metalink downloads (#132).
149
171
* Fix nested conversion (#135).
150
172
151
173
0.6.2 (2019-06-06)
152
-
==================
174
+
^^^^^^^^^^^^^^^^^^
153
175
154
176
Changes:
155
177
156
178
* Added support for passing sequences (list, tuple) as WPS inputs (#128).
157
179
158
180
0.6.1 (2019-05-27)
159
-
==================
181
+
^^^^^^^^^^^^^^^^^^
160
182
161
183
Changes:
162
184
163
185
* Added verify argument when downloading files to disk (#123).
164
186
* Bugfixes: #118, #121
165
187
166
188
0.6.0 (2019-04-04)
167
-
==================
189
+
^^^^^^^^^^^^^^^^^^
168
190
169
191
Changes:
170
192
@@ -178,14 +200,14 @@ Changes:
178
200
* Various Bugfixes: #83, #91, #99
179
201
180
202
0.5.1 (2018-12-18)
181
-
==================
203
+
^^^^^^^^^^^^^^^^^^
182
204
183
205
Changes:
184
206
185
207
* Added support to launch Jupyter notebooks with birdy examples on binder (#94, #95).
186
208
187
209
0.5.0 (2018-12-03)
188
-
==================
210
+
^^^^^^^^^^^^^^^^^^
189
211
190
212
Changes:
191
213
@@ -195,15 +217,15 @@ Changes:
195
217
* Updated notebooks with examples for `WPSClient`.
196
218
197
219
0.4.2 (2018-09-26)
198
-
==================
220
+
^^^^^^^^^^^^^^^^^^
199
221
200
222
Changes:
201
223
202
224
* Fixed WPS default parameter (#52).
203
225
* Using ``WPS_SSL_VERIFY`` environment variable (#50).
204
226
205
227
0.4.1 (2018-09-14)
206
-
==================
228
+
^^^^^^^^^^^^^^^^^^
207
229
208
230
Changes:
209
231
@@ -213,7 +235,7 @@ Changes:
213
235
* Updated docs for native client (#43).
214
236
215
237
0.4.0 (2018-09-06)
216
-
==================
238
+
^^^^^^^^^^^^^^^^^^
217
239
218
240
Release for Dar Es Salaam.
219
241
@@ -223,28 +245,28 @@ Changes:
223
245
* Fix optional input (#41).
224
246
225
247
0.3.3 (2018-07-18)
226
-
==================
248
+
^^^^^^^^^^^^^^^^^^
227
249
228
250
Changes:
229
251
230
252
* Added initial native client (#24, #37).
231
253
232
254
0.3.2 (2018-06-06)
233
-
==================
255
+
^^^^^^^^^^^^^^^^^^
234
256
235
257
Changes:
236
258
237
259
* Fix MANIFEST.in.
238
260
239
261
0.3.1 (2018-06-06)
240
-
==================
262
+
^^^^^^^^^^^^^^^^^^
241
263
242
264
Changes:
243
265
244
266
* Fix bumpversion.
245
267
246
268
0.3.0 (2018-06-05)
247
-
==================
269
+
^^^^^^^^^^^^^^^^^^
248
270
249
271
Changes:
250
272
@@ -253,7 +275,7 @@ Changes:
253
275
* Using GitHub templates for issues, PRs and contribution guide.
254
276
255
277
0.2.2 (2018-05-08)
256
-
==================
278
+
^^^^^^^^^^^^^^^^^^
257
279
258
280
Fixes:
259
281
@@ -265,7 +287,7 @@ New Features:
265
287
* using ``mode`` for async execution in OWSLib (#22).
266
288
267
289
0.2.1 (2018-03-14)
268
-
==================
290
+
^^^^^^^^^^^^^^^^^^
269
291
270
292
Fixes:
271
293
@@ -276,7 +298,7 @@ New Features:
276
298
* Fix #14: added ``--cert`` option to use x509 certificates.
277
299
278
300
0.2.0 (2017-09-25)
279
-
==================
301
+
^^^^^^^^^^^^^^^^^^
280
302
281
303
* removed buildout ... just using conda.
282
304
* cleaned up docs.
@@ -285,7 +307,7 @@ New Features:
285
307
* added compat module for python 3.x
286
308
287
309
0.1.9 (2017-04-07)
288
-
==================
310
+
^^^^^^^^^^^^^^^^^^
289
311
290
312
* updated buildout and Makefile.
291
313
* updated conda environment.
@@ -297,53 +319,53 @@ New Features:
297
319
* show status message in log.
298
320
299
321
0.1.8 (2016-05-02)
300
-
==================
322
+
^^^^^^^^^^^^^^^^^^
301
323
302
324
* added backward compatibility for owslib.wps without headers and verify parameter.
303
325
304
326
0.1.7 (2016-05-02)
305
-
==================
327
+
^^^^^^^^^^^^^^^^^^
306
328
307
329
* added twitcher token parameter.
308
330
* using ssl verify option again.
309
331
310
332
0.1.6 (2016-03-22)
311
-
==================
333
+
^^^^^^^^^^^^^^^^^^
312
334
313
335
* added support for bbox parameters.
314
336
315
337
0.1.5 (2016-03-15)
316
-
==================
338
+
^^^^^^^^^^^^^^^^^^
317
339
318
340
* fixed wps init (using standard owslib).
319
341
* update makefile.
320
342
321
343
0.1.4 (2015-10-29)
322
-
==================
344
+
^^^^^^^^^^^^^^^^^^
323
345
324
346
* using ssl verify option of WebProcessingSerivce
325
347
* moved python requirements to requirements/deploy.txt
326
348
327
349
0.1.3 (2015-08-20)
328
-
==================
350
+
^^^^^^^^^^^^^^^^^^
329
351
330
352
* more unit tests.
331
353
* fixed unicode error in wps description.
332
354
* using latest ComplexDataInput from owslib.wps.
333
355
334
356
0.1.2 (2015-08-14)
335
-
==================
357
+
^^^^^^^^^^^^^^^^^^
336
358
337
359
* fixed encoding of input text files.
338
360
* more unit tests.
339
361
340
362
0.1.1 (2015-08-13)
341
-
==================
363
+
^^^^^^^^^^^^^^^^^^
342
364
343
365
* allow local file path for complex inputs.
344
366
* send complex data inline with requet to remote wps service.
0 commit comments