Skip to content

v1.0.0

Latest

Choose a tag to compare

@yu-ta-sato yu-ta-sato released this 01 Aug 08:39
· 5 commits to main since this release

What's Changed

Features

Performance

  • Optimize concave hull performance and tessellation boundaries by @yu-ta-sato in #189
  • Replace dense proximity distance matrices with sparse neighbor queries by @yu-ta-sato in #193
  • Vectorize Overture segment post-processing by @yu-ta-sato in #200
  • Vectorize PyG conversion paths by @yu-ta-sato in #201
  • Defer metapath path materialization and vectorize reducers by @yu-ta-sato in #202
  • Reduce GeoDataFrame copy and concat churn in morphology pipelines by @yu-ta-sato in #204

Bug fixes

Refactoring and internals

  • Refactor: improve enclosed tessellation fallback handling by @yu-ta-sato in #185
  • Deduplicate homogeneous and heterogeneous PyG conversion paths by @yu-ta-sato in #203
  • Consolidate shared CRS, centroid, validation, and graph-index helpers by @yu-ta-sato in #207
  • Split utils.py into focused submodules by @yu-ta-sato in #209
  • Decompose oversized graph-building orchestrators into phase helpers by @yu-ta-sato in #210
  • Align transportation graph conversion and strengthen mobility tests by @yu-ta-sato in #211

Documentation and project

Dependencies and CI

New Contributors

Full Changelog: v0.4.0...v1.0.0