diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-06-30 22:19:59 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-06-30 22:20:20 +0200 |
| commit | b7935442d88fc9922b3c9f361fadf84eb812df86 (patch) | |
| tree | 116946fb2278403e2325d141763b0c45dbe61236 /docs | |
| parent | b8fe7719b97285e0e4dbbabda7a9962f8be97352 (diff) | |
| download | PROJ-b7935442d88fc9922b3c9f361fadf84eb812df86.tar.gz PROJ-b7935442d88fc9922b3c9f361fadf84eb812df86.zip | |
Update website for 8.1.0 release
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/download.rst | 16 | ||||
| -rw-r--r-- | docs/source/news.rst | 132 |
3 files changed, 146 insertions, 4 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index bffc62ad..65b21319 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -78,7 +78,7 @@ copyright = u'1983-{0}'.format(now.year) # |version| and |release|, also used in various other places throughout the # built documents. version = '8.1.0' -data_version = '1.5' +data_version = '1.7' # use same |release| as |version| release = version diff --git a/docs/source/download.rst b/docs/source/download.rst index 03a61c76..438de82e 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -13,8 +13,8 @@ distribution of the source code and various resource file archives. See Current Release -------------------------------------------------------------------------------- -* **2021-03-01** `proj-8.0.0.tar.gz`_ (`md5`_) -* **2021-03-01** `proj-data-1.5.tar.gz`_ +* **2021-07-01** `proj-8.1.0.tar.gz`_ (`md5`_) +* **2021-07-01** `proj-data-1.7.tar.gz`_ * **PDF Manual** `proj.pdf`_ .. note:: @@ -28,6 +28,9 @@ Current Release Past Releases -------------------------------------------------------------------------------- +* **2021-07-01** `proj-8.1.0.tar.gz`_ +* **2021-05-05** `proj-8.0.1.tar.gz`_ +* **2021-03-01** `proj-8.0.0.tar.gz`_ * **2021-01-01** `proj-7.2.1.tar.gz`_ * **2020-11-01** `proj-7.2.0.tar.gz`_ * **2020-09-01** `proj-7.1.1.tar.gz`_ @@ -50,6 +53,9 @@ Past Releases * **2015-09-13** `proj-4.9.2.tar.gz`_ * **2015-03-04** `proj-4.9.1.tar.gz`_ +* **2021-07-01** `proj-data-1.7.tar.gz`_ +* **2021-05-05** `proj-data-1.6.tar.gz`_ +* **2021-03-01** `proj-data-1.5.tar.gz`_ * **2021-01-01** `proj-data-1.4.tar.gz`_ * **2020-11-01** `proj-data-1.3.tar.gz`_ * **2020-09-01** `proj-data-1.2.tar.gz`_ @@ -76,8 +82,10 @@ Past Releases * **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_ * **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ +.. _`proj-8.1.0.tar.gz`: https://download.osgeo.org/proj/proj-8.1.0.tar.gz +.. _`md5`: https://download.osgeo.org/proj/proj-8.1.0.tar.gz.md5 +.. _`proj-8.0.1.tar.gz`: https://download.osgeo.org/proj/proj-8.0.1.tar.gz .. _`proj-8.0.0.tar.gz`: https://download.osgeo.org/proj/proj-8.0.0.tar.gz -.. _`md5`: https://download.osgeo.org/proj/proj-8.0.0.tar.gz.md5 .. _`proj-7.2.1.tar.gz`: https://download.osgeo.org/proj/proj-7.2.1.tar.gz .. _`proj-7.2.0.tar.gz`: https://download.osgeo.org/proj/proj-7.2.0.tar.gz .. _`proj-7.1.1.tar.gz`: https://download.osgeo.org/proj/proj-7.1.1.tar.gz @@ -100,6 +108,8 @@ Past Releases .. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz .. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz +.. _`proj-data-1.7.tar.gz`: https://download.osgeo.org/proj/proj-data-1.7.tar.gz +.. _`proj-data-1.6.tar.gz`: https://download.osgeo.org/proj/proj-data-1.6.tar.gz .. _`proj-data-1.5.tar.gz`: https://download.osgeo.org/proj/proj-data-1.5.tar.gz .. _`proj-data-1.4.tar.gz`: https://download.osgeo.org/proj/proj-data-1.4.tar.gz .. _`proj-data-1.3.tar.gz`: https://download.osgeo.org/proj/proj-data-1.3.tar.gz diff --git a/docs/source/news.rst b/docs/source/news.rst index 8b37eb96..038bf142 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,6 +3,138 @@ News ############################################################################### +8.1.0 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*July 1st 2021* + +Updates +------- + ++ **Database** + + * Update to EPSG v10.027 (`#2751 <https://github.com/OSGeo/PROJ/issues/2751>`_) + + * Decrease DB size by using ``WITHOUT ROWID`` tables (`#2730 <https://github.com/OSGeo/PROJ/issues/2730>`_) (#2647) + + * Add a ``ANALYZE`` step during ``proj.db`` creation allowing for faster lookups (`#2729 <https://github.com/OSGeo/PROJ/issues/2729>`_) + + * Added a ``PROJ.VERSION`` metadata entry (`#2646 <https://github.com/OSGeo/PROJ/issues/2646>`_) + + * Added NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation (`#2554 <https://github.com/OSGeo/PROJ/issues/2554>`_) + + * Additions to the norwegian NKG2020 transformation (`#2548 <https://github.com/OSGeo/PROJ/issues/2548>`_) + + * ESRI projection database updated to version 12.8 (`#2717 <https://github.com/OSGeo/PROJ/issues/2717>`_) + ++ **API additions** + + * Added :c:func:`proj_get_geoid_models_from_database()` function that returns a list of geoid models available for a given CRS (`#2681 <https://github.com/OSGeo/PROJ/issues/2681>`_) + + * Added :c:func`proj_get_celestial_body_list_from_database()` that returns a list of celestial bodies in the PROJ database (`#2667 <https://github.com/OSGeo/PROJ/issues/2667>`_) + + * Added :c:func:`proj_get_celestial_body_name()` (`#2662 <https://github.com/OSGeo/PROJ/issues/2662>`_) + ++ **Various improvements** + + * :c:func:`proj_trans()`/:program:`cs2cs`: If two operations have the same accuracy, use the one that is contained within a larger one (`#2750 <https://github.com/OSGeo/PROJ/issues/2750>`_) + + * Share SQLite database handle among all contexts (`#2738 <https://github.com/OSGeo/PROJ/issues/2738>`_) + + * Added ``proj/internal/mutex.hpp`` as compat layer for mingw32 for std::mutex (`#2736 <https://github.com/OSGeo/PROJ/issues/2736>`_) + + * :program:`projsync`: make it filter out files not intended for the current version (`#2725 <https://github.com/OSGeo/PROJ/issues/2725>`_) + + * Improvements related to ``DerivedVerticalCRS`` using Change Unit and + Height/Depth reversal methods (`#2696 <https://github.com/OSGeo/PROJ/issues/2696>`_) + + * Update internal ``nlohmann/json`` to 3.9.1, and add a CMake option to + be able to use external ``nlohmann/json`` (`#2686 <https://github.com/OSGeo/PROJ/issues/2686>`_) + + * :cpp:func:`createFromUserInput()`: change name of CRS built from URN combined references to match the convention of EPSG projected CRS (`#2677 <https://github.com/OSGeo/PROJ/issues/2677>`_) + + * Parse compound id with two authorities, like ESRI:103668+EPSG:5703 (`#2669 <https://github.com/OSGeo/PROJ/issues/2669>`_) + + * Added :program:`projinfo` option option ``--list-crs`` (supports ``--area``) (`#2663 <https://github.com/OSGeo/PROJ/issues/2663>`_) + + * Added support for hyperbolic Cassini-Soldner (`#2637 <https://github.com/OSGeo/PROJ/issues/2637>`_) + + * Added capability to get SQL statements to add custom CRS in the database (`#2577 <https://github.com/OSGeo/PROJ/issues/2577>`_) + +Bug fixes +--------- + +* Fix 'Please include winsock2.h before windows.h' warning with msys (`#2692 <https://github.com/OSGeo/PROJ/issues/2692>`_) + +* Minor changes to address lint in ``geodesic.c`` (`#2752 <https://github.com/OSGeo/PROJ/issues/2752>`_) + +* :cpp:func:`BoundCRS::identify()`: avoid incompatible transformation for WKT1 / TOWGS84 export (`#2747 <https://github.com/OSGeo/PROJ/issues/2747>`_) + +* :c:func:`proj_create()`: do not open proj.db if string is a PROJ string, even if :c:func:`proj_context_set_autoclose_database()` has been set (`#2735 <https://github.com/OSGeo/PROJ/issues/2735>`_) + +* Fix export of transformation to PROJ string in a particular situation where CompoundCRS are involved (`#2721 <https://github.com/OSGeo/PROJ/issues/2721>`_) + + +8.0.1 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*May 5th 2021* + +Updates +------- + +* Database: update to EPSG v10.018 (`#2636 <https://github.com/OSGeo/PROJ/issues/2636>`_) + +* Add transformations for CHGeo2004, Swiss geoid model (`#2604 <https://github.com/OSGeo/PROJ/issues/2604>`_) + +* Additions to the norwegian NKG2020 transformation (`#2600 <https://github.com/OSGeo/PROJ/issues/2600>`_) + +Bug fixes +--------- + +* :c:func:`pj_vlog()`: fix buffer overflow in case of super lengthy error message (`#2693 <https://github.com/OSGeo/PROJ/issues/2693>`_) + +* Revert ":c:func:`proj_create_crs_to_crs_from_pj()`: do not use PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION if area is specified" (`#2679 <https://github.com/OSGeo/PROJ/issues/2679>`_) + +* UTM: error out when value of ``+zone=`` is not an integer (`#2672 <https://github.com/OSGeo/PROJ/issues/2672>`_) + +* :cpp:func:`getCRSInfoList()`: make result order deterministic (by increasing auth_name, + code) (`#2661 <https://github.com/OSGeo/PROJ/issues/2661>`_) + +* :cpp:func:`createOperation()`: make sure no to discard deprecated operations if the + replacement uses an unknow grid (`#2623 <https://github.com/OSGeo/PROJ/issues/2623>`_) + +* Fix build on Solaris 11.4 (`#2621 <https://github.com/OSGeo/PROJ/issues/2621>`_) + +* Add mapping of ESRI Equal_Area projection method to EPSG (`#2612 <https://github.com/OSGeo/PROJ/issues/2612>`_) + +* Fix incorrect EPGS extent code for EPSG:7789>EPSG:4976 NKG transformation (`#2599 <https://github.com/OSGeo/PROJ/issues/2599>`_) + +* fix wrong capitalization of CHENyx06_ETRS.gsb (`#2597 <https://github.com/OSGeo/PROJ/issues/2597>`_) + +* :cpp:func:`createOperations()`: improve handling of vertical transforms when + when compound CRSs are used (`#2592 <https://github.com/OSGeo/PROJ/issues/2592>`_) + +* :cpp:func:`CRS::promoteTo3D()`: propagate the extent from the 2D CRS (`#2589 <https://github.com/OSGeo/PROJ/issues/2589>`_) + +* :cpp:func:`createFromCRSCodesWithIntermediates()`: improve performance when there is + no match (`#2583 <https://github.com/OSGeo/PROJ/issues/2583>`_) + +* Fix :c:func:`proj_clone()` to work on 'meta' coordinate operation ``PJ*`` objects that + can be returned by :c:func:`proj_create_crs_to_crs()` (`#2582 <https://github.com/OSGeo/PROJ/issues/2582>`_) + +* add ``PROJ_COMPUTE_VERSION``, ``PROJ_VERSION_NUMBER``, + ``PROJ_AT_LEAST_VERSION`` macros (`#2581 <https://github.com/OSGeo/PROJ/issues/2581>`_) + +* Make :c:func:`proj_lp_dist()` and :c:func:`proj_geod()` work on a ``PJ*`` CRS object (`#2570 <https://github.com/OSGeo/PROJ/issues/2570>`_) + +* Fix gcc 11 ``-Wnonnull`` compilation warnings (`#2559 <https://github.com/OSGeo/PROJ/issues/2559>`_) + +* Fix use of uninitialized memory in gie tests (`#2558 <https://github.com/OSGeo/PROJ/issues/2558>`_) + +* :c:func:`createOperations()`: fix incorrect height transformation between 3D promoted RGF93 and CH1903+ (`#2555 <https://github.com/OSGeo/PROJ/issues/2555>`_) + + + +>>>>>>> Stashed changes 8.0.0 Release Notes ++++++++++++++++++++++++++++++++++++++++ *March 1st 2021* |
