1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
Revision history for Perl extension GIS-Distance.
0.20 2023-06-07T19:24:59Z
- Minor metadata and boilerplate updates.
- Fix typo in POD.
0.19 2021-01-30T06:07:58Z
- Changed licensing terms to be the same as Perl.
- Provide a .editorconfig instead of .lvimrc.
0.18 2019-05-10T20:31:31Z
- Switch to the GNU General Public License version 3.
- Fixed pod error as reported by CPANTS.
- Documentation edits.
0.17 2019-03-17T17:01:31Z
- Finalize the new internal formula interface.
0.16 2019-03-16T22:19:33Z
- Renamed the args and module attributes to formula_args
and formula_module to make them less generic and a bit
more accurate.
- Fix a pretty bad math typo in the SPEED section.
- Lots of other documentation edits.
0.15 2019-03-13T06:06:09Z
- Support using Geo::Point as arguments to distance().
- Lots of documentation edits.
- Moved TODO section into GitHub issues.
- Added a benchmark to the SPEED section.
- Made a bunch of improvements to the author tools.
0.14 2019-03-10T05:04:54Z
- Add GIS::Distance::ALT formula.
- Removed distance_km().
0.13 2019-03-09T12:32:55Z
- Add abs() to Haversine.
- Added GIS::Distance::Null, the fastest formula yet.
0.12 2019-03-08T18:32:13Z
- Added the distance_metal() method to GIS::Distance.
- Various documentation edits, including a new SPEED section.
0.11 2019-03-07T22:23:02Z
- Support the GIS_DISTANCE_PP environment variable.
- Don't support older ::Formula modules, makes no sense and
they wouldn't work anyways.
- Declare Carp dep.
- Lots and lots of documentation edits.
- Recommend the newer GIS::Distance::Fast.
0.10 2019-03-07T16:28:48Z
- WARNING: The GIS::Distance object is now immutable, thus the
formula can no longer be set with the formula attribute!
- Moved GIS::Distance::GeoEllipsoid to a separate distro.
- Added the distance_km() method to GIS::Distance.
- Removed Moo and Type::Tiny, all unecessary, simple OO.
- Move GIS::Distance::Formula:: modules to GIS::Distance::.
- Migrate build tooling from Dist::Zilla to Minilla.
0.09 2015-06-11
- Move away from Any::Moose to Moo (yay!).
- Better formula loading logic.
- Support single-arg (formula) GIS::Distance instantiation.
0.08 2012-03-23
- Release with Dist::Zilla.
- Fix Great Circle formula to use ** instead of ^.
0.07 2010-02-02
- Use Any::Moose instead of Moose directly.
- Declare namespace::autoclean dependency.
0.06 2010-01-30
- Minor build updates to include some extra info (github, etc).
0.05 2010-01-30
- Speed improvements under Moose (now uses immutable).
0.04 2009-06-29
- Fixed for latest Moose.
- Fixed for latest Class::Measure.
0.03
- Fixed for latest Moose.
- Reduced the README to a one-liner.
- Added docs to GIS::Distance::Formula.
- Fixed some documentation typos that were using GID instead of GIS.
- Fixed a typo that mispelled "formula" as "formuka".
- Refer to GIS::Distance::Fast in the SEE ALSO section.
- Added a one liner to the SYNOPSIS showing how to used the returned distance object.
- Added a TEST COVERAGE section with output from Devel::Cover.
0.02 2008-03-16
- Added Geoid to the TODO section.
- Using Module::Install now.
- Moved all formulas in to the GIS::Distance::Formula namespace.
- Using Moose for all OO now.
- Added tests (bout time!).
- Added support for the up-and-coming ::Fast:: modules.
- Added (BROKEN) to the abstract for the GreatCircle and Polar formulas.
- Fixed POD testing.
- Changed version scheme to use the simple x.xx format.
0.01001 2006-09-20
- Added basic META.yml.
- Geo::Ellipsoid support.
- Added a TODO section.
- Various bug fixes to the Vincenty formula.
- GreatCircle formula marked as broken.
- Added a dev script for graphing the deviations in the formulas.
0.01000 2006-09-19
- Renamed from Geo::Distance to GIS::Distance.
- Moved distance calculations in to their own modules.
- Use Class::Measure::Length to handle distance return values.
- Test POD syntax.
- Forked from Geo::Distance 0.11.
|