All notable changes to this project will be documented in this
file.
The format is based on Keep a Changelog, and
this project adheres to Semantic Versioning.
Version 0.4.0 - 2025-08-20
Added
- Package logo is added #78
 
- The README.md file is now automatically generated from a .Rmd file
#82
 
Changed
- Example datasets are accessed from Zenodo (they were previously
retrieved from 4TUResearchData). To make the package check more robust
with respect to missing/failing data access, the vignette is frozen and
the test using example data is skipped on CRAN #83
 
Fixed
- Fixed DOI badge to point to all versions #79
 
- Fixed small CITATION.cff formatting and abstract field #80
 
- Calculating strokes on a network with a single segment is now
possible #84
 
Version 0.3.2 - 2025-05-27
Fixed
- Fix options (re-)setting in example data #73
 
- Reference updated in DESCRIPTION #74
 
Version 0.3.1 - 2025-05-24
Fixed
- Fixed URIs pointing to files not included in CRAN tarball #70
 
Version 0.3.0 - 2025-05-23
Changed
- Removed dependency from CRiSpData, a function is added to retrieve
the same dataset from a 4TU.ResearchData repository #64
 
- Remove GitHub action to update codemeta file - quite buggy, passing
when it should not #65
 
Fixed
- Fixes so that tests can run and vignettes built even if CRiSpData is
not available #59
 
- Other minor fixes, most notably the minimum R version set to 4.1 #60
 
- Fix for typo that prevents parsing of the CFF file #61
 
- Fixed the changelog (this file), moving commits after the 0.2.0 tag
to the new release #62
 
- Fixes for a couple of URLs that raised issues with
urlchecker #67 
Version 0.2.0 - 2025-04-03
Added
- DOI is added to CITATION.cff and README (badge) #43
 
- Contributing guidelines are added to the package #44
 
- Added gitHub action to compare stroke to momepy on pull request #47
 
- A test on real data is included #46, then
made more robust #52
 
- Added codemeta.json file, together with a GitHub action to keep it
updated #55
 
Changed
- Data was first resized to the city boundary (buffer is dropped) #46, then
completely removed from the package #49. We now
use data packaged in the CityRiverSpaces/CRiSpData repository.
 
- Bumped version, author field adjusted #57
 
Fixed
- Fix rendering of package information on the pkgdown website #42
 
- Small fixes to docstrings #45
 
- When an initial set of edges is provided, we do not skip through
segments that we have already considered in other strokes #48
 
- Remove explicit return statement to comply with linting warning #50
 
- Overall improvements of metadata files and documentation in
preparation to CRAN submission #52
 
- Typo fixed in README #53
 
- Fix for the GitHub action introduced in #55 #56 #58
 
Version 0.1.0 - 2024-12-16
Added
- First release of the package