Skip to content

Releases: geomarker-io/addr

addr 0.6.0

22 Oct 19:43
2654181
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

addr 0.5.0

22 Oct 19:04
Compare
Choose a tag to compare

What's Changed

  • addr_match_geocode() reports more specific match_method for tiger matching ("street" or "range") by @cole-brokamp in #25
  • addr matched to tiger street but no range returns closest range by @cole-brokamp in #30
  • print addr objects in color and with style to visually represent tags by @cole-brokamp in #34
  • example code for working with s2 parent cells and mapping with rdeck by @cole-brokamp in #33
  • use dummy address components for better addr parsing of tiger street range names by @erikarasnick in #35

New Contributors

Full Changelog: v0.4.0...v0.5.0

addr 0.4.0

02 Oct 23:15
ba5a81c
Compare
Choose a tag to compare

What's Changed

  • tiger_block_group() can handle s2 vectors with NA values by @cole-brokamp in #18
  • tiger matching returns all street ranges when number is out of range by @cole-brokamp in #19
  • geocoding with matching and tiger range matching by @cole-brokamp in #20

Full Changelog: v0.3.1...v0.4.0

addr 0.3.1

24 Sep 20:11
Compare
Choose a tag to compare

quick fix to export other addr_match functions

addr 0.3.0

23 Sep 20:24
Compare
Choose a tag to compare

What's Changed

  • added example voter addresses data
  • changed how addr_match works under the hood; is now faster
  • added ability to simplify matched addr list into addr vector (in both address and street name/number matching)
  • added example eviction lab addresses
  • update example geocoding based on changes
  • check in voter geocode addr
  • use degauss for comparison geocoding

Full Changelog: v0.2.0...v0.3.0

addr 0.2.0

12 Sep 18:42
Compare
Choose a tag to compare

What's Changed

  • add matching to tigris street range by @cole-brokamp in #15
    • update cargo and roxygen
    • keep cagis addr just in package folder and as function cagis_addr()
    • cache downloads of tigris street ranges in R_USER_CACHE_DIR
    • addr_match_street for just matching on street names
    • use street match function for matching on tiger street ranges
    • add summarizing street range matches
    • change names; closes #16
    • update readme with new examples

Full Changelog: v0.1.0...v0.2.0

addr 0.1

09 Jul 20:36
Compare
Choose a tag to compare

initial release