Skip to content

Commit ca6cfa2

Browse files
committed
DOC: Add warnings about removing grids from wheels and dropping manylinux1 wheels
1 parent a32fe05 commit ca6cfa2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

docs/index.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,17 @@ pyproj Documentation
33

44
Python interface to `PROJ <https://proj.org/>`_ (cartographic projections and coordinate transformations library).
55

6+
GitHub Repository: https://github.com/pyproj4/pyproj
7+
68
.. note:: Minimum supported PROJ version is 7.2.0
79

810
.. note:: Minimum supported Python version is 3.6
911

10-
GitHub Repository: https://github.com/pyproj4/pyproj
12+
.. warning:: pyproj 3 wheels do not include transformation grids.
13+
For migration assistance see: :ref:`transformation_grids`
14+
15+
.. warning:: pyproj 3+ no longer supports manylinux1 wheels.
16+
pip>=19.0 is required to install manylinux2010 wheels.
1117

1218

1319
.. toctree::

docs/installation.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ The easiest methods for installing pyproj are:
1212
1313
pip install pyproj
1414
15-
.. note:: pip>=19.0 is required to install manylinux2010 wheels
15+
.. warning:: pyproj 3+ no longer supports manylinux1 wheels.
16+
pip>=19.0 is required to install manylinux2010 wheels.
17+
18+
.. warning:: pyproj 3+ wheels do not include transformation grids.
19+
For migration assistance see: :ref:`transformation_grids`
20+
1621

1722
- The MacOS and Linux wheels are powered by `multibuild by Matthew Brett <https://github.com/matthew-brett/multibuild>`__
1823
- The Windows wheels are built by `Christoph Gohlke <https://www.lfd.uci.edu/~gohlke/pythonlibs/>`__

docs/transformation_grids.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation.
1111

1212
`pyproj` API for managing the :ref:`data_directory` and :ref:`network`.
1313

14-
.. warning:: pyproj 2 includes datumgrid 1.8 in the wheels. pyproj 3 will not include any datum grids.
14+
.. warning:: pyproj 3 wheels do not include any transformation grids.
1515

1616

1717
Downloading data

0 commit comments

Comments
 (0)