Skip to content

Releases: achubaty/grainscape

v0.4.4

20 Apr 13:29
5845e0b
Compare
Choose a tag to compare

Known issues: https://github.com/achubaty/grainscape/issues

version 0.4.4

Dependency changes

  • Removed retiring spatial packages rgdal and rgeos (#68)
  • Use sf for writing shapefiles.

Bugfixes

  • Improved plotting of lattice MPGs (#51)
  • Removed unused eucPerimWeight from documentation (#56)
  • Improved error messaging for undefined thresholds in GOC() (#57)

New features & enhancements

  • None

v0.4.3

01 Sep 15:51
Compare
Choose a tag to compare

Known issues: https://github.com/achubaty/grainscape/issues

version 0.4.3

Dependency changes

  • none

Bugfixes

  • none

New features & enhancements

  • added MEE paper citation and updated package DESCRIPTION & README.

v0.4.2

03 Jan 17:51
Compare
Choose a tag to compare

Known issues: https://github.com/achubaty/grainscape/issues

version 0.4.2

Dependency changes

  • removed unused dependency hunspell from Suggests

Bugfixes

  • reduced package tarball size

New features & enhancements

  • none

v0.4.0

09 Aug 15:43
Compare
Choose a tag to compare

version 0.4.0

Dependency changes

  • Requires R >= 3.5
  • remove rgeos dependency and deprecate use of sp argument to many functions (#38)

Bugfixes

  • numerous bug fixes

New features & enhancements

  • reimplement an algorithm to calculate the minimum planar graph using C++;
    no longer relies on SELES binary and is now cross-platform.
  • use updated igraph functions internally
  • updated vignette / tutorial (#5)
  • renamed functions to remove gs and gsGOC prefixes; old names have been deprecated and will be removed in a future release (#10)
  • MPG() can now handle large rasters
  • use S4 classes and methods (#3, #19)
  • improved plotting using ggplot2 by default (#22, #47)
  • new functions export() (#39) and patchFilter() (#40)
  • fix typos (#58, @jsta)

Removed features

  • removed gsMPGstitch() as it was unreliable