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 @@
{
".": "1.0.1"
".": "1.0.2"
}
17 changes: 17 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.2](https://github.com/BikeNetKit/superblockify/compare/1.0.1...v1.0.2) (2026-03-20)


### Bug Fixes

* TypeError in utils ([fc622f3](https://github.com/BikeNetKit/superblockify/commit/fc622f354f34da287ffef32c1939351d6f229e0b))
* use inbuilt `sum` due to `numpy` incomp. ([982e4d9](https://github.com/BikeNetKit/superblockify/commit/982e4d988a03ee0e1f8beb67674337d3fd346a20)) [#104](https://github.com/BikeNetKit/superblockify/pull/104)
* Use partitioner copy fixture ([d38ac6e](https://github.com/BikeNetKit/superblockify/commit/d38ac6e3742d3198dba8171402f24f411df50bab))

### Documentation

* Add Master Thesis link and references ([733b644](https://github.com/BikeNetKit/superblockify/commit/733b64448f4bdb22075f8e6d747bc08a3c2855b7))

### Acknowledgements

Thanks to @juanfonsecaLS1 for testing and feedback.

## Version 1.0.1 (2024-12-04)

* 🧹 Lint: Reconfigured linting settings.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
project = "superblockify"
copyright = f"2023-{datetime.now().year}, superblockify developers"
author = "superblockify developers"
release = "1.0.1" # x-release-please-version
release = "1.0.2" # x-release-please-version

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion superblockify/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""superblockify package version."""

__version__ = "1.0.1" # x-release-please-version
__version__ = "1.0.2" # x-release-please-version
Loading