v4.12.0rc1
github-actions
released this
16 Jul 21:30
·
68 commits
to main
since this release
What's Changed
Bug Fixes
- BUG: fix handling of non-isolate self-weights of 0 and order preservation by @martinfleis in #743
- BUG: fix categorical lag for custom index by @martinfleis in #746
- fix higher_order contiguity including lower order by @martinfleis in #739
Enhancements
- ENH: use representative_point instead of centroid in Graph plotting by @martinfleis in #737
- ENH: add index_pairs to Graph by @martinfleis in #752
- ENH: add Graph.summary with s0, s1, s2 and similar properties to Graph by @martinfleis in #742
- ENH: add xarray interface to Graph by @martinfleis in #740
Maintenance
- COMPAT: fix numpy 2.0 incompatibility by @martinfleis in #723
- Use importlib to implement simport by @QuLogic in #729
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #736
Other Changes
- ENH: pass kwargs to buffer in fuzzy_contiguity by @martinfleis in #720
- inserted chicagoSDOH as sample data by @lanselin in #721
- COMPAT: ensure argsort output has a stable order in numpy 2 by @martinfleis in #725
- DOC: Remove unused mkdocs-jupyter dependency by @QuLogic in #727
- DOC: Fix a couple Sphinx warnings by @QuLogic in #728
- Use fixtures for test data that uses the network by @QuLogic in #726
- CI: ignore spvcm, add osmnx to env, xfail stuff out of control in reverse dep testing by @martinfleis in #731
- CI: do not xfail momepy in reverse checks by @martinfleis in #732
- test against intel & apple silicon by @jGaboardi in #744
- added examples to graph by @Kryndlea in #745
- ensure that Graph.repr fits to 80 characters by @martinfleis in #747
- adjust CI env name & add Graph to README by @jGaboardi in #751
- make asymmetry computation in Graph summary optional by @martinfleis in #753
- DOC: move Graph from experimental to stable API by @martinfleis in #754
New Contributors
Full Changelog: v4.11.0...v4.12.0rc1