Changes in version 1.3.1 - Removed functions and arguments deprecated in 1.2.0 Changes in version 1.2.6 - Fixed bug in plotColGraph when one out of multiple samples is plotted. - Allow 16 bit images in spatial plotting functions. - Removed adespatial from Suggests as it's only used as a reference in unit tests and it got removed from CRAN. Changes in version 1.2.5 - Use imgRaster getter rather than the S4 no-no of @image to get images to plot, as the latter will no longer work as of SFE 1.2.3 that wraps SpatRaster images when saving RDS. Reading RDS won't unwrap so images need to be unwrapped when they're needed. Changes in version 1.2.4 - Remove useNames = NA warning when calling MULTISPATI; the warning comes from generic of colVars. - Use algebraic eigenvalues for MULTISPATI when either nfposi or nfnega is 0 - Added bins_contour argument to moranPlot to change the number of bins in cell density contours Changes in version 1.2.3 - Fix bug when plotting a feature with illegal name alongside another feature with legal name - Make sure runBivariate and calculateBivariate use gene symbols in results even if Ensembl IDs are specified when swap_rownames is set - Change secondary sequential palette in the light theme to YlOrRd so it's more distinguishable from the Blues primary palette at low values Changes in version 1.2.2 - Some minor bugs: runBivariate gets correct feature names when only feature1 is specified and swap_rownames is used to show gene symbol - Correct output for cross variogram maps for only one pair of genes - Added default_attr to localmoran_bv's SFEMethod - Don't plot attribute when localResult is a vector and there's no default attr - When plotting multiple features, the panels follow the same order the features are specified - Allow illegal characters in names of colData and reducedDims in plots - Plot only one component in spatialReducedDim with the components argument - Deprecate plotColDataBin2D and plotRowDataBin2D Changes in version 1.1.12 - Plot image behind geometries in all functions that plot geometries - Added dark theme support for functions that plot geometries Changes in version 1.1.11 - Added MULTISPATI PCA - Added multivariate local Geary's C from Anselin 2019 - Added calculateMultivariate as a unified user interface to multivariate spatial analyses - Variogram and variogram map with gstat and related plotting functions - Allow non-standard names for local results in plotLocalResult Changes in version 1.1.10 - Record parameters used to get spatial results - Force users to use a new name when running the same method with different parameters Changes in version 1.1.9 - Deprecated show_symbol argument, replacing with swap_rownames to be consistent with scater Changes in version 1.1.7 - Added bbox argument to spatial plotting functions to zoom in with a bounding box Changes in version 1.0.10 - Added plotColDataFreqpoly when the y axis needs to be log transformed. That doesn't work with stacked histograms and using position = "identity" causes some bars to be covered. Changes in version 1.0.9 - Fixed the bug of hardcoded ncol in plotDimLoadings. Changes in version 1.0.8 - Flipped the divergent palettes so the warm color means high value. Changes in version 1.0.7 - Fixed bug with assigning local results for each sample for colData, colGeometry, and annotGeometry. Changes in version 1.0.5 - Removed aes_string(), which is deprecated. - Fixed bug when show_symbol = TRUE and "symbol" column is absent from rowData. Changes in version 1.0.0 - First version on Bioconductor - Univariate local and global spatial statistics based on spdep - Plotting functions: gene expression and metadata in space, results of local spatial analyses, plot dimension reductions in space, and plot correlograms and Monte Carlo simulation results