Skip to content

Releases: SantanderMetGroup/transformeR

v2.2.3

04 Jun 22:16
Compare
Choose a tag to compare

Patch version to fix problems in the definition of attributes in getGrid yielding error in isRegular helpers

v2.2.2

26 Oct 14:34
Compare
Choose a tag to compare

2.2.2 (26 Oct 2023)

  • Allow for both "simple" and "advanced" methods to compute uncertainty

v2.2.1

22 Jun 12:28
Compare
Choose a tag to compare

2.2.1 (22 Jun 2023)

  • New function to compute the uncertainty of multi-model ensembles
  • Minor bug fix in helpers
  • Documentation update
  • Adapt to new class denomination for matrix objects in R version 4.X

v2.1.5

12 May 13:56
Compare
Choose a tag to compare

New in 2.1.5 (12 May 2022)

  • Bug fix and other internal changes
  • Update the examples in the help documentation.

v2.1.4

30 Mar 10:02
Compare
Choose a tag to compare

New in v2.1.4

  • Minor bug fix in clusterGrid
  • Minor attribute fixes in sgdf2clim
  • Bug fix and other internal changes in fillGridDates

v2.1.3

04 Aug 12:11
Compare
Choose a tag to compare

New in 2.1.3

  • Bug fix in upscaleGrid
  • Include Lamb flow parameters in output
  • Other minor changes

2.1.2 (07 Jul 2021)

07 Jul 09:05
Compare
Choose a tag to compare
  • Allow for non-rescaled EOF recovery in EOF2clim
  • Ensure regular grids in upscaleGrid outputs

v2.1.1

31 May 14:42
Compare
Choose a tag to compare

2.1.1 (31 May 2021)

  • New dateutils-family helper functions for consistent date-time class handling (including time-zone defs)
  • Consistent treatment of multiple time resolutions in fillGridDates

v2.1.0

17 Mar 09:49
Compare
Choose a tag to compare

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

04 Jun 15:16
Compare
Choose a tag to compare

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 binaryGrid function
  • Force nearest-neighbour application among non-overlapping domains in interpGrid
  • Other minor documentation updates