|
| 1 | +1.2.2 (2019-03-04) |
| 2 | +------------------------------------- |
| 3 | +- Use requests' urlparse for Py2 & Py3 compatibility |
| 4 | +- Prevent empty filenames when attempting to download assets without a Content-Disposition header |
| 5 | +- Add more Python 3.7 support by removing keywords |
| 6 | +- Rename --rbox to --bbox and leave --bbox as an alias for backwards compatibility |
| 7 | +- De-duplicate explicit jq hyperlink (avoids sphinx warning) |
| 8 | +- Add examples of mosaic functionality |
| 9 | +- Update CLI command help info for mosaic functionality |
| 10 | +- Add LICENSE explicitly to setup.py so that pex can find it |
| 11 | + |
1 | 12 | 1.2.1 (2018-11-08)
|
2 | 13 | -------------------------------------
|
3 |
| -- set login headers as content-type:application/json during planet init |
| 14 | +- Set login headers as content-type:application/json during planet init |
4 | 15 |
|
5 | 16 | 1.2.0 (2018-10-10)
|
6 | 17 | -------------------------------------
|
7 | 18 | - Added support for mosaics
|
8 | 19 | - Unpinned setuptools
|
9 | 20 | - Upgraded setuptools and pip
|
10 |
| -- Built universal wheels. |
| 21 | +- Built universal wheels |
11 | 22 | - Implemented filter combining in the CLI
|
12 | 23 | - Fixed flake8 violations, mostly trivial
|
13 | 24 | - Added sentinel1 item type
|
|
20 | 31 | - update docs to use cloud_cover as field_name
|
21 | 32 | - move version and update user agent with client name and version
|
22 | 33 | - fix cli reference doc generation, flags have dash
|
23 |
| -- Support new assets as they become available in the API without changes needed to the client. |
| 34 | +- Support new assets as they become available in the API without changes needed to the client |
24 | 35 |
|
25 | 36 | 1.0.1 (2017-08-22)
|
26 | 37 | -------------------------------------
|
|
35 | 46 |
|
36 | 47 | 0.0.6 (2016-02-17)
|
37 | 48 | ------------------
|
38 |
| -- Support for 'aoi_id' (saved geometry) queries in 'search' command. |
39 |
| -- More robust handling of potential download failures. |
| 49 | +- Support for 'aoi_id' (saved geometry) queries in 'search' command |
| 50 | +- More robust handling of potential download failures |
40 | 51 |
|
41 | 52 | 0.0.5 (2015-12-01)
|
42 | 53 | ------------------
|
|
0 commit comments