9
9
This package includes service wrappers for Descartes Labs application services that
10
10
do require additional dependencies (included in requirements.txt) and are thus not
11
11
implicitly included in the root package (see above). Service wrappers include,
12
- primarily, Metadata (image metadata) and Places (named shapes and statistics).
13
- These services are authenticated and in order to setup authentication there is a
14
- convenience script to help you log in.
12
+ primarily, Raster (image access), Metadata (image metadata) and Places (named
13
+ shapes and statistics). These services are authenticated and in order to setup
14
+ authentication there is a convenience script to help you log in.
15
15
16
16
``` bash
17
17
$ python setup.py install
@@ -37,6 +37,15 @@ Changelog
37
37
38
38
## [ Unreleased]
39
39
40
+ ## [ 0.5.0] - 2017-10-31
41
+ ### Added
42
+ - Blosc Support for raster array compression transport
43
+ - Scrolling support for large metadata searches
44
+
45
+ ### Changes
46
+ - Offset keyword argument in metadata.search is deprecated. Please use the
47
+ metadata.features for iterating over large search results
48
+
40
49
## [ 0.4.7] - 2017-10-09
41
50
### Added
42
51
- Complex filtering expressions for image attributes
@@ -158,7 +167,8 @@ Changelog
158
167
### Added
159
168
- Initial release of client library
160
169
161
- [ Unreleased ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.7...HEAD
170
+ [ Unreleased ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.5.0...HEAD
171
+ [ 0.5.0 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.7...v0.5.0
162
172
[ 0.4.7 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.6...v0.4.7
163
173
[ 0.4.6 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.5...v0.4.6
164
174
[ 0.4.5 ] : https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.4...v0.4.5
0 commit comments