Sergio Rey
Sergio Rey
They are good examples, but the new user might benefit from more narrative.
Grabbing the centroids needs to be refactored to reflect the deprecation: ``` /Users/serge/miniconda3/envs/pysal-iale2022/lib/python3.9/site-packages/libpysal/weights/weights.py:1296: FutureWarning: Passing a dict as an indexer is deprecated and will raise in a future version. Use...
The justification for this PR is: to start a discussion and explore how to have a formula syntax across the library. This builds on the discussion in [spreg](https://github.com/pysal/spreg/issues/32) with an...
Currently only the CHANGELOG on the github release page is getting updated in the publish and release action. The source [CHANGELOG.md](https://github.com/pysal/libpysal/blob/master/CHANGELOG.md) file is not being updated. Would be great to...
This is aimed at https://github.com/pysal/pysal/pull/1060. If the approach makes sense, it can be extended to Kernel weights and DistanceBand weights. The latter will need slightly different handling for symmetry.
This is addressing #284 and would remove the ids attribute. Remaining to be done: - [ ] 3 locally failing tests in test_contiguity.py - [ ] testing downstream
This address #183
Currently, they are getting [truncated](https://github.com/pysal/libpysal/releases/tag/v4.5.0).
- [x] xarray - [x] adjacency table-based on "dataframe" [Rationale](https://hackmd.io/kORlTnccR7GmbYfc6sw0Wg)
- `spreg.GM_Combo_Het` - `spreg.ML_Lag` - `libpysal.weights.lag_spatial` - `libpysal.weights.lag_categorical` - Neighbor query: ```python for i in range(n): w.neighbors[i] ``` - [`w.component_labels`](https://pysal.org/libpysal/generated/libpysal.weights.W.html#libpysal.weights.W.component_labels) - [Higher order](https://github.com/pysal/libpysal/blob/ea866112419bf0cfa44e1ccc613963e201aa5938/libpysal/weights/util.py#L531) [Rationale](https://hackmd.io/kORlTnccR7GmbYfc6sw0Wg)