Skip to content

Commit a9f663c

Browse files
authored
Merge pull request #37 from c2g-dev/version_release_0.1.3
Version release 0.1.3
2 parents b94dd22 + 1ee417a commit a9f663c

File tree

5 files changed

+40
-25
lines changed

5 files changed

+40
-25
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.3 (2025-09-14)
9+
10+
### Added
11+
- Added `contiguity_graph`
12+
13+
### Changed
14+
- Updated dependent packages and tools
15+
16+
### Fixed
17+
- Fixed issues in `_directed_graph`
18+
- [`#30`](https://github.com/c2g-dev/city2graph/issues/30)
19+
- [`#31`](https://github.com/c2g-dev/city2graph/issues/31)
20+
21+
### Documentation
22+
- Added examples of `contiguity_graph` in https://city2graph.net/examples/generating_graphs_by_proximity.html
23+
824
## 0.1.2 (2025-07-17)
925

1026
### 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.1.2
16-
date-released: 2025-07-12
15+
version: 0.1.3
16+
date-released: 2025-09-14
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.2
43+
version: 0.1.3
4444
url: "https://github.com/c2g-dev/city2graph"
4545
year: 2025

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ If you use city2graph in your research, please cite it as follows:
176176
year = {2025},
177177
url = {https://github.com/c2g-dev/city2graph},
178178
doi = {10.5281/zenodo.15858845},
179-
version = {0.1.1}
180179
}
181180
```
182181

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.2"
7+
version = "0.1.3"
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)