From b8fd17cd98df4b045d52abcee1615fc28aa8ed25 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Fri, 7 Jul 2023 22:13:29 +0100 Subject: [PATCH] Prep release --- CHANGELOG.md | 9 ++++++++- docs/coordinate_conversions_easy.rst | 4 ++-- docs/creating_points_compound.rst | 6 +++--- docs/creating_points_geocentric.rst | 2 +- docs/creating_points_geographic.rst | 2 +- docs/creating_points_projected.rst | 20 ++++++++++---------- docs/creating_points_vertical.rst | 2 +- docs/primer.rst | 1 + 8 files changed, 27 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3caae5cf2..8a7d968e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog ## [Unreleased] + +## [5.5.0] - 2023-07-07 ### Added - Support for Lambert Cylindrical Equal Area (Spherical) projection ### Changed - Infer a current epoch when doing time-dependant transforms and no explicit epoch is supplied - Updates to data for Polar regions, Algeria and Spain +### Deprecated +- The namespace of all `*Point` classes have been tidied up and changed to from `PHPCoord` to `PHPCoord\Point` e.g. + `PHPCoord\GeographicPoint` is now `PHPCoord\Point\GeographicPoint`. An alias has been provided, all existing + code referencing the old names will continue to work ## [5.4.0] - 2023-05-27 ### Added @@ -273,8 +279,9 @@ Initial release of this fork (based off of v2.3 of original) - Eastings and northings are rounded to 1m, and lat/long to 5dp (approx 1m) to avoid any misconceptions that precision is the same thing as accuracy. - When calculating surface distances, a more accurate mean radius is now used rather than that derived from historical definitions of a nautical mile -[Unreleased]: https://github.com/dvdoug/PHPCoord/compare/v5.4.0...HEAD +[Unreleased]: https://github.com/dvdoug/PHPCoord/compare/v5.5.0...HEAD +[5.5.0]: https://github.com/dvdoug/PHPCoord/compare/v5.4.0...v5.5.0 [5.4.0]: https://github.com/dvdoug/PHPCoord/compare/v5.3.1...v5.4.0 [5.3.1]: https://github.com/dvdoug/PHPCoord/compare/v5.3.0...v5.3.1 [5.3.0]: https://github.com/dvdoug/PHPCoord/compare/v5.2.0...v5.3.0 diff --git a/docs/coordinate_conversions_easy.rst b/docs/coordinate_conversions_easy.rst index 8a1004159..363fb64f8 100644 --- a/docs/coordinate_conversions_easy.rst +++ b/docs/coordinate_conversions_easy.rst @@ -20,7 +20,7 @@ Examples: