Changes in version 2.5.3 - Fixes an NA matching error within get_lewis() that would break downloads for certain congress-state pairs (#17). - Expands inline documentation to provide better descriptions of arguments and goals of functions. Changes in version 2.5.2 (2025-12-11) - Fixes a CRAN download issue for invalid links for Lewis, DeVine, Pitcher, and Martis shapefiles. Changes in version 2.5.1 - Updates Maine for get_alarm() to grab updated files that have full coverage for the state. - Fixes an issue where block2prec() would fail if there were units in to that had no matches in from. Changes in version 2.5.0 (2025-09-01) - Adds large speed improvements to geo_match(). Changes in version 2.4.0 - Replaces magrittr pipe with the base R pipe internally and in examples. - Improves handling of columns within block2prec(). - Adds an attribute to geo_match() when the last precinct in to is not matched. This can later be used when filling missing precincts (the implicit 0s). Changes in version 2.3.0 (2024-02-15) - Adds support for downloading Jeffrey B. Lewis's historical congressional districts with `get_lewis() - Adds support for downloading RPV Near Me datasets with get_rpvnearme() - Corrects normalized global Moran's I calculation (#12), thanks @CoryMcCartan. - Fixes a download issue for get_dra() Changes in version 2.2.0 - Updates dependencies for easier installation. - Allows for use of circle as a method in geo_match(). - Adds a by argument to geo_match() for subsetting to known matching regions. - Uses redist in vignettes only conditionally. - Massive improvements in performance for check_contiguity(). Changes in version 2.1.1 - Fixes missing tolerance bug in geos_circle_center(). - Adds experimental regionalizion approach, regionalize(). Changes in version 2.1.0 (2022-06-23) - Avoid indirect download for get_alarm(). Fixes bug where block level data resulted in mismatched geometry. - Add st_circle_center() and geos_circle_center() for centroid of the maximum inscribed circle. - Add baf_to_vtd() function to approximate BAFs at the VTD level. Changes in version 2.0.2 (2021-12-08) - Drop spdep dependency to avoid timeouts on checking examples. Changes in version 2.0.0 - check_contiguity() orders by most frequent component, so less common components have higher numbers. - Uses geos for geographic computations over sf to avoid s2 where possible and introduce speed improvements. - Uses cli package for progress reporting. - adjacency renamed to adj to match redist naming. - Updates r2dra and dra2r to work off of 2020 geometries. - Majority of functions gain epsg argument to project for accuracy relative to projection. Changes in version 1.1.2 - Fixes website redirects for CRAN. - Improves flexibility in block2prec. - Updates default year to 2020 for create_block_table(). - Adds a polygon contiguity check. Slower than the standard contiguity check, but covers more edge cases. Changes in version 1.1.1 - Replace PL94171 import with tigris. Changes in version 1.1.0 - Collapse county calls into one for create_block_table() - Update variables to allow 2000 support in create_block_table() - Add VEST import tools - Fix edge case where no geo_match for final entries in estimate_down() - Add ALARM import tools Changes in version 1.0.9 - Address SD and AK create_block_table assumptions Changes in version 1.0.8 (2021-06-16) - downgrade CRS for solaris 2005 build Changes in version 1.0.7 (2021-06-14) - Shortens vignettes for CRAN build speed Changes in version 1.0.6 - updates for sf 1.0-0 compatibility - makes sure all examples run Changes in version 1.0.5 - adds orange dataset to bring back a vignette - brings back 1/2 vignettes - updates create_tract_table with better names - begins use of testthat Changes in version 1.0.4 - adds rockland dataset containing simplified geometry blocks and precincts - adds draft split_precinct function (functional but not 100% stable) - introduces better race column names for create_block_table (tract update planned for 1.0.5) Changes in version 1.0.3 - makes vignettes GitHub only to allow for CRAN submission Changes in version 1.0.2 - makes geo_filter and geo_trim more stable and consistent - spell checks Changes in version 1.0.1 - speed up suggest_component_connection - adds functions for using plans with Dave's Redistricting Changes in version 1.0.0 - First release of geomander.