Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 0.2.3 (2026-01-07)

### Added
- N/A

### Changed
- N/A

### Fixed
- Fixed `edge_feature_cols` logic in `gdf_to_pyg` for heterogeneous graphs
- Fixed `robots.txt` configuration

### Documentation
- Updated `robots.txt`


## 0.2.2 (2026-01-04)

### Added
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ authors:
repository-code: "https://github.com/c2g-dev/city2graph"
url: "https://city2graph.net"
license: BSD-3-Clause
version: 0.2.2
date-released: 2026-01-04
version: 0.2.3
date-released: "2026-01-07"
keywords:
- GeoAI
- Graph Neural Networks
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "city2graph"
version = "0.2.2"
version = "0.2.3"
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."
authors = [
{name = "Yuta Sato", email = "y.sato@liverpool.ac.uk"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.