Recent Releases of rcoins

rcoins - v0.3.2

What's Changed

  • Fix restore timeout option by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/73
  • Fix reference in DESCRIPTION by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/74
  • Bump version to 0.3.2 by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/75

Full Changelog: https://github.com/CityRiverSpaces/rcoins/compare/v0.3.1...v0.3.2

- R
Published by fnattino 9 months ago

rcoins - v0.3.1

What's Changed

  • Replace file URIs with URLs by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/70
  • Bump version to 0.3.1 by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/71

Full Changelog: https://github.com/CityRiverSpaces/rcoins/compare/v0.3.0...v0.3.1

- R
Published by fnattino 9 months ago

rcoins - v0.3.0

What's Changed

  • Fix for missing CRiSpData by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/59
  • Other small fixes by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/60
  • Fix typo in CFF file by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/61
  • Update NEWS.md to reflect 0.2.0 release by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/62
  • Remove CRiSpData dependency by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/64
  • Remove action to update codemeta file by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/65
  • Fix URLs by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/67
  • Bump version to 0.3.0 by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/68

Full Changelog: https://github.com/CityRiverSpaces/rcoins/compare/v0.2.0...v0.3.0

- R
Published by fnattino 9 months ago

rcoins - v0.2.0

What's Changed

  • Fix rendering of package information on the pkgdown website by @cforgaci in https://github.com/CityRiverSpaces/rcoins/pull/42
  • Add DOI by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/43
  • Contributing guidelines by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/44
  • Fixes to docs by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/45
  • Test on real data by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/46
  • 2 comparison with momepy by @vanlankveldthijs in https://github.com/CityRiverSpaces/rcoins/pull/47
  • Do not skip edges where a stroke has already passed by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/48
  • Remove explicit return statements (linting) by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/50
  • Remove packaged data in favour of using CRiSpData repository by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/49
  • Fixing elements for CRAN release by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/52
  • Fix for README.md by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/53
  • Add codemeta.json and action to keep it updated by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/55
  • Update codemeta action by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/56
  • bump version by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/57
  • Fix to avoid issues with branch protection rules by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/58

Full Changelog: https://github.com/CityRiverSpaces/rcoins/compare/v0.1.0...v0.2.0

- R
Published by fnattino 11 months ago

rcoins - v0.1.0

What's Changed

  • First implementation of COINS by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/1
  • Update docs by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/11
  • Bug fix for closed rings by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/13
  • improve performance by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/15
  • Fix reciprocity issue for from_edge by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/21
  • Add support for from_edge by @SarahAlidoost in https://github.com/CityRiverSpaces/rcoins/pull/19
  • Implement flow mode by @SarahAlidoost in https://github.com/CityRiverSpaces/rcoins/pull/22
  • Alternative conda installation by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/23
  • Implement attribute mode by @SarahAlidoost in https://github.com/CityRiverSpaces/rcoins/pull/25
  • Refactored functions by @cforgaci in https://github.com/CityRiverSpaces/rcoins/pull/16
  • Precision fix by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/28
  • Fixing no visible binding for global variable by @cforgaci in https://github.com/CityRiverSpaces/rcoins/pull/17
  • Refactor with closures by @cforgaci in https://github.com/CityRiverSpaces/rcoins/pull/32
  • Store node as a matrix by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/33
  • Add changelog file by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/35
  • Add CITATION.cff file by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/34
  • Added a test city (streets and river centerline) to use for testing rcoins by @vanlankveldthijs in https://github.com/CityRiverSpaces/rcoins/pull/27
  • Fix for from_edge and rings by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/31
  • Add draft vignette by @cforgaci in https://github.com/CityRiverSpaces/rcoins/pull/26
  • Add README example by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/38
  • Prepare release 0.1.0 by @fnattino in https://github.com/CityRiverSpaces/rcoins/pull/39

New Contributors

  • @fnattino made their first contribution in https://github.com/CityRiverSpaces/rcoins/pull/1
  • @SarahAlidoost made their first contribution in https://github.com/CityRiverSpaces/rcoins/pull/19
  • @cforgaci made their first contribution in https://github.com/CityRiverSpaces/rcoins/pull/16
  • @vanlankveldthijs made their first contribution in https://github.com/CityRiverSpaces/rcoins/pull/27

Full Changelog: https://github.com/CityRiverSpaces/rcoins/commits/v0.1.0

- R
Published by fnattino about 1 year ago