Skip to content

Commit 54ca5da

Browse files
authored
Merge pull request #45 from c2g-dev/version_0.1.6
Update documents for v0.1.6
2 parents de902d7 + d1f9d02 commit 54ca5da

File tree

4 files changed

+131
-104
lines changed

4 files changed

+131
-104
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
9+
## 0.1.6 (2025-09-22)
10+
11+
### Added
12+
- Added `add_metapath` by @yu-ta-sato in https://github.com/c2g-dev/city2graph/pull/43
13+
- Added `set_missing_pos_from` with default of `("x", "y")` in `nx_to_gdf` in https://github.com/c2g-dev/city2graph/pull/43
14+
15+
16+
### Changed
17+
- Refactored test codes and adjusted sources by @yu-ta-sato in https://github.com/c2g-dev/city2graph/pull/44
18+
19+
### Fixed
20+
- Set None as default for `edge_id_col` in `dual_graph` in https://github.com/c2g-dev/city2graph/pull/43
21+
22+
### Documentation
23+
- Added examples of `add_metapaths` in https://city2graph.net/examples/adding_metapaths.ipynb
24+
25+
826
## 0.1.5 (2025-09-19)
927

1028
### Added
@@ -14,9 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1432
### Changed
1533
- Improved computation efficiency in `_add_edges`
1634

17-
### Changed
18-
- N/A
19-
2035
### Fixed
2136
- Fixed the issue [#30](https://github.com/c2g-dev/city2graph/issues/30)
2237
- Fixed the issue [#31](https://github.com/c2g-dev/city2graph/issues/31)

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.5
16-
date-released: 2025-09-19
15+
version: 0.1.6
16+
date-released: 2025-09-22
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.5
43+
version: 0.1.6
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.5"
7+
version = "0.1.6"
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)