Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.6.0"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Python package `linkbikenet` finds links between the disconnected components
LinkBikeNet is a decision support tool for urban planners. It is also useful for proactive citizens to create a compelling vision for urban cycling in their city, and it aims to foster research on bicycle networks.

## When to use
GrowBikeNet works well for cities that have some bicycle infrastructure in the form of disconnected components. This is the case for most cities in Europe. Recommended example cities to link components: Budapest, Dublin, Tirana
LinkBikeNet works well for cities that have some bicycle infrastructure in the form of disconnected components. This is the case for most cities in Europe. Recommended example cities to link components: Budapest, Dublin, Tirana

For alternative approaches, consider using [GrowBikeNet](https://github.com/BikeNetKit/GrowBikeNet) or [FixBikeNet](https://github.com/BikeNetKit/FixBikeNet).

Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.6.0 (2026-08-19)

- ✨ implemented closest-to-closest algorithm
- ✨ added import option for street network
- ✨ added network connectivity metrics to output and changed file naming
- 🔧 added settings.py

## Version 0.5.0 (2026-07-27)

- ✨Initial release ✨
Expand Down
2 changes: 1 addition & 1 deletion linkbikenet/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""linkbikenet package version."""

__version__ = "0.5.0" # x-release-please-version
__version__ = "0.6.0" # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "linkbikenet"
version = "0.5.0"
version = "0.6.0"
authors = [
{ name = "Manuel Knepper" },
{ name = "Michael Szell" },
Expand Down
Loading