Skip to content

Releases: dickeyy/go-distances

v1.3.6

05 Mar 11:01
400936e
Compare
Choose a tag to compare

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.5

05 Mar 10:10
fa7dc42
Compare
Choose a tag to compare

Documentation

  • Fixed godocs [PR #12]

v1.3.4

05 Mar 09:56
319eb58
Compare
Choose a tag to compare

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

21 Feb 22:29
059aa5b
Compare
Choose a tag to compare

Added test cases for the distance calculators

v1.3.2

17 Feb 22:33
dc119c0
Compare
Choose a tag to compare

Support floats for earthRadius

v1.3.1

17 Feb 21:19
79e57c2
Compare
Choose a tag to compare

Added sloc to the valid formulas array.

v1.3.0

17 Feb 00:55
f34089a
Compare
Choose a tag to compare
  • 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

17 Feb 00:28
9daec6b
Compare
Choose a tag to compare
  • 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

17 Feb 00:10
4e890c9
Compare
Choose a tag to compare

Added a small util to convert from degrees to radians.

v1.2.0

17 Feb 00:06
480f823
Compare
Choose a tag to compare

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.