Skip to content

Releases: pik-piam/magclass

Release of version 6.16.0

27 Jun 10:16
6c0be2e
Compare
Choose a tag to compare
v6.16.0

Update CITATION.cff

Release of version 6.0.8

28 Sep 13:06
014596d
Compare
Choose a tag to compare

CHANGES:

  • removed experimental metadata code (stored in magclass version with tag "metadata" for later reintegration)
  • added tests so that the package has now >90% unit test line coverage
  • fixed coding style issues
  • deprecated function fulldim and removed it from all functions in magclass where it had been used.
  • dimSums as well as magpply, add_columns, add_dimension and getCPR work now for all (sub-dimension)
  • getItems can now be used to replace values or even remove dimensions and it supports named vectors (to define element-wise what should be substituted with what)
  • read.magpie and write.magpie have been streamlined (e.g. ncdf support is no longer coupled to 59199 cells) which might lead to slightly different behavior than before in some instances
  • added dim argument for magclass subsetting (e.g. x[1, dim = 2] which is identical to x[,1,] - useful for generalization of functions that should act on all main dimensions)
  • removed old_dim_convention function
  • deprecated getRegionList (use getItems instead)
  • replaced write.report with write.report2 and deprecated write.report2

Release of version 5.24.7

24 Feb 11:19
180ad9f
Compare
Choose a tag to compare

FEATURES:

  • added coordinates support
  • added conversion functions raster <-> magclass
  • added collapseDim

Release of version 5.15.6

14 Dec 16:59
Compare
Choose a tag to compare
  • improved support for raster data
  • added format cs2b in read/write.magpie
  • added documentation for mif file format
  • performance tweak for duplicates check
  • bugfixes in subsetting of magpie objects
  • various other bugfixes

Release of version 5.7.0

09 Dec 20:44
7f80486
Compare
Choose a tag to compare
  • updated magpie_expand to version 2.1, now with full support for partial expansion
  • getItems returns now all dimensions via dim=NULL
  • getSets returns now the dimCode along with the dimension name

Release of version 5.1.1

04 Oct 12:12
Compare
Choose a tag to compare

Added support for multiple spatial and temporal dimensions

Release of version 4.75

26 Jan 12:39
Compare
Choose a tag to compare
v4.75

added CITATION

Release of version 4.72.6

24 Jan 14:11
Compare
Choose a tag to compare
v4.72.6

Minor improvements to metadata handling