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
6 changes: 4 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ authors:
orcid: "https://orcid.org/0000-0001-6915-2561"
- family-names: "Szell"
given-names: "Michael"
orcid: "https://orcid.org/0000-0003-3022-2483"
title: "FixBikeNet"
version: 0.7.0
date-released: 2026-06-25
version: 0.8.0
date-released: 2026-09-03
url: "https://github.com/BikeNetKit/FixBikeNet"
preferred-citation:
type: article
Expand All @@ -24,6 +25,7 @@ preferred-citation:
given-names: "Astrid"
- family-names: "Szell"
given-names: "Michael"
orcid: "https://orcid.org/0000-0003-3022-2483"
doi: "10.1111/gean.12324"
journal: "Geographical Analysis"
start: 1
Expand Down
16 changes: 16 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Version 0.8.0 (2026-09-03)

- πŸ› Fixed bug with declustering
- ✨ Added city boundary import
- βœ… Added test_main
- πŸ› Made PBI tagging consistent with custom filters
- ✨ Added street name export
- ✨ Added minimum gap length option
- ⚑️ Optimized bottlenecks
- πŸ› Fixed bug with non-metric CRS, now estimating UTM
- πŸ’„ Added tqdm progress bars with silent mode
- βž– Removed unneeded dependencies and extensions
- πŸ“„ Upgraded license to AGPL
- ⬆️ Upgraded dependencies and Python versions
- πŸ”§ Updated project metadata

## Version 0.7.0 (2026-06-25)

- πŸ”§ moved from config.yml to config.py setup in package
Expand Down
2 changes: 1 addition & 1 deletion fixbikenet/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""fixbikenet package version."""

__version__ = "0.7.0"
__version__ = "0.8.0"
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 = "fixbikenet"
version = "0.7.0"
version = "0.8.0"
authors = [
{name = "Manuel Knepper"},
{name = "Anastassia Vybornova"},
Expand Down
Loading