# centerline 0.2.4
(2025-09-09)
UPDATES
- compatibility with ggplot2 4.0.0
centerline 0.2.3 (2025-03-19)
UPDATES
- updated the geomtextpathversion to 0.1.5
centerline 0.2.2 (2025-03-16)
UPDATES
- the raybevelpackage is back on CRAN
- Added the explicit R>= 4.1.0 dependency
centerline 0.2.1 (2024-11-05)
UPDATES
- the raybevelpackage was removed from CRAN on October
22, 2024. It is not a core dependency, but it is crucial for some
functions in thecenterlinepkg. To maintainraybevel::skeletonizeaccessibility for thecnt_skeletonfunction,raybevelis temporarily
installed from GitHub.
centerline 0.2 (2024-10-01)
UPDATES
- geom_cnt_*function family for plotting centerlines
with ggplot2
centerline 0.1.3 (2024-09-29)
UPDATES
- Switched from rlangtocheckmatefor type
checks
- Web-only vignettes to reduce package size
centerline 0.1.2 (2024-09-28)
UPDATES
- Website launched with some vignettes.
centerline 0.1.1 (2024-09-27)
UPDATES
- Added a new argument to the cnt_skeleton()function —method. It should be either"voronoi"or"straight". Depending on it, the generating skeleton method
will change.
centerline 0.1 (2024-09-24)
UPDATES
centerline 0.0.5 (2024-09-23)
UPDATES
- Major refactoring of all core functions which led to a more stable
results
- Test coverage increased
Bug fixes
centerline 0.0.4 (2024-09-13)
UPDATES
- Two times increase in centerline guessing due to a change in the
search algorithm.
- Centerline guessing now occurs by calculating the longest path
between skeleton nodes, rather than polygon
nodes as it was previously. As a result, the final output is
smoother at the edges.
Bug fixes
centerline 0.0.3 (2024-05-17)
UPDATES
- Got rid of the rmapshaperdependency. Similar
performance achieved only withgeosin the backend.
- Full geossupport.
- More tests covering cnt_skeletonhave been added.
- Transition from SpatVectortogeos_geometryand vice versa now happens faster through thewkpackage, not throughsfas before.
centerline 0.0.2 (2024-05-07)
UPDATES
- cnt_path_guessperforms 1.25 times faster due to a
wiser usage of the- igraphand- geospackages.
The- tidygraphdependency has been removed.
- Now, the cnt_pathfamily returns oneLINESTRING, not a collection ofLINESTRINGS.
centerline 0.0.1 (2024-03-16)
NEW FEATURES
- New function added cnt_path_guesswhich returns the
longest centerline based on polygon only
UPDATES
- Twofold speed increase by converting from terraobjects
togeosoverwkpackage norsfas
it was earlier.
- Added ability to densify the input polygon through
geos::geos_densify
centerline 0.0.0.9000
(2024-03-01)
NEW FEATURES
- Core functionality is added through the cnt_skeletonfunction
- Super easy routing is implemented with cnt_pathfunction, which can be applied in cases with predefined starting and
ending points