diff options
| -rw-r--r-- | docs/source/download.rst | 20 | ||||
| -rw-r--r-- | docs/source/news.rst | 72 |
2 files changed, 86 insertions, 6 deletions
diff --git a/docs/source/download.rst b/docs/source/download.rst index 36e2a897..0b10d2ba 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -13,17 +13,18 @@ distribution of the source code and various resource file archives. See Current Release -------------------------------------------------------------------------------- -* **2019-11-01** `proj-6.2.1.tar.gz`_ (`md5`_) +* **2020-01-01** `proj-6.3.0.tar.gz`_ (`md5`_) * **2018-09-15** `proj-datumgrid-1.8.zip`_ -* **2019-09-01** `proj-datumgrid-europe-1.4.zip`_ -* **2019-03-01** `proj-datumgrid-north-america-1.2.zip`_ -* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ +* **2019-09-01** `proj-datumgrid-europe-1.5.zip`_ +* **2019-03-01** `proj-datumgrid-north-america-1.3.zip`_ +* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_ * **2019-03-01** `proj-datumgrid-world-1.0.zip`_ * **PDF Manual** `proj.pdf`_ Past Releases -------------------------------------------------------------------------------- +* **2019-11-01** `proj-6.2.1.tar.gz`_ * **2019-09-01** `proj-6.2.0.tar.gz`_ * **2019-07-01** `proj-6.1.1.tar.gz`_ * **2019-05-15** `proj-6.1.0.tar.gz`_ @@ -38,13 +39,17 @@ Past Releases * **2018-03-01** `proj-datumgrid-1.7.zip`_ * **2016-09-11** `proj-datumgrid-1.6.zip`_ +* **2019-09-01** `proj-datumgrid-europe-1.4.zip`_ * **2019-07-01** `proj-datumgrid-europe-1.3.zip`_ * **2019-03-01** `proj-datumgrid-europe-1.2.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-europe-1.0.zip`_ +* **2019-03-01** `proj-datumgrid-north-america-1.2.zip`_ +* **2018-09-15** `proj-datumgrid-north-america-1.1.zip`_ * **2018-03-01** `proj-datumgrid-north-america-1.0.zip`_ +* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ +.. _`proj-6.3.0.tar.gz`: https://download.osgeo.org/proj/proj-6.3.0.tar.gz .. _`proj-6.2.1.tar.gz`: https://download.osgeo.org/proj/proj-6.2.1.tar.gz .. _`proj-6.2.0.tar.gz`: https://download.osgeo.org/proj/proj-6.2.0.tar.gz .. _`proj-6.1.1.tar.gz`: https://download.osgeo.org/proj/proj-6.1.1.tar.gz @@ -65,10 +70,13 @@ Past Releases .. _`proj-datumgrid-europe-1.2.zip`: https://download.osgeo.org/proj/proj-datumgrid-europe-1.2.zip .. _`proj-datumgrid-europe-1.3.zip`: https://download.osgeo.org/proj/proj-datumgrid-europe-1.3.zip .. _`proj-datumgrid-europe-1.4.zip`: https://download.osgeo.org/proj/proj-datumgrid-europe-1.4.zip +.. _`proj-datumgrid-europe-1.5.zip`: https://download.osgeo.org/proj/proj-datumgrid-europe-1.5.zip .. _`proj-datumgrid-north-america-1.0.zip`: https://download.osgeo.org/proj/proj-datumgrid-north-america-1.0.zip .. _`proj-datumgrid-north-america-1.1.zip`: https://download.osgeo.org/proj/proj-datumgrid-north-america-1.1.zip .. _`proj-datumgrid-north-america-1.2.zip`: https://download.osgeo.org/proj/proj-datumgrid-north-america-1.2.zip +.. _`proj-datumgrid-north-america-1.3.zip`: https://download.osgeo.org/proj/proj-datumgrid-north-america-1.3.zip .. _`proj-datumgrid-oceania-1.0.zip`: https://download.osgeo.org/proj/proj-datumgrid-oceania-1.0.zip +.. _`proj-datumgrid-oceania-1.1.zip`: https://download.osgeo.org/proj/proj-datumgrid-oceania-1.1.zip .. _`proj-datumgrid-world-1.0.zip`: https://download.osgeo.org/proj/proj-datumgrid-world-1.0.zip -.. _`md5`: https://download.osgeo.org/proj/proj-6.2.1.tar.gz.md5 +.. _`md5`: https://download.osgeo.org/proj/proj-6.3.0.tar.gz.md5 .. _`proj.pdf`: https://raw.githubusercontent.com/OSGeo/PROJ/gh-pages/proj.pdf diff --git a/docs/source/news.rst b/docs/source/news.rst index 17e573a7..f327e00c 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,6 +3,78 @@ News ############################################################################### +6.3.0 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*January 1st 2020* + +Updates +------- + +* Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 (`#1812 <https://github.com/OSGeo/PROJ/issues/1812>`_) + +* Modify verbosity level of some debug/trace messages (`#1811 <https://github.com/OSGeo/PROJ/issues/1811>`_) + +* :program:`projinfo`: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL + (`#1810 <https://github.com/OSGeo/PROJ/issues/1810>`_) + +* :c:func:`proj_trans`: add retry logic to select other transformation if the best one + fails. (`#1809 <https://github.com/OSGeo/PROJ/issues/1809>`_) + +* :c:func:`BoundCRS::identify()`: improvements to discard CRS that aren't relevant + (`#1802 <https://github.com/OSGeo/PROJ/issues/1802>`_) + +* Database: update to IGNF v3.1.0 (`#1785 <https://github.com/OSGeo/PROJ/issues/1785>`_) + +* Build: Only export symbols if building DLL (`#1773 <https://github.com/OSGeo/PROJ/issues/1773>`_) + +* Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database + (`#1762 <https://github.com/OSGeo/PROJ/issues/1762>`_) + +* :c:func:`createOperations()`: chain operations whose middle CRSs are not identical but + have the same datum (`#1734 <https://github.com/OSGeo/PROJ/issues/1734>`_) + +* import/export PROJJSON: support a interpolation_crs key to geoid_model + (`#1732 <https://github.com/OSGeo/PROJ/issues/1732>`_) + +* Database: update to EPSG v9.8.4 (`#1725 <https://github.com/OSGeo/PROJ/issues/1725>`_) + +* Build: require SQLite 3.11 (`#1721 <https://github.com/OSGeo/PROJ/issues/1721>`_) + +* Add support for GEOIDMODEL (`#1710 <https://github.com/OSGeo/PROJ/issues/1710>`_) + +* Better filtering based on extent and performance improvements (`#1709 <https://github.com/OSGeo/PROJ/issues/1709>`_) + +Bug fixes +--------- + +* Horizontal grid shift: fix issue on iterative inverse computation when + switching between (sub)grids (`#1797 <https://github.com/OSGeo/PROJ/issues/1797>`_) + +* :c:func:`createOperations()`: make filtering out of 'uninteresting' operations less + aggressive (`#1788 <https://github.com/OSGeo/PROJ/issues/1788>`_) + +* Make EPSG:102100 resolve to ESRI:102100 (`#1786 <https://github.com/OSGeo/PROJ/issues/1786>`_) + +* ``ob_tran``: restore traditional handling of ``+to_meter`` with :c:func:`pj_transform()` and + :program:`proj` utility (`#1783 <https://github.com/OSGeo/PROJ/issues/1783>`_) + +* CRS identification: use case insensitive comparison for authority name + (`#1780 <https://github.com/OSGeo/PROJ/issues/1780>`_) + +* :c:func:`normalizeForVisualization()` and other methods applying on a ProjectedCRS: do + not mess the derivingConversion object of the original object (`#1746 <https://github.com/OSGeo/PROJ/issues/1746>`_) + +* :c:func:`createOperations()`: fix transformation computation from/to a CRS with + ``+geoidgrids`` and ``+vunits`` != m (`#1731 <https://github.com/OSGeo/PROJ/issues/1731>`_) + +* Fix :c:func:`proj_assign_context()`/:c:func:`pj_set_ctx()` with pipelines and alternative coord + operations (`#1726 <https://github.com/OSGeo/PROJ/issues/1726>`_) + +* Database: add an auxiliary concatenated_operation_step table to allow + arbitrary number of steps (`#1696 <https://github.com/OSGeo/PROJ/issues/1696>`_) + +* Fix errors running gie-based tests in Debug mode on Windo (`#1688 <https://github.com/OSGeo/PROJ/issues/1688>`_) + 6.2.1 Release Notes ++++++++++++++++++++++++++++++++++++++++ *November 1st 2019* |
