Skip to content

Commit 4f785ca

Browse files
committed
Update docs
1 parent 9693e63 commit 4f785ca

6 files changed

Lines changed: 68 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ 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.3.1 (2026-03-21)
10+
11+
### Added
12+
- Added regression coverage for undirected metapath deduplication in `add_metapaths()` and `add_metapaths_by_weight()` across GeoDataFrame and NetworkX graph outputs.
13+
14+
### Changed
15+
- Refreshed the locked dependencies in `uv.lock`.
16+
17+
### Fixed
18+
- Fixed undirected metapath materialization so mirrored traversals collapse into one path signature when `directed=False`.
19+
- Fixed undirected weighted metapath extraction so endpoint pairs are emitted only once instead of duplicating reversed edges.
20+
21+
### Documentation
22+
- Updated release metadata and versioned documentation links for `v0.3.1`.
23+
24+
925
## 0.3.0 (2026-03-15)
1026

1127
### Added

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.3.0
16-
date-released: "2026-03-15"
15+
version: 0.3.1
16+
date-released: "2026-03-21"
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.3.0
43+
version: 0.3.1
4444
url: "https://github.com/c2g-dev/city2graph"
4545
year: 2026

docs/examples/add_metapaths.ipynb

Lines changed: 46 additions & 6 deletions
Large diffs are not rendered by default.

docs/robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ User-agent: *
22
Allow: /
33
Sitemap: https://city2graph.net/latest/sitemap.xml
44
Sitemap: https://city2graph.net/stable/sitemap.xml
5+
Sitemap: https://city2graph.net/0.3.1/sitemap.xml
56
Sitemap: https://city2graph.net/0.3.0/sitemap.xml
67
Sitemap: https://city2graph.net/0.2.4/sitemap.xml
78
Sitemap: https://city2graph.net/0.2.3/sitemap.xml

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.3.0"
7+
version = "0.3.1"
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)