diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-01 14:51:51 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-06-01 14:51:51 +0200 |
| commit | bfa57264f65c6bc1f70d61873b1f9c14a1cb2032 (patch) | |
| tree | e2fb9a008d40416f78fb994e3c9b6f94ded72265 /docs/source | |
| parent | bbb13e808b89bfaf544441b0e7f9b3bae48993bd (diff) | |
| download | PROJ-bfa57264f65c6bc1f70d61873b1f9c14a1cb2032.tar.gz PROJ-bfa57264f65c6bc1f70d61873b1f9c14a1cb2032.zip | |
Update documentation for 5.1.0 release
Added NEWS section to frontpage, update download links and adjusted version number.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/download.rst | 6 | ||||
| -rw-r--r-- | docs/source/index.rst | 69 |
3 files changed, 74 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index b57e0f36..b3c5bfea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,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.0.1' +version = '5.1.0' # use same |release| as |version| release = version diff --git a/docs/source/download.rst b/docs/source/download.rst index 32ce8012..aa466fcb 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -13,7 +13,7 @@ distribution of the source code and various resource files archives. See Current Release -------------------------------------------------------------------------------- -* **2018-04-01** `proj-5.0.1.tar.gz`_ (`md5`_) +* **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`_ @@ -23,6 +23,7 @@ Current Release Past Releases -------------------------------------------------------------------------------- +* **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`_ * **2015-09-13** `proj-4.9.2.tar.gz`_ @@ -30,6 +31,7 @@ Past Releases * **2016-09-11** `proj-datumgrid-1.6.zip`_ +.. _`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 .. _`proj-4.9.1.tar.gz`: http://download.osgeo.org/proj/proj-4.9.1.tar.gz @@ -40,5 +42,5 @@ Past Releases .. _`proj-datumgrid-europe-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-europe-1.0.zip .. _`proj-datumgrid-north-america-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-north-america-1.0.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.0.1.tar.gz.md5 +.. _`md5`: http://download.osgeo.org/proj/proj-5.1.0.tar.gz.md5 .. _`proj.pdf`: https://raw.githubusercontent.com/OSGeo/proj.4/gh-pages/proj.pdf diff --git a/docs/source/index.rst b/docs/source/index.rst index 9e097f3b..46b7e472 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -55,6 +55,75 @@ PROJ With the introduction of PROJ 5, behavioural changes has been made to existing functionality. Consult :ref:`differences` for the details. + PROJ 5.1.0 + ++++++++++++++++++++++++++++++++++++++++ + *June 1st 2018* + + + UPDATES + ------- + + * Function :c:func:`proj_errno_string()` added to ``proj.h`` API (`#847 <https://github.com/OSGeo/proj.4/issues/847>`_) + + * Validate units between pipeline steps and ensure transformation + sanity (`#906 <https://github.com/OSGeo/proj.4/issues/906>`_) + + * Print help when calling :program:`cct` and :program:`gie` without arguments (`#907 <https://github.com/OSGeo/proj.4/issues/907>`_) + + * `CITATION` file added to source distribution (`#914 <https://github.com/OSGeo/proj.4/issues/914>`_) + + * Webmercator operation added (`#925 <https://github.com/OSGeo/proj.4/issues/925>`_) + + * Enhanced numerical precision of forward spherical Mercator near + the Equator (`#928 <https://github.com/OSGeo/proj.4/issues/928>`_) + + * Added :option:`--skip-lines` option to :program:`cct` (`#923 <https://github.com/OSGeo/proj.4/issues/923>`_) + + * Consistently return ``NaN`` values on ``NaN`` input (`#949 <https://github.com/OSGeo/proj.4/issues/949>`_) + + * Removed unused ``src/org_proj4_Projections.h`` file (`#956 <https://github.com/OSGeo/proj.4/issues/956>`_) + + * Java Native Interface bindings updated (`#957 <https://github.com/OSGeo/proj.4/issues/957>`_, `#969 <https://github.com/OSGeo/proj.4/issues/969>`_) + + * Horizontal and vertical gridshift operations extended to + the temporal domain (`#1015 <https://github.com/OSGeo/proj.4/issues/1015>`_) + + + BUG FIXES + ------------ + + * Handle ``NaN`` float cast overflow in ``PJ_robin.c`` and ``nad_intr.c`` (`#887 <https://github.com/OSGeo/proj.4/issues/887>`_) + + * Avoid overflow when Horner order is unreasonably large (`#893 <https://github.com/OSGeo/proj.4/issues/893>`_) + + * Avoid unwanted NaN conversions in etmerc (`#899 <https://github.com/OSGeo/proj.4/issues/899>`_) + + * Avoid memory failure in :program:`gie` when not specifying x,y,z in gie files (`#902 <https://github.com/OSGeo/proj.4/issues/902>`_) + + * Avoid memory failure when :option:`+sweep` is initialized incorrectly in geos (`#908 <https://github.com/OSGeo/proj.4/issues/908>`_) + + * Return ``HUGE_VAL`` on erroneous input in ortho (`#912 <https://github.com/OSGeo/proj.4/issues/912>`_) + + * Handle commented lines correctly in cct (`#933 <https://github.com/OSGeo/proj.4/issues/933>`_) + + * Avoid segmentation fault when transformation coordinates outside grid + area in deformation (`#934 <https://github.com/OSGeo/proj.4/issues/934>`_) + + * Avoid doing false easting/northing adjustments on cartesian + coordinates (`#936 <https://github.com/OSGeo/proj.4/issues/936>`_) + + * Thread-safe creation of proj mutex (`#954 <https://github.com/OSGeo/proj.4/issues/954>`_) + + * Avoid errors when setting up geos with +lat_0!=0 (`#986 <https://github.com/OSGeo/proj.4/issues/986>`_) + + * Reset errno when running :program:`proj` in verbose mode (`#988 <https://github.com/OSGeo/proj.4/issues/988>`_) + + * Do not interpolate node values at nodata value in vertical + grid shifts (`#1004 <https://github.com/OSGeo/proj.4/issues/1004>`_) + + * Restrict Horner degrees to positive integer values to avoid + memory allocation issues (`#1005 <https://github.com/OSGeo/proj.4/issues/1005>`_) + PROJ 5.0.1 |
