diff options
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/download.rst | 18 | ||||
| -rw-r--r-- | docs/source/news.rst | 53 |
3 files changed, 67 insertions, 6 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 5df4ddf0..36c5b31f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,7 +65,7 @@ copyright = u'1983-{0}'.format(now.year) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -version = '5.1.0' +version = '5.2.0' # use same |release| as |version| release = version diff --git a/docs/source/download.rst b/docs/source/download.rst index aa466fcb..8eba39ba 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -13,16 +13,17 @@ distribution of the source code and various resource files archives. See Current Release -------------------------------------------------------------------------------- -* **2018-06-01** `proj-5.1.0.tar.gz`_ (`md5`_) -* **2018-03-01** `proj-datumgrid-1.7.zip`_ -* **2018-03-01** `proj-datumgrid-europe-1.0.zip`_ -* **2018-03-01** `proj-datumgrid-north-america-1.0.zip`_ +* **2018-09-15** `proj-5.2.0.tar.gz`_ (`md5`_) +* **2018-09-15** `proj-datumgrid-1.8.zip`_ +* **2018-09-15** `proj-datumgrid-europe-1.1.zip`_ +* **2018-09-15** `proj-datumgrid-north-america-1.1.zip`_ * **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ * **PDF Manual** `proj.pdf`_ Past Releases -------------------------------------------------------------------------------- +* **2018-06-01** `proj-5.1.0.tar.gz`_ (`md5`_) * **2018-04-01** `proj-5.0.1.tar.gz`_ (`md5`_) * **2018-03-01** `proj-5.0.0.tar.gz`_ * **2016-09-02** `proj-4.9.3.tar.gz`_ @@ -30,7 +31,11 @@ Past Releases * **2015-03-04** `proj-4.9.1.tar.gz`_ * **2016-09-11** `proj-datumgrid-1.6.zip`_ +* **2018-03-01** `proj-datumgrid-1.7.zip`_ +* **2018-03-01** `proj-datumgrid-europe-1.0.zip`_ +* **2018-03-01** `proj-datumgrid-north-america-1.0.zip`_ +.. _`proj-5.2.0.tar.gz`: http://download.osgeo.org/proj/proj-5.2.0.tar.gz .. _`proj-5.1.0.tar.gz`: http://download.osgeo.org/proj/proj-5.1.0.tar.gz .. _`proj-5.0.1.tar.gz`: http://download.osgeo.org/proj/proj-5.0.1.tar.gz .. _`proj-5.0.0.tar.gz`: http://download.osgeo.org/proj/proj-5.0.0.tar.gz @@ -39,8 +44,11 @@ Past Releases .. _`proj-4.9.3.tar.gz`: http://download.osgeo.org/proj/proj-4.9.3.tar.gz .. _`proj-datumgrid-1.6.zip`: http://download.osgeo.org/proj/proj-datumgrid-1.6.zip .. _`proj-datumgrid-1.7.zip`: http://download.osgeo.org/proj/proj-datumgrid-1.7.zip +.. _`proj-datumgrid-1.8.zip`: http://download.osgeo.org/proj/proj-datumgrid-1.8.zip .. _`proj-datumgrid-europe-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-europe-1.0.zip +.. _`proj-datumgrid-europe-1.1.zip`: http://download.osgeo.org/proj/proj-datumgrid-europe-1.1.zip .. _`proj-datumgrid-north-america-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-north-america-1.0.zip +.. _`proj-datumgrid-north-america-1.1.zip`: http://download.osgeo.org/proj/proj-datumgrid-north-america-1.1.zip .. _`proj-datumgrid-oceania-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-oceania-1.0.zip -.. _`md5`: http://download.osgeo.org/proj/proj-5.1.0.tar.gz.md5 +.. _`md5`: http://download.osgeo.org/proj/proj-5.2.0.tar.gz.md5 .. _`proj.pdf`: https://raw.githubusercontent.com/OSGeo/proj.4/gh-pages/proj.pdf diff --git a/docs/source/news.rst b/docs/source/news.rst index a0d7a960..4f95d954 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,6 +3,59 @@ News ############################################################################### +PROJ 5.2.0 +++++++++++++++++++++++++++++++++++++++++ +*September 15th 2018* + +UPDATES +------- + +* Added support for deg, rad and grad in unitconvert (`#1054 <https://github.com/OSGeo/proj.4/issues/1054>`_) + +* Assume :option:`+t_epoch` as time input when not otherwise specified (`#1065 <https://github.com/OSGeo/proj.4/issues/1065>`_) + +* Added inverse Lagrange projection (`#1058 <https://github.com/OSGeo/proj.4/issues/1058>`_) + +* Added :option:`+multiplier` option to vgridshift (`#1072 <https://github.com/OSGeo/proj.4/issues/1072>`_) + +* Added Equal Earth projection (`#1085 <https://github.com/OSGeo/proj.4/issues/1085>`_) + +* Added "require_grid" option to gie (`#1088 <https://github.com/OSGeo/proj.4/issues/1088>`_) + +* Replace :option:`+transpose` option of Helmert transform with :option:`+convention`. + From now on the convention used should be explicitly written. An + error will be returned when using the +transpose option (`#1091 <https://github.com/OSGeo/proj.4/issues/1091>`_) + +* Improved numerical precision of inverse spherical Mercator + projection (`#1105 <https://github.com/OSGeo/proj.4/issues/1105>`_) + +* :program:`cct` will now forward text after coordinate input to output + stream (`#1111 <https://github.com/OSGeo/proj.4/issues/1111>`_) + + +BUG FIXES +------------ + +* Do not pivot over WGS84 when doing cs2cs-emulation with geocent (`#1026 <https://github.com/OSGeo/proj.4/issues/1026>`_) + +* Do not scan past the end of the read data in :c:func:`pj_ctx_fgets` (`#1042 <https://github.com/OSGeo/proj.4/issues/1042>`_) + +* Make sure :c:func:`proj_errno_string()` is available in DLL (`#1050 <https://github.com/OSGeo/proj.4/issues/1050>`_) + +* Respect `+to_meter` setting when doing cs2cs-emulation (`#1053 <https://github.com/OSGeo/proj.4/issues/1053>`_) + +* Fixed unit conversion factors for :program:`geod` (`#1075 <https://github.com/OSGeo/proj.4/issues/1075>`_) + +* Fixed test failures related to GCC 8 (`#1084 <https://github.com/OSGeo/proj.4/issues/1084>`_) + +* Improved handling of `+geoc` flag (`#1093 <https://github.com/OSGeo/proj.4/issues/1093>`_) + +* Calculate correct projection factors for Webmercator (`#1095 <https://github.com/OSGeo/proj.4/issues/1095>`_) + +* :program:`cs2cs` now always outputs degrees when transformed coordinates are + in angular units (`#1112 <https://github.com/OSGeo/proj.4/issues/1112>`_) + + PROJ 5.1.0 ++++++++++++++++++++++++++++++++++++++++ *June 1st 2018* |
