James Gaboardi
James Gaboardi
There seems to never have been a `spenc` example notebook added here. Probably use @ljwolf's [original](https://github.com/ljwolf/spenc/blob/master/example.ipynb) as a base to start from, along with the [Texas votes data](https://github.com/ljwolf/spenc/blob/master/US_County_Level_Presidential_Results_08-16.csv). @ljwolf Any...
In the *References* section of the `spopt` doc site, when a reference occupies a single line the subsequent reference is indented. This leads to a cascading effect that is only...
Assigning decision variables different named labels should not alter the results of an optimization problem, but this seems to be happening. For example, tests fail when the client decision variable...
We need to refactor the library for the `HAS_SHAPELY` stuff since we are now dependent on `shapely`. xref – https://github.com/pysal/libpysal/pull/608#discussion_r1373587684
xref: https://github.com/pysal/libpysal/pull/585#issue-1955520477 Will need to uncomment `numba` in `ci/312*.yaml` files.
xref https://github.com/pysal/libpysal/pull/655#pullrequestreview-1733827078 Although [`pytest` claims](https://github.com/pysal/libpysal/actions/runs/6884582588/job/18727350222#step:7:1926) that [this chunk](https://github.com/pysal/libpysal/blob/c655e99b0f3b4ea5f4087b84755d9701942764d0/libpysal/weights/raster.py#L564-L566) is being tested in `libpysal/weights/raster.py`, it is in fact not. As an example: ```python from libpysal.weights import raster pytest.importorskip("xarray") da2_missing_in = raster.testDataArray((1,...
We have not been keeping up with [`THANKS.txt`](https://github.com/pysal/libpysal/blob/main/THANKS.txt). We should probably try to get that up to date. Also, I'm wondering if it would be better suited for [`pysal/pysal`](https://github.com/pysal/pysal) or...
xref: https://github.com/pysal/libpysal/pull/597#discussion_r1368292698 Migrate away from star import for explicit ones. Once complete we can remove `"F403", # star import; unable to detect undefined names` in `pyproject.toml`.
Following a conversation in the 2023-10-21 sprint, @sjsrey proposed the idea of deprecating [`pysal/submodule_template`](https://github.com/pysal/submodule_template) and using `pysal/libpysal` itself as the submodule "template." @martinfleis and myself agreed that it could be...
This PR provides an overdo solution to a rough edge in `cg.rtree`. xref https://github.com/pysal/spopt/issues/57