Releases: dickeyy/go-distances
Releases · dickeyy/go-distances
v1.3.6
Tests
- Added tests for 100% coverage of utils package #14 - ff1c13a
- Added tests for ~66% coverage of main package #14 - 0e4187b
- Added codecov for coverage reporting and monitoring #14 - f2ac4c7
v1.3.4
Enhancements
- Modernized for loops [PR #10]
Maintenance
- Bumped Go module version from 1.23.x to 1.24 [PR #3]
- Bumped Go version in GH actions from 1.23.x to 1.24.x [PR #7]
Documentation
- Added godocs for all packages [PR #5]
- Added pkg.go.dev badge to readme [PR #9]
v1.3.3
Added test cases for the distance calculators
v1.3.2
Support floats for earthRadius
v1.3.1
Added sloc
to the valid formulas array.
v1.3.0
- Added Spherical Law of Cosines function
- Updated Haversine function to match the spec
- Added a formula readme to explain each of the equations
v1.2.2
- Added a
test-all-data.sh
file to quickly test multiple files in a test data directory.
- Fixed a bug where slices weren't initialized before usage.
v1.2.1
Added a small util to convert from degrees to radians.
v1.2.0
Added the ability to import data automatically from a JSON file. This makes it much easier to test many points without manually typing them all in.