From 4e2f44ef5d28d9e34efaec23857add26a9d0a1b8 Mon Sep 17 00:00:00 2001 From: mpadge Date: Fri, 24 Feb 2023 13:18:28 +0100 Subject: [PATCH] CRAN version 0.2.1; closes #313 --- DESCRIPTION | 2 +- NEWS.md | 11 +++++++++-- codemeta.json | 36 +++++++----------------------------- 3 files changed, 17 insertions(+), 32 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a836a7eb..d122d2aa 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: osmdata Title: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects -Version: 0.2.0.008 +Version: 0.2.1 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Bob", "Rudis", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 0fa9332d..7de91602 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,14 @@ -0.2.0.00x (dev version) +0.2.1 =================== +## Major changes: + +- Very soft deprecation of `nodes_only` parameter in `opq` (#308, #312). + +## Minor changes + +- Couple of minor memory leak bug fixes in `osmdata_data_frame` C++ code. + 0.2.0 =================== @@ -16,7 +24,6 @@ This release welcomes a new package author @jmaspons. The lists of changes here - Fix key modifications for non-valid column names and handle duplicated column names in `osmdata_*` functions; by @jmaspons (#303) - @elipousson is new package contributor, thanks to the above work. - @jmaspons is new package author, thanks to #285 (plus most of the above, and a whole lot more!) -- Very soft deprecation of `nodes_only` parameter in `opq` (#308, #312). ## Minor changes: diff --git a/codemeta.json b/codemeta.json index b90c6a2e..23dbab38 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,14 +4,11 @@ "identifier": "osmdata", "description": "Download and import of 'OpenStreetMap' ('OSM') data as 'sf' or 'sp' objects. 'OSM' data are extracted from the 'Overpass' web server () and processed with very fast 'C++' routines for return to 'R'.", "name": "osmdata: Import 'OpenStreetMap' Data as Simple Features or Spatial Objects", - "relatedLink": [ - "https://docs.ropensci.org/osmdata/", - "https://CRAN.R-project.org/package=osmdata" - ], + "relatedLink": ["https://docs.ropensci.org/osmdata/", "https://CRAN.R-project.org/package=osmdata"], "codeRepository": "https://github.com/ropensci/osmdata/", "issueTracker": "https://github.com/ropensci/osmdata/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.0.008", + "version": "0.2.1", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -348,25 +345,12 @@ }, "sameAs": "https://CRAN.R-project.org/package=xml2" }, - "SystemRequirements": {} + "SystemRequirements": null }, "applicationCategory": "DataAccess", "isPartOf": "https://ropensci.org", - "keywords": [ - "open0street0map", - "openstreetmap", - "overpass0API", - "OSM", - "overpass-api", - "r", - "cpp", - "rstats", - "osm", - "osm-data", - "r-package", - "peer-reviewed" - ], - "fileSize": "14954.391KB", + "keywords": ["open0street0map", "openstreetmap", "overpass0API", "OSM", "overpass-api", "r", "cpp", "rstats", "osm", "osm-data", "r-package", "peer-reviewed"], + "fileSize": "14961.933KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -399,10 +383,7 @@ "issueNumber": "14", "datePublished": "2017", "isPartOf": { - "@type": [ - "PublicationVolume", - "Periodical" - ], + "@type": ["PublicationVolume", "Periodical"], "volumeNumber": "2", "name": "The Journal of Open Source Software" } @@ -411,10 +392,7 @@ ], "releaseNotes": "https://github.com/ropensci/osmdata/blob/master/NEWS.md", "readme": "https://github.com/ropensci/osmdata/blob/main/README.md", - "contIntegration": [ - "https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", - "https://app.codecov.io/gh/ropensci/osmdata" - ], + "contIntegration": ["https://github.com/ropensci/osmdata/actions?query=workflow%3AR-CMD-check", "https://app.codecov.io/gh/ropensci/osmdata"], "developmentStatus": "https://www.repostatus.org/#active", "review": { "@type": "Review",