@@ -12,20 +12,27 @@ for planet versions < 2 will remain on the Python Package Index indefinitely.
12
12
Version 2 will be packaged as "planet" and its command line programs will also
13
13
use the name "planet". Thus it will replace version 1. Version 2 will not be
14
14
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.
19
23
20
24
A 2.0a1 pre-release is available now on PyPI. The Python package installer pip
21
25
requires that you opt in to pre-releases by executing
22
26
"pip install --pre planet" or be specifying the pre-release version precisely
23
27
as in "pip install planet==2.0a1".
24
28
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.
29
36
30
37
Importing the planet.api module from version 1.5.x will result in a warning
31
38
about the removal of planet.api in version 2.0.0. Running any command line
0 commit comments