Skip to content

Releases: BikeNetKit/GrowBikeNet

v0.7.1

04 May 14:32
abff219

Choose a tag to compare

Version 0.7.1 (2026-05-04)

  • 🧹 Make edge overlap removal ~5x faster

v0.7.0

04 May 11:55
2da773c

Choose a tag to compare

Version 0.7.0 (2026-05-04)

  • 🆕 Added option to grow from existing bicycle network
  • 🆕 Added option to fetch data from OSM via shape file
  • 🆕 Export to GPKG or GeoJSON
  • 🐛 Fixed and polished precommit hooks
  • 🧹 Update folder structure for results
  • 🆕 Export seed points and city boundary too
  • 💾 Round exported coordinates for smaller file sizes
  • 🧹 Removed "all" ranking option

v0.6.0

28 Apr 07:54
0eaab4d

Choose a tag to compare

Version 0.6.0 (2026-04-28)

  • 🔧 Bug fix for metric calculation
  • ⬆️ implemented delaunay triangulation for performance improvements
  • ⬆️ improved readme to distuingish between use/development

v0.5.2

13 Apr 07:08
3d4e25d

Choose a tag to compare

Version 0.5.2 (2026-04-13)

  • ✨ Initial release ✨
  • 🔧 Full reimplementation of code from paper "Growing Urban Bicycle Networks" https://github.com/mszell/bikenwgrowth
  • ⬆️ Automated testing via pytest as well as pipeline for package deployment to pip