James Gaboardi
James Gaboardi
I am wondering if there is consideration for making `infostop` available via [`conda-forge`](https://conda-forge.org/#page-top)? Having this package available there would make it much more accessible within the scientific Python community and...
Hi, @walkerke! Are you considering providing a release via [`conda-forge`](https://conda-forge.org/#page-top)? This would increase your (awesome) package's visibility. * [ADD A RECIPE](https://conda-forge.org/#add_recipe) cc @knaaptime, cc @jvtcl
We should migrate to `pyproject.toml` to consolidate infrastructure, as we have in [`libpysal`](https://github.com/pysal/libpysal/blob/main/pyproject.toml), etc. xref: * #1305 * #1306
We should remove the legacy subdirectory + file --> [`ci/travis/38-latest-conda-forge.yam`](https://github.com/pysal/pysal/blob/main/ci/travis/38-latest-conda-forge.yaml) in #1305
* We are seeing [14 failures in DEV CI](https://github.com/pysal/inequality/actions/runs/8809200019/job/24179611128) due upstream [`numpy>=2.1.0.dev0`](https://github.com/pysal/inequality/actions/runs/8809200019/job/24179611128#step:3:185). * All are docstring `Examples` failures, so maybe we simply cast as vanilla floats there?
We are currently [populating the top-level namespace](https://github.com/pysal/inequality/blob/34638a04f347ac4984d10658e6678cf6a8ccf9d9/inequality/__init__.py#L7) with access to the Gini & Theil classes as `inequality.gini.Gini`, for example. I would like to propose adding the classes themselves to the...
I was not able to find the paper associated the [Nijkamp & Poot (2013) citation](https://github.com/pysal/inequality/blob/34638a04f347ac4984d10658e6678cf6a8ccf9d9/inequality/_indices.py#L2). Is it possibly [Ozgen, Nijkamp, & Poot (2013)](https://www.econstor.eu/bitstream/10419/69390/1/73402116X.pdf)? @sjsrey
Look into new action that skips tests that need an internet connection: xref: https://github.com/pysal/libpysal/pull/726#issuecomment-2191010656 cc @QuLogic
We need to consider integrating `legendgram` into `mapclassify` and then archiving this repo.
* support Python 3.12 - add to CI matrix * xref https://github.com/pysal/pysal/issues/1340