Skip to content

Commit 0f2922e

Browse files
committed
Update documentation for 9.3.1 release
1 parent d245216 commit 0f2922e

File tree

3 files changed

+68
-5
lines changed

3 files changed

+68
-5
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
version = "9.3"
2929

3030
# The full project version, used as the replacement for |release|
31-
release = "9.3.0"
31+
release = "9.3.1"
3232

3333
# PROJ-data version
34-
data_version = "1.15"
34+
data_version = "1.16"
3535

3636
#today_date = date.today()
3737
today_date = date(2023, 9, 1) # or use a specific date

docs/source/download.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Download
2626
Current Release
2727
--------------------------------------------------------------------------------
2828

29-
* **2023-09-01** `proj-9.3.0.tar.gz`_ (`md5`_)
30-
* **2023-09-01** `proj-data-1.15.tar.gz`_
29+
* **2023-12-01** `proj-9.3.1.tar.gz`_ (`md5`_)
30+
* **2023-12-01** `proj-data-1.16.tar.gz`_
3131

3232
.. note::
3333

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

43+
* **2023-09-01** `proj-9.3.0.tar.gz`_
4344
* **2023-06-01** `proj-9.2.1.tar.gz`_
4445
* **2023-03-01** `proj-9.2.0.tar.gz`_
4546
* **2022-12-01** `proj-9.1.1.tar.gz`_
@@ -110,7 +111,8 @@ Past Releases
110111
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
111112
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
112113

113-
.. _`md5`: https://download.osgeo.org/proj/proj-9.3.0.tar.gz.md5
114+
.. _`md5`: https://download.osgeo.org/proj/proj-9.3.1.tar.gz.md5
115+
.. _`proj-9.3.1.tar.gz`: https://download.osgeo.org/proj/proj-9.3.1.tar.gz
114116
.. _`proj-9.3.0.tar.gz`: https://download.osgeo.org/proj/proj-9.3.0.tar.gz
115117
.. _`proj-9.2.1.tar.gz`: https://download.osgeo.org/proj/proj-9.2.1.tar.gz
116118
.. _`proj-9.2.0.tar.gz`: https://download.osgeo.org/proj/proj-9.2.0.tar.gz
@@ -147,6 +149,7 @@ Past Releases
147149
.. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz
148150
.. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz
149151

152+
.. _`proj-data-1.16.tar.gz`: https://download.osgeo.org/proj/proj-data-1.16.tar.gz
150153
.. _`proj-data-1.15.tar.gz`: https://download.osgeo.org/proj/proj-data-1.15.tar.gz
151154
.. _`proj-data-1.14.tar.gz`: https://download.osgeo.org/proj/proj-data-1.14.tar.gz
152155
.. _`proj-data-1.13.tar.gz`: https://download.osgeo.org/proj/proj-data-1.13.tar.gz

docs/source/news.rst

+60
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,66 @@
33
News
44
###############################################################################
55

6+
7+
9.3.1 Release Notes
8+
++++++++++++++++++++
9+
*December 1st 2023*
10+
11+
Updates
12+
-------
13+
14+
* Update to EPSG 10.098 (`#3968 <https://github.com/OSGeo/PROJ/issues/3968>`_)
15+
16+
* Update ESRI objects to v3.2.0 (`#3944 <https://github.com/OSGeo/PROJ/issues/3944>`_)
17+
18+
Bug fixes
19+
---------
20+
21+
* ITRF2008: fix wrong sign for ``dry`` parameter of EURA and EURA_T (`#3870 <https://github.com/OSGeo/PROJ/issues/3870>`_)
22+
23+
* Fix build error with MSVC 2019 in ``/std:c++20`` on ``NN_NO_CHECK()`` (`#3872 <https://github.com/OSGeo/PROJ/issues/3872>`_)
24+
25+
* ESRI WKT import: normalize GCS_unknown to unknown and D_unknown to unknown (`#3874 <https://github.com/OSGeo/PROJ/issues/3874>`_)
26+
27+
* :cpp:func:`CoordinateOperationFactory`: deal with CompoundToCompound with a horizontal similarity transformation and a ballpark vertical (`#3881 <https://github.com/OSGeo/PROJ/issues/3881>`_)
28+
29+
* :cpp:func:`Ellipsoid::_isEquivalentTo()`: fix so that an ellipsoid of semi-major axis A (and non-zero inv flattening) isn't equivalent to a sphere of radius A (`#3882 <https://github.com/OSGeo/PROJ/issues/3882>`_)
30+
31+
* :cpp:func:`isEquivalentTo()`: make a datum name 'unknown' equivalent to another one (`#3883 <https://github.com/OSGeo/PROJ/issues/3883>`_)
32+
33+
* :program:`cs2cs`: fix handling of input coordinates in grad (`#3886 <https://github.com/OSGeo/PROJ/issues/3886>`_)
34+
35+
* Make ``setargv.obj`` available on Universal Windows Platform (`#3891 <https://github.com/OSGeo/PROJ/issues/3891>`_)
36+
37+
* Allow opening proj.db with a URI (`#3892 <https://github.com/OSGeo/PROJ/issues/3892>`_)
38+
39+
* :cpp:func:`createOperations()`: fix GeogCRS 3D with TOWGS84 to geocentric CRS (`#3915 <https://github.com/OSGeo/PROJ/issues/3915>`_)
40+
41+
* Fix test suite so that it can pass with ``ENABLE_TIFF=OFF`` (`#3916 <https://github.com/OSGeo/PROJ/issues/3916>`_)
42+
43+
* :cpp:func:`GeographicBoundingBox::intersects()`: avoid infinite recursion and stack overflow on invalid bounding boxes (`#3919 <https://github.com/OSGeo/PROJ/issues/3919>`_)
44+
45+
* Fix importing ``'+proj=topocentric ... +type=crs'`` by using a geocentric CRS as the base CRS (`#3924 <https://github.com/OSGeo/PROJ/issues/3924>`_)
46+
47+
* Allow LOCAL_CS with 3 axes (`#3928 <https://github.com/OSGeo/PROJ/issues/3928>`_)
48+
49+
* WKT1 parser: in non-strict mode, accept missing UNIT[] in GEOGCS, GEOCCS, PROJCS and VERT_CS elements (`#3933 <https://github.com/OSGeo/PROJ/issues/3933>`_)
50+
51+
* :cpp:func:`createOperations()`: fix issue with a obscure case involving CompoundCRS of unknown horizontal datum + boundCRS of vertical (`#3934 <https://github.com/OSGeo/PROJ/issues/3934>`_)
52+
53+
* :cpp:func:`createOperations()`: fix bad PROJ pipeline when converting between Geog3D with non-metre height to CompoundCRS (`#3943 <https://github.com/OSGeo/PROJ/issues/3943>`_)
54+
55+
* :cpp:func:`createOperations()`: Fix possible null dereference on invalid WKT input (`#3946 <https://github.com/OSGeo/PROJ/issues/3946>`_)
56+
57+
* :c:func:`proj_factor`: fix when input is a compound CRS of a projected CRS (`#3950 <https://github.com/OSGeo/PROJ/issues/3950>`_)
58+
59+
* :c:func:`pj_get_suggested_operation()`: tune it to give correct result for RGAF09 to RRAF 1991 / UTM zone 20N + Guadeloupe 1988 height transformation (`#3954 <https://github.com/OSGeo/PROJ/issues/3954>`_)
60+
61+
* Move static ``NameSpace::GLOBAL`` definition in ``static.cpp`` to avoid 'static initialization fiasco' (`#3956 <https://github.com/OSGeo/PROJ/issues/3956>`_)
62+
63+
* horner: allow arbitrary input type of coordinate (`#3961 <https://github.com/OSGeo/PROJ/issues/3961>`_)
64+
65+
666
9.3.0 Release Notes
767
++++++++++++++++++++
868
*September 1st 2023*

0 commit comments

Comments
 (0)