|
2 | 2 |
|
3 | 3 | 1.5.0 (2022-06-29)
|
4 | 4 |
|
5 |
| -Deprecations: |
6 |
| - |
7 |
| -The planet.api module is deprecated and will be removed in version 2.0.0 (end |
8 |
| -of 2022, approximately). Applications which use that module will not be |
9 |
| -compatible with version 2.0.0 of the Planet Python client. |
10 |
| - |
11 |
| -A 2.0a1 pre-release of the Planet Python client is available on PyPI. Please |
12 |
| -begin to plan to migrate to the new and improved API and contact the Planet |
13 |
| -Dev Rel team for help in doing so: developers@planet.com. |
| 5 | +Work on new features for version 1 of this software has ceased. Version 2 is |
| 6 | +under development and the final 2.0.0 release is expected at the end of 2022. |
| 7 | +There will not be a 1.6.0 release. Releases in the 1.5.x series will be made |
| 8 | +to fix major bugs on a quarterly cadence. There may be one such bug fix |
| 9 | +release for version 1 after 2.0.0 is released, but probably not more. Packages |
| 10 | +for planet versions < 2 will remain on the Python Package Index indefinitely. |
| 11 | + |
| 12 | +Version 2 will be packaged as "planet" and its command line programs will also |
| 13 | +use the name "planet". Thus it will replace version 1. Version 2 will not be |
| 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. |
| 19 | + |
| 20 | +A 2.0a1 pre-release is available now on PyPI. The Python package installer pip |
| 21 | +requires that you opt in to pre-releases by executing |
| 22 | +"pip install --pre planet" or be specifying the pre-release version precisely |
| 23 | +as in "pip install planet==2.0a1". |
| 24 | + |
| 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 developers@planet.com |
| 27 | +or join the project discussions at |
| 28 | +https://github.com/planetlabs/planet-client-python/discussions. |
| 29 | + |
| 30 | +Importing the planet.api module from version 1.5.x will result in a warning |
| 31 | +about the removal of planet.api in version 2.0.0. Running any command line |
| 32 | +program from version 1.5.x will show the same warning. |
14 | 33 |
|
15 | 34 | 1.4.10 (2022-05-18)
|
16 | 35 |
|
|
0 commit comments