Skip to content

release-2.0.0 #929

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

Merged
merged 4 commits into from
Apr 17, 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
27 changes: 26 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,34 @@
2.0.0-rc.3 (TBD)
2.0.0 (2023-04-17)

User Interface Changes:
- Match search-create and search-update name/filter options/parameters in Data
API and CLI to match to search UI (#883, #898, #909).
- Change Subscriptions CLI function naming from describe to get to match other
clients (#900).
- Removed (unused) checksum argument from download_order (#896).
- Move planet data stats CLI interval and filter args to required options
(#894).

Changed:
- Data and Subscriptions API and CLI now normalize and validate item type and
asset type (#902, #905).
- Bulk create order example now demonstrates use of a dynamic list (#913).

Added:
- Added bandmath tool to order_request (#876)
- Subscriptions request generator api/cli no longer requires geojson entry for
catalog source to only be a geometry, it can pull the geometry out of a
feature and featurecollection (#880)

Fixed:
- Fixed bug that caused Landsat asset download with the Data Client fail
(#928).
- Fixed notifications entry layout generated by order_request that was causing
the notifications entry to not be used in the generated order (#917).
- Session class unit tests are marked to be run within an event loop and are
no longer skipped (#881).


2.0.0-rc.2 (2023-03-15)

Added:
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.0.0-rc.3dev'
__version__ = '2.0.1dev'