Changelog
Source:NEWS.md
spEDM 1.9
enhancements
Unify font specification in S3 plotting method for cross-mapping results (#830).
Support spatial grid(raster) data detrending with cell center coordinates or row/column numbers (#815).
Adjust
Makevarsto track latest rcpparmadillo release and armadillo updates improving build integration and forward compatibility (#785).
spEDM 1.8
CRAN release: 2025-08-31
enhancements
Safeguard transient removal logic in spatial logistic map to prevent index errors (#744).
Adjust the default
Erange in thesimplexgeneric to2:10to support more robust reconstruction of state spaces (#739).Introduce multi-threading in distance-related computations where applicable to improve runtime efficiency (#718).
Display p-value annotation for maximum library size in cross mapping visualization legend (#710).
spEDM 1.7
CRAN release: 2025-06-25
enhancements
Replace logical vectors with integer index vectors for
libandpredinsimplexands-mappingforecasting sources (#632).Prevent duplicate generic registrations and simplify method definitions (#627).
Unify parameter descriptions to lowercase (#570).
Introduce confidence interval ribbon support in plot method for
gccmresults (#550).
breaking changes
Refine randomization strategy in spatial causality test (#643).
Symbolization
C++functions now compute medians from lib subset only (#599).Users must now use
detrendinstead oftrend.rm(#559).Enable
columnparameter insimplex()andsmap()and renamecolumnsparameter tocolumninmultiview()(#565).
bug fixes
- Fix bug in plot method for
gccmresults where legend labels did not correctly match the corresponding line colors (#552).
spEDM 1.6
CRAN release: 2025-05-16
enhancements
Enable custom legend texts and colors in plot method for
gccmresults (#535).Reduce computational load in vignettes (#476).
Document overall structure and usage of spEDM in a dedicated vignette (#415).
Create
SSRvignette for spatial cross-sectional data state-space reconstruction (#412).Include references for algorithms in
spEDM(#367).
spEDM 1.5
CRAN release: 2025-03-12
enhancements
Integrate
libparameter ingccmR API for library units selection (#278).Set the default
ktoE+2in thegccmR API (#261).Eliminate redundant computations at the source C++ code level (#233).
Add
trend.rmoption in the R API forembedded,simplex, andsmapmethods to align withgccmbehavior (#191).Refactor indexing of lag values and embedding vector generation for spatial lattice (#186,#184) and grid data (#183,#181).
bug fixes
- Fix bug in R functions
embedded,simplex,smapwhen input data contains only one attribute column (#246).
spEDM 1.4
CRAN release: 2025-02-10
enhancements
- Improve default spatial neighbors list generation for spatial lattice data with support from the
sdsfunpackage (#159).
breaking changes
- Adjust the behavior of the
tauparameter in the C++ source code and update the R side API (#154).
spEDM 1.3
CRAN release: 2025-02-01
enhancements
Now bidirectional mapping in the
gccmresult uses afull joinstructure when organized on the R side (#118).Support for calculating unidirectional mappings in the
gccmfunction (#117).Relax
gccmC++ source codelibsizesminimum value constraint ofE+2(#109).Provide a complete
GCCMworkflow for spatial lattice and grid data in thegccmvignette (#100).Support testing causal links in GCCM with different
Eandkfor cause and effect variables (#96).Add thread settings for
gccmgeneric (#94).Add
S-mapscross-prediction support togccmgeneric (#81).
spEDM 1.2
CRAN release: 2025-01-14
bug fixes
- Fix the bug where the
gccmgeneric returns empty result when input grid data containsNAvalues (#61).