Releases: spatial-ews/spatialwarnings
spatialwarnings v2.0.0
This is a major release of spatialwarnings, with the following changes:
Improvements:
-
New methods are available to produce null matrices, on top of shuffling the
original matrix (e.g. based on smoothing the original matrix). -
Significance of Power-law range can now be tested using
indictest()
.
Usingplot_distr()
on the resulting objects will display the 0.05/0.95
quantiles of the null patch size distributions. -
The package gains a generic function
display_matrix
, to eyeball the
matrices being used inspatialwarnings
objects using ggplot2 -
Improved the fitting of distributions, which should be more robust now.
-
Speed improvements in label()
Bug fixes:
- Fixed a bug where the normalization constant for truncated power-laws was
miscalculated
Removals:
-
All the deprecated
*_spews
functions are now defunct (removed). -
Most
indicator_*
functions are now deprecated.
Misc changes:
-
Lots of duplicated code has been removed
-
Minor changes in print/summary methods
-
The FAQ has been expanded and improved. See the following page:
https://alex.lecairn.org/spatialwarnings-faq.html -
Dependency to VGAM is now removed
spatialwarnings v1.2.0-rc1
Bug fixes:
- Compilation errors should now be fixed on Solaris
- Fixed coarse-graining bug when input values are non-integer
spatialwarnings v1.1.0-rc2
Second release candidate for CRAN
spatialwarnings v1.1.0-rc1
First update to spatialwarnings.
New features:
- Support for custom indicators (see ?create_indicator)
Minor changes:
- Documentation improvements
- Safer handling of small matrices in SDR computation
Name changes
*_spews
functions are now deprecated in favor of*_sews
functions
Bug fixes
- Counting patches in matrices with 1 line or 1 column
does not crash R anymore - The R package should now build on Solaris
spatialwarnings v1.1.0
First update to spatialwarnings.
New features:
- Support for custom indicators (see ?create_indicator)
Minor changes:
- Documentation improvements
- Safer handling of small matrices in SDR computation
Name changes
*_spews
functions are now deprecated in favor of*_sews
functions
Bug fixes
- Counting patches in matrices with 1 line or 1 column
does not crash R anymore - The R package should now build on Solaris
First release
This is the first release of spatialwarnings, as submitted to CRAN.
v1.0-pre
This is a fully-functional pre-release of the package.
Subsequent changes should only apply to release details and/or minor changes of documentation.