Skip to content

Commit 7cd00d0

Browse files
committed
Update html docs for 9.4.0
1 parent df8df3b commit 7cd00d0

File tree

3 files changed

+54
-4
lines changed

3 files changed

+54
-4
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
version = "9.4"
2929

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

3333
# PROJ-data version
3434
data_version = "1.17"

docs/source/download.rst

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

29-
* **2023-12-01** `proj-9.3.1.tar.gz`_ (`md5`_)
30-
* **2023-12-01** `proj-data-1.16.tar.gz`_
29+
* **2024-03-01** `proj-9.4.0.tar.gz`_ (`md5`_)
30+
* **2024-03-01** `proj-data-1.17.tar.gz`_
3131

3232
.. note::
3333

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

43+
* **2023-12-01** `proj-9.3.1.tar.gz`_
4344
* **2023-09-01** `proj-9.3.0.tar.gz`_
4445
* **2023-06-01** `proj-9.2.1.tar.gz`_
4546
* **2023-03-01** `proj-9.2.0.tar.gz`_
@@ -75,6 +76,8 @@ Past Releases
7576
* **2015-09-13** `proj-4.9.2.tar.gz`_
7677
* **2015-03-04** `proj-4.9.1.tar.gz`_
7778

79+
* **2023-12-01** `proj-data-1.16.tar.gz`_
80+
* **2023-09-01** `proj-data-1.15.tar.gz`_
7881
* **2023-06-01** `proj-data-1.14.tar.gz`_
7982
* **2023-03-01** `proj-data-1.13.tar.gz`_
8083
* **2022-12-01** `proj-data-1.12.tar.gz`_
@@ -111,7 +114,8 @@ Past Releases
111114
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
112115
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
113116

114-
.. _`md5`: https://download.osgeo.org/proj/proj-9.3.1.tar.gz.md5
117+
.. _`md5`: https://download.osgeo.org/proj/proj-9.4.0.tar.gz.md5
118+
.. _`proj-9.4.0.tar.gz`: https://download.osgeo.org/proj/proj-9.4.0.tar.gz
115119
.. _`proj-9.3.1.tar.gz`: https://download.osgeo.org/proj/proj-9.3.1.tar.gz
116120
.. _`proj-9.3.0.tar.gz`: https://download.osgeo.org/proj/proj-9.3.0.tar.gz
117121
.. _`proj-9.2.1.tar.gz`: https://download.osgeo.org/proj/proj-9.2.1.tar.gz
@@ -149,6 +153,7 @@ Past Releases
149153
.. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz
150154
.. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz
151155

156+
.. _`proj-data-1.17.tar.gz`: https://download.osgeo.org/proj/proj-data-1.17.tar.gz
152157
.. _`proj-data-1.16.tar.gz`: https://download.osgeo.org/proj/proj-data-1.16.tar.gz
153158
.. _`proj-data-1.15.tar.gz`: https://download.osgeo.org/proj/proj-data-1.15.tar.gz
154159
.. _`proj-data-1.14.tar.gz`: https://download.osgeo.org/proj/proj-data-1.14.tar.gz

docs/source/news.rst

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

6+
9.4.0 Release Notes
7+
++++++++++++++++++++
8+
*March 1st 2024*
9+
10+
Updates
11+
-------
12+
13+
* Add support for transformations involving coordinate epoch changes (PointMotionOperation), specifically for Canadian NAD83(CSRS)(`#3884 <https://github.com/OSGeo/PROJ/issues/3884>`_)
14+
15+
* :envvar:`SSL_OPTIONS`: set SSL options on Curl library (`#3936 <https://github.com/OSGeo/PROJ/issues/3936>`_)
16+
17+
* Add support for unity builds (`#3962 <https://github.com/OSGeo/PROJ/issues/3962>`_)
18+
19+
* Added ability to install ``*.tif`` if present in data (`#3970 <https://github.com/OSGeo/PROJ/issues/3970>`_)
20+
21+
* ``createOperationsCompoundToGeog()``: tune selection logic when ``--grid-check`` known_available is specified (`#3990 <https://github.com/OSGeo/PROJ/issues/3990>`_)
22+
23+
* Increase CMake minimum version from 3.9 to 3.16 (`#3997 <https://github.com/OSGeo/PROJ/issues/3997>`_)
24+
25+
* CMake: use FetchContent to get googletest-1.12.1 (`#4006 <https://github.com/OSGeo/PROJ/issues/4006>`_)
26+
27+
* CMake: Replace custom FindSqlite3 with FindSQLite3 built-in (`#4007 <https://github.com/OSGeo/PROJ/issues/4007>`_)
28+
29+
* tpeqd: use numerically stable formula for computing the central angle from (phi_1, lam_1) to (phi_2, lam_2) (`#4009 <https://github.com/OSGeo/PROJ/issues/4009>`_)
30+
31+
* Move content of ``proj_experimental.h`` to ``proj.h`` (`#4019 <https://github.com/OSGeo/PROJ/issues/4019>`_)
32+
33+
* Add ``+proj=mod_krovak`` projection method for Modified Krovak that applies to S-JTSK/05 in the Czech Republic (`#4021 <https://github.com/OSGeo/PROJ/issues/4021>`_)
34+
35+
* PROJString formatter optimizer: simplify pipelines doing [Modified]Krovak (South West) <--> [Modified]Krovak (East North) by just doing an axis swap (`#4034 <https://github.com/OSGeo/PROJ/issues/4034>`_)
36+
37+
* ``+proj=gridshift``: enhance to support grids referenced in projected CRS, and with easting_offset/northing_offset corrections (`#4038 <https://github.com/OSGeo/PROJ/issues/4038>`_)
38+
39+
* Tune concatenated operation instanciation, reference CR2005 geoid for Czechia and add (disabled by default) records for Czechia S-JTSK/05 based transformations (`#4044 <https://github.com/OSGeo/PROJ/issues/4044>`_)
40+
41+
* Database: update to EPSG v11.004 (`#4062 <https://github.com/OSGeo/PROJ/issues/4062>`_)
42+
43+
Bug fixes
44+
---------
45+
46+
* Fix missing symbols at link time for Windows target in Visual Studio (`#3984 <https://github.com/OSGeo/PROJ/issues/3984>`_)
47+
48+
* Improve error message in axisswap (`#3975 <https://github.com/OSGeo/PROJ/issues/3975>`_)
49+
50+
* Avoid convergence errors in ``+proj=gridshift`` when using biquadratic interpolation (`#3985 <https://github.com/OSGeo/PROJ/issues/3985>`_)
651

752
9.3.1 Release Notes
853
++++++++++++++++++++

0 commit comments

Comments
 (0)