Releases: pik-piam/magclass
Releases · pik-piam/magclass
Release of version 6.16.0
v6.16.0 Update CITATION.cff
Release of version 6.0.8
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
andgetCPR
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
andwrite.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 tox[,1,]
- useful for generalization of functions that should act on all main dimensions) - removed
old_dim_convention
function - deprecated
getRegionList
(usegetItems
instead) - replaced
write.report
withwrite.report2
and deprecatedwrite.report2
Release of version 5.24.7
FEATURES:
- added coordinates support
- added conversion functions raster <-> magclass
- added collapseDim
Release of version 5.15.6
- 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
- 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
Added support for multiple spatial and temporal dimensions
Release of version 4.75
v4.75 added CITATION
Release of version 4.72.6
v4.72.6 Minor improvements to metadata handling