Skip to content

Releases: planetlabs/planet-client-python

1.5.1

28 Jul 21:15
Compare
Choose a tag to compare
  • Fix: execution of the v1 CLI now prints a more clear, yellow colored warning message aimed at CLI users. A more detailed version of the same warning is also printed in the planet commands usage message (#652).
  • Fix: the deprecation warning emitted on import of planet.api now uses stacklevel=2 and thus points at the module which imports planet.api (#652).

1.5.0

29 Jun 21:40
Compare
Choose a tag to compare

Work on new features for version 1 of this software has ceased. Version 2 is under development and the final 2.0.0 release is expected at the end of 2022. There will not be a 1.6.0 release. Releases in the 1.5.x series will be made to fix major bugs on a quarterly cadence. There may be one such bug fix release for version 1 after 2.0.0 is released, but probably not more. Packages for planet versions < 2 will remain on the Python Package Index indefinitely.

Version 2 will be packaged as "planet" and its command line programs will also use the name "planet". Thus it will replace version 1. Version 2 will not be backwards compatible with version 1. That is to say that applications which depend on version 1 will not work with version 2. This goes for the command line programs as well. Version 2's "planet orders", for example, has usage changes that will likely have an impact on scripts written for version 1.

Users of version 1 who do not wish to upgrade to version 2 should ensure that their project requirements specify "planet<2", because when 2.0.0 is published to the Python Package Index pip install planet (for example) will download and install 2.0.0.

A 2.0a1 pre-release is available now on PyPI. The Python package installer pip requires that you opt in to pre-releases by executing
pip install --pre planet or be specifying the pre-release version precisely as in pip install planet==2.0a1.

All that said, we want migration to 2.0.0 to be a win for users. Early feedback on the new Python API and CLI are critical to making it so. How can we support your existing workflows and systems while providing new features and more powerful abstractions? Please send the Planet Dev Rel email at [email protected] or join one of the project discussions on GitHub. You can have a say on what 2.0.0 looks like. We're eager to hear from you.

Deprecations:

Importing the planet.api module from version 1.5.x will result in a warning about the removal of planet.api in version 2.0.0. Running any command line program from version 1.5.x will show the same warning.

2.0a1

28 Jun 21:56
Compare
Choose a tag to compare
2.0a1 Pre-release
Pre-release

This is the first pre-release of the new features and interfaces coming in version 2.0.0 later this year. A more complete listing of changes in this package is coming soon. The highlights are

  • Requirement of Python version 3.7 or newer.
  • Support for Planet Data, Orders, and Subscription APIs.
  • A Python package (the SDK) with asyncio support.
  • A new and improved command line interface (the CLI).

1.4.10

18 May 21:45
cf23e0f
Compare
Choose a tag to compare
  • Fix: restore compatibility with click versions >= 8.1.0.
  • Fix: handle FeedSource array in analytics API.

1.4.9

07 Dec 21:23
d1c586c
Compare
Choose a tag to compare
  • New: analytic_8b_udm2 asset
  • New: basic_analytic_8b_udm2 asset
  • New: analytic_8b_sr_udm2 asset
  • New: analytic_3b_udm2 asset
  • Add support for 8-band asset types
  • Add support for 3-band UDM2 asset type

1.4.8

30 Nov 19:51
Compare
Choose a tag to compare
  • New: ortho_analytic_3b asset
  • Fix: broken links in documentation & readme
  • New: requests now use custom X-Planet-App client header for tracking

1.4.7

30 Jun 17:10
Compare
Choose a tag to compare
  • New: basic_l1_all_frames asset
  • New: PSSCene 8-band assets & item type
  • New: ortho_analytic_sr asset
  • Fix: Raise NoPermission exception when the user does not have download access
  • Fix: force zip of entire order via cli and create test of download
  • Fix: fixed orders model object with next key, Fix #226

1.4.6

18 May 21:34
Compare
Choose a tag to compare
  • New: you can now pass a search string to the Orders CLI via --ids_from_search
  • New: the Orders CLI now has a shortcut --clip for clipping operations
  • Fix: you can now download Order locations one by one
  • Multiple test fixes: Python 2.7 tests, flake8, & make html-docs warning
  • Add support for new 5-band asset types

1.4.5

11 Feb 19:18
Compare
Choose a tag to compare
  • Add support for new skysat video item and asset types
  • Add strict keyword argument to searches

1.4.4

17 Dec 23:56
Compare
Choose a tag to compare
  • Pin requests-futures version to avoid error message.
  • Fix broke jq parsing for regular data search
  • Under certain conditions the response body can get printed more than once