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
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ authors:
given-names: "Anastassia"
orcid: "https://orcid.org/0000-0001-6915-2561"
title: "GrowBikeNet"
version: 0.11.1
date-released: 2026-07-17
version: 0.12.0
date-released: 2026-08-05
url: "https://github.com/BikeNetKit/GrowBikeNet"
preferred-citation:
type: article
Expand Down
13 changes: 13 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## Version 0.12.0 (2026-08-05)

- ✨ Implemented point and trip data import with weighted growth
- πŸ“ Added and polished several usage docs
- ♻️ Renamed many variables, functions, and added underscores for internal ones
- πŸ“ˆ Overhauled plot creation
- πŸ‘· Added pytest-mpl for plot testing
- πŸ‘· Added codecov
- πŸ› Updated docs and code with warnings to ensure key 0 edges
- πŸ‘· Removed unused release-please
- βœ… Removed online tests temporarily
- πŸ“ Fixed docs source variable, added edit button and key navigation

## Version 0.11.1 (2026-07-17)

- πŸ› Fixed validate seed point bug
Expand Down
2 changes: 1 addition & 1 deletion growbikenet/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""growbikenet package version."""

__version__ = "0.11.1"
__version__ = "0.12.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 = "growbikenet"
version = "0.11.1"
version = "0.12.0"
authors = [
{ name = "Michael Szell", email = "michael@szell.net"},
{ name = "Manuel Knepper"},
Expand Down
Loading