Skip to content

Releases: UW-Hydro/MetSim

2.2.2

18 May 22:30
5f443de
Compare
Choose a tag to compare

This is a minor bugfix release that fixes #219

2.2.1

11 Mar 21:21
0e01b4a
Compare
Choose a tag to compare
Merge pull request #212 from UW-Hydro/develop

Prep for 2.2.1 release

2.2.0

16 Jan 21:37
4a26535
Compare
Choose a tag to compare

This release includes a paper for submission to JOSS, as well as a new feature to allow for period-ending timestamps.

2.1.3

18 Oct 04:22
2804446
Compare
Choose a tag to compare

This is a duplicate release of what would have been 2.1.2, but due to messy git handling I am re-releasing it.

2.1.1

27 Sep 20:49
64c4de3
Compare
Choose a tag to compare

Enhancements:

  • A new --version command line option to show the current version

Bug fixes:

  • Now allows for CFTimeIndex as the time index for input data.

2.1.0

03 Sep 21:20
1f23666
Compare
Choose a tag to compare

Enhancements

  • Allow for specification of constant fields, through addition of an optional constant_vars section.
  • Update version requirements to be less strict, and take advantage of new features

Bug fixes

  • Fix for last time chunk when using out_freq
  • Preserve dictionary ordering when using python 3.5 or earlier (fixes ascii read)

Bugfix release for long int dimensions.

19 Mar 21:10
742ef68
Compare
Choose a tag to compare
Merge pull request #159 from UW-Hydro/develop

Fix datatype conversion for dimensions

2.0.0

08 Mar 05:51
Compare
Choose a tag to compare

MetSim 2.0.0

The newest release of MetSim provides an overhaul of the driver infrastructure which drastically decreases memory requirements for parallel runs as well as providing better parallel scaling, multi-node runs, and flexible domain decomposition via chunking.

Version 2.0.0 also implements UTC time offsets for large scale simulations and implements a new triangular precipitation disaggregation method. Various bugfixes and usability enhancements have also been implemented.

2.0.0_alpha

08 Feb 01:05
e97795a
Compare
Choose a tag to compare
2.0.0_alpha Pre-release
Pre-release

This is the testing release for version 2.0.0. Complete documentation will be provided in the full release.

The bulk of this release is streamlining the base MetSim configuration as well as architectural changes to better address parallelism. The default settings have not incorporated any functional changes. Several new features have been implemented:

  • dask-based parallelism model: this scales better and requires much less memory overhead than the previous versions
  • triangular precipitation disaggregation: see the updated docs for information and citations
  • UTC offsets for large scale runs

Triangular precipitation reference

14 Sep 19:00
f869676
Compare
Choose a tag to compare
Pre-release
Merge pull request #149 from arbennett/fix/authors

Add Zenodo author list