Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.0 #993

Merged
merged 9 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkdocs:

# pip install -e .[docs]
python:
version: 3.7
version: 3.8
install:
- method: pip
path: .
Expand Down
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2.1.0 (TBD)
2.1.0 (2023-07-17)

Added:
- 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
Expand All @@ -8,6 +9,7 @@
control the zip archiving of order outputs without any cloud storage delivery
have also been added (#990).


2.1b1 (2023-07-11)

Added:
Expand All @@ -24,6 +26,7 @@ Added:
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 (2023-06-28)

Changed:
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/cli-orders.md
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ Orders with Google Earth Engine delivery will force the STAC flag to false.

### Cloud Delivery

Another option is to delivery your orders directly to a cloud bucket, like AWS S3 or Google Cloud Storage.
Another option is to deliver your orders directly to a cloud bucket, like AWS S3 or Google Cloud Storage.
The file given with the `--delivery` option should contain JSON that follows
the options and format given in
[Delivery to Cloud Storage](https://developers.planet.com/docs/orders/delivery/#delivery-to-cloud-storage).
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/cli-subscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ planet subscriptions results SUBSCRIPTION_ID --status processing
The available statuses are `created`, `queued`, `processing`, `failed`, and `success`. Note it’s quite useful
to use `jq` to help filter out results as well.

#### Results as comma-seperated values (CSV)
#### Results as comma-separated values (CSV)

Planetary Variable subscribers can benefit from retrieving results as a CSV. The results contain variable statistics and can serve as data for time series analysis and visualization.

Expand Down
2 changes: 1 addition & 1 deletion planet/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1dev'
__version__ = '2.1.1dev'