Skip to content

Commit 276501b

Browse files
authored
Merge pull request #188 from descarteslabs/release/v0.5.0
Add changelog for v0.5.0 release.
2 parents f7e9e81 + 663eaf7 commit 276501b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Services
99
This package includes service wrappers for Descartes Labs application services that
1010
do require additional dependencies (included in requirements.txt) and are thus not
1111
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.
1515

1616
```bash
1717
$ python setup.py install
@@ -37,6 +37,15 @@ Changelog
3737

3838
## [Unreleased]
3939

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+
4049
## [0.4.7] - 2017-10-09
4150
### Added
4251
- Complex filtering expressions for image attributes
@@ -158,7 +167,8 @@ Changelog
158167
### Added
159168
- Initial release of client library
160169

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
162172
[0.4.7]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.6...v0.4.7
163173
[0.4.6]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.5...v0.4.6
164174
[0.4.5]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.4...v0.4.5

0 commit comments

Comments
 (0)