Releases: SantanderMetGroup/transformeR
Releases · SantanderMetGroup/transformeR
v2.1.0
2.1.0 (17 Mar 2021)
- Implementation of Lamb Weather Typing for southern hemisphere
- Inclusion of type 27 (unclassified) in Lamb WT
- New functionality for spatial aggregation of rectangular domains
- Bug fix in partially masked latitudinal weighted domain averages.
- New option to use masking in interpGrid
- Bug fix in subsetVar attributes
- Internal flag in bindGrid.member to skip temporal checks
- Other minor changes and documentation updates
v2.0.1
New in 2.0.1 (04 Jun 2020)
- Removed draw.world.lines internal utility and associated vector layer (moved to visualizeR)
- Removed dependency from 'raster' (grid2mopa moved to mopa pkg)
- Added 'simulate' parameter in
binaryGridfunction - Force nearest-neighbour application among non-overlapping domains in
interpGrid - Other minor documentation updates
climate4R.datasets
New in v2.0.0 (22 May 2020)
This release of transformeR does not ensure backwards compatibility. Some deprecated functions have been finally removed, and some other moved to visualizeR. Please note that running most of the documentation examples will require from now on to install the new package climate4R.datasets, containing all the climate4R example datasets. The main benefit is that transformeR is now a lightweight package.
- Built-in datasets have been moved to the new package climate4R.datasets
plotClimatologyno longer existsplotEOFmoved to visualizeR (to be defunct)- Updated examples
- Exports EOF2clim (formerly an internal), for the spatial representation of EOFs via visualizeR::spatialPlot
- New helper
fillGridDatesfor filling dataset missing dates - Other minor bug fixes, documentation updates and enhancements
v1.7.4
- Update the wt.index attribute after time-dimension subsetting
- New function: mergeGrid --> Merge multiple grids in space (latitude and longitude)
- Changed the default behaviour of subsetGrid along year-crossing seasons, consistent with loadGridData specifications.
- Minor bug fix in date subsetting on multigrids
- Documentation updates
v1.7.3
v1.7.2
v1.7.1
News in v1.7.1
- Allow type = NULL in `dataSplit' function.
- Add zenodo badge in documentation
- Other minor documentation issues.
Weather typing
New in v1.7.0
- Changes in
clusterGridstructure to allow for flexible prediction - Add subsetting by cluster in
subsetGrid - Other minor bug fixes and documentation updates