Releases: planetlabs/planet-client-python
Releases · planetlabs/planet-client-python
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.1
Version 2.1.1 fixes small bugs introduced in 2.1.0.
- Version 2.1.0 was not compatible with Python 3.7 because of an import of typing.Literal. It is now imported exclusively from typing_extensions and Python 3.7, while EOL, will be supported for a while longer (#998).
- The upper version pin for click has been removed. This project ignores type errors involving click.command() and click.group() since 2.1.0 and does not need to avoid click 8.1.4 or 8.1.5.
2.1.0
Version 2.1.0 introduces Planetary Variable subscriptions to the SDK and CLI, and also adds support for minor new Orders and Subscriptions API features. Here are the changes since version 2.0.3, reiterating the changes in 2.1b1:
- Support for publishing stages and time range types has been added to the subscriptions CLI (#992).
- The
--cloudconfig
option of the request command of the orders CLI has been superseded by a new--delivery
option, with--cloudconfig
left as an alias. - New
--archive-type
,--archive-filename
, and--single-archive
options to control the zip archiving of order outputs without any cloud storage delivery have also been added (#990). - The request command of the subscriptions CLI has a new
--clip-to-source
option (#988). - A new request-pv command has been added to the subscriptions CLI (#988).
- Support for catalog source publishing stages (#977) and time range types (#978) have been added to
subscription_request.catalog_source()
. - Add the option to get Planetary Variable subscription results as a CSV file (#981).
- A
subscription_request.planetary_variable_source function()
has been added (#976). - The
subscription_request.build_request()
function has a new option to clip to the subscription's source geometry. This is a preview of the default behavior of the next version of the Subscriptions API (#971).
2.1b1
This is the first pre-release of 2.1 and adds support for Planetary Variable subscriptions to the SDK and CLI.
- The request command of the subscriptions CLI has a new
--clip-to-source
option (#988). - A new request-pv command has been added to the subscriptions CLi (#988).
- Support for catalog source publishing stages (#977) and time range types (#978) have been added to
subscription_request.catalog_source()
. - Add the option to get Planetary Variable subscription results as a CSV file (#981).
- A
subscription_request.planetary_variable_source()
function has been added (#976). - The
subscription_request.build_request()
function has a new option to clip to the subscription's source geometry. This is a preview of the default behavior of the next version of the Subscriptions API (#971).
2.0.3
2.0.2
Fixed:
- Fixed bug where SkySatVideo was not recognized as a valid data api item type.
- Fixed wheel name to indicate that only python 3 is supported and updated
build metadata to indicate that the package is now a stable release and only
supports Python 3.