Skip to content

Releases: SantanderMetGroup/downscaleR

v3.3.4

23 Jun 12:04
Compare
Choose a tag to compare

V3.3.4 (23 Jun 2023)

  • Import fillGrid instead of fillGridDates
  • Add LICENSE file

v3.3.3 (05 Jul 2021)

05 Jul 13:50
Compare
Choose a tag to compare
  • Minor bug fixes, documentation updates and enhancements

v3.3.2

11 Feb 18:54
Compare
Choose a tag to compare

v3.3.2 (09 Feb 2021)

  • Minor internal changes in biasCorrection for improved memory usage
  • Other minor changes and documentation updates
  • New optional parameter in functions downscalePredict, downscaleTrain, donwscaleCV and downscale called simulate that permits to simulate from the distributional parameters infered from the GLMs

v3.3.1

04 Jun 15:49
Compare
Choose a tag to compare

New in v3.3.1 (04 Jun 2020)

  • Internal flag to force non-overlapping nearest-neighbour application within biasCorrection (recommended for chunking, depends on transformeR >= 2.0.1)
  • New parameter in downscaleTrain: 'predict', to return the prediction in the train set
  • Avoid dependency from lubridate
  • Other minor changes and documentation updates

climate4R.datasets

23 May 11:28
Compare
Choose a tag to compare

v3.3.0 (23 May 2020)

  • Update examples and other minor updates to include the new datasets from climate4R.datasets

v3.1.3

24 Mar 14:18
Compare
Choose a tag to compare
  • New dependency: 'library sticky' for attributes containing variable information

v3.1.2

13 Mar 09:14
Compare
Choose a tag to compare

New in v3.1.2

  • Bug fix in `isimip' (wet-day frequency correction)
  • Bug fix in downscaleTrain -- NaNs in single-site

New in v3.1.1

05 Feb 16:51
bb92c99
Compare
Choose a tag to compare
  • Bug fix in `downscaleCV'
  • Improve the internal code of `downscaleChunk'
  • Add qdm and dqm bias correction methods
  • Bug fix in `biasCorrection'

submission downscaleR GMDD paper

09 Jul 18:05
Compare
Choose a tag to compare

New in v3.1.0

  • New downscaleChunk function, to handle large experiments by chunks
  • downscale.cv renamed --> downscaleCV
  • downscale.train renamed --> downscaleTrain
  • downscale.predict renamed --> downscalePredict
  • Other minor changes and documentation updates

IPCC AR6 FoD

16 Apr 15:40
Compare
Choose a tag to compare

v3.0.6 (16 Apr 2019)

  • downscale.cv admits regular grids
  • New method for bias correction: mva (Mean and Variance Adjustment)
  • Other minor changes and documentation updates