From c161062d308baf927500f2b02420de218d7fb9be Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sun, 3 Mar 2019 11:49:09 +0100 Subject: Sphinxify formatting of recent news entry --- docs/source/news.rst | 88 +++++++++++++++++++++++++++------------------------- 1 file changed, 46 insertions(+), 42 deletions(-) (limited to 'docs/source') diff --git a/docs/source/news.rst b/docs/source/news.rst index cf9fdbb2..8ec69dcf 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -51,83 +51,87 @@ CRSs. UPDATES ------- - o Removed projects.h as a public interface (`#835 `_) +* Removed projects.h as a public interface (`#835 `_) - o Deprecated the proj_api.h interface. The header file is still available - but will be removed with the next major version release of PROJ. It is - now required to define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H before the - interface can be used (`#836 `_) +* Deprecated the proj_api.h interface. The header file is still available + but will be removed with the next major version release of PROJ. It is + now required to define :c:macro:`ACCEPT_USE_OF_DEPRECATED_PROJ_API_H` + before the interface can be used (`#836 `_) - o Removed support for the nmake build system (`#838 `_) +* Removed support for the nmake build system (`#838 `_) - o Removed support for the proj_def.dat defaults file (`#201 `_) +* Removed support for the ``proj_def.dat`` defaults file (`#201 `_) - o C++11 required for building PROJ (`#1203 `_) +* C++11 required for building PROJ (`#1203 `_) - o Added build dependency on SQLite 3.7 (`#1175 `_) +* Added build dependency on SQLite 3.7 (`#1175 `_) - o Added projinfo command line application (`#1189 `_) +* Added :program:`projinfo` command line application (`#1189 `_) - o Added many functions to proj.h for handling ISO19111 functionality (`#1175 `_) +* Added many functions to ``proj.h`` for handling ISO19111 functionality (`#1175 `_) - o Added C++ API exposing ISO19111 functionality (`#1175 `_) +* Added C++ API exposing ISO19111 functionality (`#1175 `_) - o Updated cs2cs to use late-binding features (`#1182 `_) +* Updated :program:`cs2cs` to use late-binding features (`#1182 `_) - o Removed the nad2bin application. Now available in the proj-datumgrid - git repository (`#1236 `_) +* Removed the ``nad2bin`` application. Now available in the + `proj-datumgrid `_ + git repository (`#1236 `_) - o Removed support for Chebyshev polynomials in proj (`#1226 `_) +* Removed support for Chebyshev polynomials in :program:`proj` + (`#1226 `_) - o Removed proj_geocentric_latitude from proj.h API (`#1170 `_) +* Removed :c:func:`proj_geocentric_latitude` from `proj.h` API + (`#1170 `_) - o Changed behaviour of proj: Now only allow initialization of - projections (`#1162 `_) +* Changed behaviour of :program:`proj`: Now only allow initialization of + projections (`#1162 `_) - o Changed behaviour of tmerc: Now default to the Extended Transverse - Mercator algorithm (etmerc). Old implementation available by adding - +approx (`#404 `_) +* Changed behaviour of :ref:`tmerc `: Now defaults to the Extended + Transverse Mercator algorithm (``etmerc``). Old implementation available + by adding ``+approx`` + (`#404 `_) - o Chaged behaviour: Default ellipsoid now set to GRS80 (was WGS84) (`#1210 `_) +* Chaged behaviour: Default ellipsoid now set to GRS80 (was WGS84) (`#1210 `_) - o Allow multiple directories in PROJ_LIB environment variable (`#1281 `_) +* Allow multiple directories in :envvar:`PROJ_LIB` environment variable (`#1281 `_) - o Added Lambert Conic Conformal (2SP Michigan) projection (`#1142 `_) +* Added :ref:`Lambert Conic Conformal (2SP Michigan) ` projection (`#1142 `_) - o Added Bertin1953 projection (`#1133 `_) +* Added :ref:`Bertin1953 ` projection (`#1133 `_) - o Added Tobler-Mercator projection (`#1153 `_) +* Added :ref:`Tobler-Mercator ` projection (`#1153 `_) - o Added Molodensky-Badekas transform (`#1160 `_) +* Added :ref:`Molodensky-Badekas ` transform (`#1160 `_) - o Added push and pop coordinate operations (`#1250 `_) +* Added :ref:`push ` and :ref:`pop ` coordinate operations (`#1250 `_) - o Removed +t_obs parameter from helmert and deformation (`#1264 `_) +* Removed ``+t_obs`` parameter from helmert and deformation (`#1264 `_) - o Added +dt parameter to deformation as replacement for - removed +t_obs (`#1264 `_) +* Added :option:`+dt` parameter to deformation as replacement for + removed ``+t_obs`` (`#1264 `_) BUG FIXES --------- - o Read +towgs84 values correctly on locales not using dot as comma separator (`#1136 `_) +* Read :option:`+towgs84` values correctly on locales not using dot as comma separator (`#1136 `_) - o Fixed file offset for reading of shift values in NTv1 files (`#1144 `_) +* Fixed file offset for reading of shift values in NTv1 files (`#1144 `_) - o Avoid problems with PTHREAD_MUTEX_RECURSIVE when using CMake (`#1158 `_) +* Avoid problems with :c:macro:`PTHREAD_MUTEX_RECURSIVE` when using CMake (`#1158 `_) - o Avoid raising errors when setting ellipsoid flattening to zero (`#1191 `_) +* Avoid raising errors when setting ellipsoid flattening to zero (`#1191 `_) - o Fixed lower square calculations in rHealpix projection (`#1206 `_) +* Fixed lower square calculations in :ref:`rHealpix ` projection (`#1206 `_) - o Allow Molodensky transform parameters to be zero (`#1194 `_) +* Allow :ref:`Molodensky ` transform parameters to be zero (`#1194 `_) - o Fixed wrong parameter in ITRF2000 init file (`#1240 `_) +* Fixed wrong parameter in ``ITRF2000`` init file (`#1240 `_) - o Fixed use of grid paths including spaces (`#1152 `_) +* Fixed use of grid paths including spaces (`#1152 `_) - o Robinson: fix wrong values for forward path for latitudes >= 87.5, - and fix inaccurate inverse method (`#1172 `_) +* :ref:`Robinson `: fix wrong values for forward path for latitudes >= 87.5, + and fix inaccurate inverse method (`#1172 `_) PROJ 5.2.0 -- cgit v1.2.3