Skip to content

Commit 44be042

Browse files
authored
Merge pull request #42 from c2g-dev/version_0.1.5
Update version to v0.1.5
2 parents 46a9101 + c46d9d0 commit 44be042

File tree

4 files changed

+139
-113
lines changed

4 files changed

+139
-113
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 0.1.4 (2024-09-16)
8+
## 0.1.5 (2025-09-19)
9+
10+
### Added
11+
- Added `contiguity_graph`
12+
- Added `group_nodes`
13+
14+
### Changed
15+
- Improved computation efficiency in `_add_edges`
16+
17+
### Changed
18+
- N/A
19+
20+
### Fixed
21+
- Fixed the issue [#30](https://github.com/c2g-dev/city2graph/issues/30)
22+
- Fixed the issue [#31](https://github.com/c2g-dev/city2graph/issues/31)
23+
24+
### Documentation
25+
- Added examples of `contiguity_graph` and `group_nodes` in https://city2graph.net/examples/generating_graphs_by_proximity.ipynb
26+
27+
28+
29+
## 0.1.4 (2025-09-16)
930

1031
### Added
1132
- Added `od_matrix_to_graph`

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ authors:
1212
repository-code: "https://github.com/c2g-dev/city2graph"
1313
url: "https://city2graph.net"
1414
license: BSD-3-Clause
15-
version: 0.1.4
16-
date-released: 2025-09-16
15+
version: 0.1.5
16+
date-released: 2025-09-19
1717
keywords:
1818
- GeoAI
1919
- Graph Neural Networks
@@ -40,6 +40,6 @@ preferred-citation:
4040
family-names: Sato
4141
4242
affiliation: University of Liverpool
43-
version: 0.1.4
43+
version: 0.1.5
4444
url: "https://github.com/c2g-dev/city2graph"
4545
year: 2025

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "city2graph"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "A Python library for Geospatial Graph Neural Networks and GeoAI for Urban Analytics with PyTorch Geometric. Convert geospatial data to graphs for spatiotemporal analysis, urban mobility studies, and more."
99
authors = [
1010
{name = "Yuta Sato", email = "[email protected]"}

0 commit comments

Comments
 (0)