Skip to content

Commit 1981c79

Browse files
committed
"You can have a say"
1 parent c039718 commit 1981c79

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGES.txt

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,27 @@ for planet versions < 2 will remain on the Python Package Index indefinitely.
1212
Version 2 will be packaged as "planet" and its command line programs will also
1313
use the name "planet". Thus it will replace version 1. Version 2 will not be
1414
backwards compatible with version 1. That is to say that applications which
15-
depend on version 1 will not work with version 2. Users of version 1 who do
16-
not wish to upgrade to version 2 should ensure that their project requirements
17-
specify "planet<2", because when 2.0.0 is published to the Python Package
18-
Index "pip install planet" (for example) will download and install 2.0.0.
15+
depend on version 1 will not work with version 2. This goes for the command
16+
line programs as well. Version 2's "planet orders", for example, has usage
17+
changes that will likely have impact on scripts written for version 1.
18+
19+
Users of version 1 who do not wish to upgrade to version 2 should ensure that
20+
their project requirements specify "planet<2", because when 2.0.0 is published
21+
to the Python Package Index "pip install planet" (for example) will download
22+
and install 2.0.0.
1923

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

25-
We encourage all to begin to plan to migrate to the new and improved version 2
26-
API. Please email the Planet Dev Rel team for help at [email protected]
27-
or join the project discussions at
28-
https://github.com/planetlabs/planet-client-python/discussions.
29+
All that said, we want migration to 2.0.0 to be a win for users. Early
30+
feedback on the new Python API and CLI are critical to making it so. How can
31+
we support your existing workflows and systems while providing new features
32+
and more powerful abstractions? Please send the Planet Dev Rel email at
33+
[email protected] or join the project discussions at
34+
https://github.com/planetlabs/planet-client-python/discussions. You can have a
35+
say on what 2.0.0 looks like. We're eager to hear from you.
2936

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

0 commit comments

Comments
 (0)