Releases: c2g-dev/city2graph
v0.2.0
What's Changed
- Add rustworkx support by @yu-ta-sato in #62
- Refactor
proximity.pyby @yu-ta-sato in #63 - Add
source_node_typesandtarget_node_typesin the params ofbridge_nodesby @yu-ta-sato in #64 - Add
add_metapaths_by_weightsby @yu-ta-sato in #65 - Fix issues in proximity graph with a new parameter network_weight. by @yu-ta-sato in #66
- Add plot_graph by @yu-ta-sato in #68
- Refactor utils.py and tests by @yu-ta-sato in #69
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #67
- Refactor morphology.py by @yu-ta-sato in #70
- Update
create_isochroneby @yu-ta-sato in #71 - Fix docstrings of functions by @yu-ta-sato in #72
- Update docs and fix parameters for
add_metapaths_by_weightandadd_metapathsby @yu-ta-sato in #73 - Fix plot_graph and pyg related functions by @yu-ta-sato in #74
- Allow the output return of plot_graph as ax or ndarray by @yu-ta-sato in #75
- Add description of available types for Overture Maps by @yu-ta-sato in #76
- Migrate web framework by @yu-ta-sato in #77
- Fixed docs workflow by @yu-ta-sato in #78
- Update 0.1.7 -> 0.2.0 with modification of domain by @yu-ta-sato in #79
- Refactor actions and docs by @yu-ta-sato in #80
- Add alias to dev version by @yu-ta-sato in #81
- Add step to delete 'latest' version in deployment by @yu-ta-sato in #83
- Fix docs action by @yu-ta-sato in #84
- Use readthedocs by @yu-ta-sato in #85
- Fix readthedocs button by @yu-ta-sato in #86
- Fix button by @yu-ta-sato in #87 #88 #89
Full Changelog: v0.1.7...v0.2.0
v0.1.7
What's Changed
- DOCS: Update docs by @yu-ta-sato in #50
- Add dependabot.yaml by @yu-ta-sato in #51
- Fix type for time by @yu-ta-sato in #52
- Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #54
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #53
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions by @yu-ta-sato in #55
- DOC: Update docs by @yu-ta-sato in #56
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #57
- Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #58
- Update dependencies of
torch,geopandas, andoverturemapswith documents by @yu-ta-sato in #60 - Update version to v0.1.7 by @yu-ta-sato in #61
New Contributors
- @dependabot[bot] made their first contribution in #54
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- ENH: Add
add_metapathby @yu-ta-sato in #43 - Refactor test codes and adjusted sources by @yu-ta-sato in #44
- Update documents for v0.1.6 by @yu-ta-sato in #45
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Add
group nodesby @yu-ta-sato in #41 - Update version to v0.1.5 by @yu-ta-sato in #42
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- ENH: Add
od_matrix_to_graphby @yu-ta-sato in #38 - FIX: Fixed typo by @yu-ta-sato in #39
- DOC: Update docs for v0.1.4 by @yu-ta-sato in #40
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
-
ENH: Add
contiguity_graphby @yu-ta-sato in #32 -
FIX: Add logics of dealing with ids uniquely both for source and target in
_directed_graphby @yu-ta-sato and @danialowen in #34 -
FIX: Update weight calculation in
_directed_graphby @yu-ta-sato and @danialowen in #35 -
DOC: Update index.rst by @yu-ta-sato in #25
-
DOC: Update html title and metadata by @yu-ta-sato in #26
-
DOC: Add breadcrumbs by @yu-ta-sato in #27
-
DOC: Update install way by @yu-ta-sato in #28
-
DOC: Update notebook and document for
contiguity_graphby @yu-ta-sato in #33 -
CI/dev: bump setup-uv to v6, update ruff hook, refresh lockfile by @yu-ta-sato in #29
-
MTH: Update packages and tools by @yu-ta-sato in #36
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- FIX: Update ruff-pre-commit version by @yu-ta-sato in #15
- DOC: Add PR and issue templates by @yu-ta-sato in #16
- DOC: Update descriptions by @yu-ta-sato in #17
- DOC: Add badges and update documents by @yu-ta-sato in #18
- DOC: Fix html title by @yu-ta-sato in #19
- Doc: fix morphological graph name and data type for edge index in public_to_public_graph by @yu-ta-sato in #20
- ENH: Accept MultiGraph for morphological_graph and its relevant functions by @yu-ta-sato in #21
- DOC: Add CHANGELOG.md by @yu-ta-sato in #22
- Fix typo in index.rst by @yu-ta-sato in #24
- Fix typo in index.rst by @yu-ta-sato in #23
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- conda started been supported for the core dependencies
- citation is prepared
- DOC: update documents with correction and improved readability by @yu-ta-sato in #6
- DOC: delete unnecessary documents by @yu-ta-sato in #7
- DOC: update see also by @yu-ta-sato in #8
- ENH: update package build and deploy by @yu-ta-sato in #9
- ENH: update conda-forge support by @yu-ta-sato in #10
- ENH: Add citation by @yu-ta-sato in #11
Full Changelog: latest...v.0.1.1
v0.1.0
What's Changed
- Fix/documentation and formatting by @yu-ta-sato in #1
- ENH: Add pre-commit to GitHub Actions by @yu-ta-sato in #2
- FIX: Allow test.yml to skip no-commit-to-branch by @yu-ta-sato in #3
- FIX: Modify build_and_deploy.yml to avoid skipping by @yu-ta-sato in #4
New Contributors
- @yu-ta-sato made their first contribution in #1
Full Changelog: https://github.com/c2g-dev/city2graph/commits/latest