Skip to content

Releases: spatial-ews/spatialwarnings

spatialwarnings v2.0.0

19 May 12:03
4b33211
Compare
Choose a tag to compare

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().
    Using plot_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 in spatialwarnings 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:

spatialwarnings v1.2.0-rc1

17 Jun 18:38
Compare
Choose a tag to compare
Pre-release

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

03 Jun 17:11
Compare
Choose a tag to compare
Pre-release

Second release candidate for CRAN

spatialwarnings v1.1.0-rc1

31 May 10:08
Compare
Choose a tag to compare
Pre-release

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

04 Jun 12:03
Compare
Choose a tag to compare

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

03 Nov 11:59
Compare
Choose a tag to compare

This is the first release of spatialwarnings, as submitted to CRAN.

v1.0-pre

09 Oct 13:51
Compare
Choose a tag to compare
v1.0-pre Pre-release
Pre-release

This is a fully-functional pre-release of the package.

Subsequent changes should only apply to release details and/or minor changes of documentation.