Skip to content

Commit

Permalink
version bump -> 0.0.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed May 18, 2020
1 parent e147d48 commit 8337af9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: geodist
Title: Fast, Dependency-Free Geodesic Distance Calculations
Version: 0.0.3.004
Version: 0.0.4
Authors@R: c(
person("Mark", "Padgham", email="[email protected]", role=c("aut", "cre")),
person("Michael D.", "Sumner", role="aut"),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# v0.0.3.X
# v0.0.4

Major changes:
- Add 'geodist_vec()' function to accept individual vectors

Minor changes:
- bug fix for cheap distances between single point; thanks to @mem48
- bug fix for cheap distances between single points; thanks to @mem48

# v0.0.3

Expand Down
15 changes: 11 additions & 4 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org"],
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org"
],
"@type": "SoftwareSourceCode",
"identifier": "geodist",
"description": "Dependency-free, ultra fast calculation of geodesic distances.\n Includes the reference nanometre-accuracy geodesic distances of Karney\n (2013) <doi:10.1007/s00190-012-0578-z>, as used by the 'sf' package, as well\n as Haversine and Vincenty distances. Default distance measure is the \"Mapbox\n cheap ruler\" which is generally more accurate than Haversine or Vincenty for\n distances out to a few hundred kilometres, and is considerably faster. The\n main function accepts one or two inputs in almost any generic rectangular\n form, and returns either matrices of pairwise distances, or vectors of\n sequential distances.",
"name": "geodist: Fast, Dependency-Free Geodesic Distance Calculations",
"codeRepository": "https://github.com/hypertidy/geodist",
"issueTracker": "https://github.com/hypertidy/geodist/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.3.4",
"version": "0.0.4",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -80,8 +83,12 @@
"softwareRequirements": [],
"releaseNotes": "https://github.com/hypertidy/geodist/blob/master/NEWS.md",
"readme": "https://github.com/hypertidy/geodist/blob/master/README.md",
"fileSize": "69.428KB",
"contIntegration": ["https://travis-ci.org/hypertidy/geodist", "https://ci.appveyor.com/project/hypertidy/geodist", "https://codecov.io/gh/hypertidy/geodist"],
"fileSize": "69.436KB",
"contIntegration": [
"https://travis-ci.org/hypertidy/geodist",
"https://ci.appveyor.com/project/hypertidy/geodist",
"https://codecov.io/gh/hypertidy/geodist"
],
"developmentStatus": "http://www.repostatus.org/#active",
"relatedLink": "https://CRAN.R-project.org/package=geodist"
}

0 comments on commit 8337af9

Please sign in to comment.