Skip to content

Commit db42952

Browse files
committed
Update relevant part of repository from v0.2.1 -> v0.2.2
1 parent 6763d83 commit db42952

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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

88

9+
## 0.2.2 (2026-01-04)
10+
11+
### Added
12+
- Added support for extracting additional node/edge attributes during graph reconstruction
13+
14+
### Changed
15+
- N/A
16+
17+
### Fixed
18+
- N/A
19+
20+
### Documentation
21+
- Updated documents
22+
923
## 0.2.1 (2025-12-29)
1024

1125
### Added

CITATION.cff

Lines changed: 4 additions & 4 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.2.1
16-
date-released: 2025-12-29
15+
version: 0.2.2
16+
date-released: 2026-01-04
1717
keywords:
1818
- GeoAI
1919
- Graph Neural Networks
@@ -40,6 +40,6 @@ preferred-citation:
4040
family-names: Sato
4141
email: y.sato@liverpool.ac.uk
4242
affiliation: University of Liverpool
43-
version: 0.2.1
43+
version: 0.2.2
4444
url: "https://github.com/c2g-dev/city2graph"
45-
year: 2025
45+
year: 2026

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.2.1"
7+
version = "0.2.2"
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 = "y.sato@liverpool.ac.uk"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)