Skip to content

Commit b24cdfa

Browse files
committed
Update docs for 9.7.0 release
1 parent 5c07a4b commit b24cdfa

File tree

2 files changed

+62
-3
lines changed

2 files changed

+62
-3
lines changed

docs/source/download.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Download
2626
Current Release
2727
--------------------------------------------------------------------------------
2828

29-
* **2025-06-06** `proj-9.6.2.tar.gz`_ (`md5`_)
30-
* **2025-06-02** `proj-data-1.22.tar.gz`_
29+
* **2025-09-15** `proj-9.7.0.tar.gz`_ (`md5`_)
30+
* **2025-09-15** `proj-data-1.23.tar.gz`_
3131

3232
.. note::
3333

@@ -40,6 +40,7 @@ Current Release
4040
Past Releases
4141
--------------------------------------------------------------------------------
4242

43+
* **2025-06-06** `proj-9.6.2.tar.gz`_
4344
* **2025-06-02** `proj-9.6.1.tar.gz`_
4445
* **2025-03-15** `proj-9.6.0.tar.gz`_
4546
* **2024-12-01** `proj-9.5.1.tar.gz`_
@@ -82,6 +83,7 @@ Past Releases
8283
* **2015-09-13** `proj-4.9.2.tar.gz`_
8384
* **2015-03-04** `proj-4.9.1.tar.gz`_
8485

86+
* **2025-06-02** `proj-data-1.22.tar.gz`_
8587
* **2025-03-15** `proj-data-1.21.tar.gz`_
8688
* **2024-12-01** `proj-data-1.20.tar.gz`_
8789
* **2024-09-15** `proj-data-1.19.tar.gz`_
@@ -125,7 +127,8 @@ Past Releases
125127
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
126128
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
127129

128-
.. _`md5`: https://download.osgeo.org/proj/proj-9.6.2.tar.gz.md5
130+
.. _`md5`: https://download.osgeo.org/proj/proj-9.7.0.tar.gz.md5
131+
.. _`proj-9.7.0.tar.gz`: https://download.osgeo.org/proj/proj-9.7.0.tar.gz
129132
.. _`proj-9.6.2.tar.gz`: https://download.osgeo.org/proj/proj-9.6.2.tar.gz
130133
.. _`proj-9.6.1.tar.gz`: https://download.osgeo.org/proj/proj-9.6.1.tar.gz
131134
.. _`proj-9.6.0.tar.gz`: https://download.osgeo.org/proj/proj-9.6.0.tar.gz
@@ -170,6 +173,7 @@ Past Releases
170173
.. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz
171174
.. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz
172175

176+
.. _`proj-data-1.23.tar.gz`: https://download.osgeo.org/proj/proj-data-1.23.tar.gz
173177
.. _`proj-data-1.22.tar.gz`: https://download.osgeo.org/proj/proj-data-1.22.tar.gz
174178
.. _`proj-data-1.21.tar.gz`: https://download.osgeo.org/proj/proj-data-1.21.tar.gz
175179
.. _`proj-data-1.20.tar.gz`: https://download.osgeo.org/proj/proj-data-1.20.tar.gz

docs/source/news.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,61 @@
33
News
44
###############################################################################
55

6+
9.7.0
7+
++++++++++++++++++++
8+
*September 15th 2025*
9+
10+
Updates
11+
-------
12+
13+
* Implement "exact" authalic latitude to geographic latitude and use it in `+proj=aea/cea/laea/eqearth/healpix/rhealpix` (`#4441 <https://github.com/OSGeo/PROJ/issues/4441>`_)
14+
15+
* Implement uniform conversions between auxiliary latitudes (`#4446 <https://github.com/OSGeo/PROJ/issues/4446>`_)
16+
17+
* WKT2 parser: recognize ``DEFININGTRANSFORMATION`` (but ignore it) (`#4484 <https://github.com/OSGeo/PROJ/issues/4484>`_)
18+
19+
* Database: add values from ``alias_name`` table that were removed in older EPSG releases, to improve recognizing old WKT strings (`#4490 <https://github.com/OSGeo/PROJ/issues/4490>`_)
20+
21+
* Enable ``-Wimplicit-fallthrough``, ``-Wdeprecated-copy-dtor``, ``-Wweak-vtables``, ``-Wdocumentation-unknown-command`` when possible (`#4516 <https://github.com/OSGeo/PROJ/issues/4516>`_)
22+
23+
* Geostationary projection: speed up inverse spherical and ellipsoidal computation (`#4523 <https://github.com/OSGeo/PROJ/issues/4523>`_)
24+
25+
* WKT importer: better error message when ``BBOX`` is invalid (e.g south_lat > north_lat) (`#4525 <https://github.com/OSGeo/PROJ/issues/4525>`_)
26+
27+
* Added :c:func:`proj_geod_direct` for PJ trasformation object (`#4532 <https://github.com/OSGeo/PROJ/issues/4532>`_)
28+
29+
* Support exporting Mercator (Spherical) on a sphere as ``Mercator_1SP`` in WKT1 (`#4555 <https://github.com/OSGeo/PROJ/issues/4555>`_)
30+
31+
* Database: update to EPSG v12.022 (`#4562 <https://github.com/OSGeo/PROJ/issues/4562>`_)
32+
33+
34+
Bug Fixes
35+
---------
36+
37+
* Fix issue related to `D_Unknown_based_on_WGS_84_ellipsoid` datum name (`#4515 <https://github.com/OSGeo/PROJ/issues/4515>`_)
38+
39+
* :c:func:`proj_trans_bounds()`: fix 9.6.2 regression when going from long/lat crossing antimeridian to projected (`#4526 <https://github.com/OSGeo/PROJ/issues/4526>`_)
40+
41+
* opt_parse: avoid potential heap-buffer-overflow when parsing non-ASCII characters (affect :program:`cct`` and :program:`gie`) (`#4530 <https://github.com/OSGeo/PROJ/issues/4530>`_)
42+
43+
* :program:`gie`: fix memory leak on non existing input file (`#4531 <https://github.com/OSGeo/PROJ/issues/4531>`_)
44+
45+
* Database: referene ``nl_nsgi_nllat2018.tif`` and ``nl_nsgi_bongeo2004.tif`` grids (`#4534 <https://github.com/OSGeo/PROJ/issues/4534>`_)
46+
47+
* Fixes related to WKT import/export of ``DerivedGeodetic/GeographicCRS`` (`#4536 <https://github.com/OSGeo/PROJ/issues/4536>`_)
48+
49+
* Fix :c:func:`tolower()`/:c:func:`toupper()` implementation to not lead to undefined behavior (`#4539 <https://github.com/OSGeo/PROJ/issues/4539>`_)
50+
51+
* IAU2015 CRS: fix wrong code for coordinate system of North Polar and South Polar CRSs (`#4545 <https://github.com/OSGeo/PROJ/issues/4545>`_)
52+
53+
* :cpp:func:`createOperations()`: fix a case involving 2 CompoundCRS, one with TOWGS84, and the 2
54+
verticalCRS differing by units (`#4552 <https://github.com/OSGeo/PROJ/issues/4552>`_)
55+
56+
* On SQLite query error, show first the error msg than the sql query (`#4553 <https://github.com/OSGeo/PROJ/issues/4553>`_)
57+
58+
* Allow geodesic inverse for meridional points on prolate ellipsoid (`#4560 <https://github.com/OSGeo/PROJ/issues/4560>`_)
59+
60+
661
9.6.2
762
++++++++++++++++++++
863
*June 6th 2025*

0 commit comments

Comments
 (0)