Skip to content

Commit 945c157

Browse files
committed
REF remove spvcm
1 parent 1f4adfd commit 945c157

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@ In contrast to `explore`, the `model` layer focuses on confirmatory analysis. In
5959

6060
- [spreg](https://pysal.org/spreg/) : `spreg` supports the estimation of classic and spatial econometric models. Currently it contains methods for estimating standard Ordinary Least Squares (OLS), Two Stage Least Squares (2SLS) and Seemingly Unrelated Regressions (SUR), in addition to various tests of homokestadicity, normality, spatial randomness, and different types of spatial autocorrelation. It also includes a suite of tests for spatial dependence in models with binary dependent variables.
6161

62-
- [spvcm](https://github.com/pysal/spvcm) : `spvcm` provides a general
63-
framework for estimating spatially-correlated variance components
64-
models. This class of models allows for spatial dependence in the variance
65-
components, so that nearby groups may affect one another. It also also
66-
provides a general-purpose framework for estimating models using Gibbs
67-
sampling in Python, accelerated by the `numba` package.
68-
69-
> ⚠️ **Warning:**
70-
> spvcm has been archived and is planned for deprecation and removal in pysal 25.01.
71-
7262
- [tobler](http://pysal.org/tobler/) : `tobler` provides functionality for for areal interpolation and dasymetric mapping. Its name is an homage to the legendary geographer Waldo Tobler a pioneer of dozens of spatial analytical methods. `tobler` includes functionality for interpolating data using area-weighted approaches, regression model-based approaches that leverage remotely-sensed raster data as auxiliary information, and hybrid approaches.
7363

7464
- [access](https://pysal.org/access/) : `access` aims to make it easy for analysis to calculate measures of spatial accessibility. This work has traditionally had two challenges: [1] to calculate accurate travel time matrices at scale and [2] to derive measures of access using the travel times and supply and demand locations. `access` implements classic spatial access models, allowing easy comparison of methodologies and assumptions.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ dependencies = [
4848
"spglm>=1.1.0",
4949
"spint>=1.0.7",
5050
"spreg>=1.8.1",
51-
"spvcm>=0.3.0",
5251
"tobler>=0.12.0",
5352
"mapclassify>=2.8.1",
5453
"splot>=1.1.7",

0 commit comments

Comments
 (0)