Skip to content

Releases: ConnectedSystems/Streamfall.jl

v0.6.0 release

27 Apr 04:03

Choose a tag to compare

Breaking changes

As part of #31 which moved visualization methods into extension packages, the quickplot method interface was changed.
The label and log and other arguments are now keyword arguments. To update, simply add a semi-colon after the obs, sim, climate arguments.

Before:

quickplot(obs, sim, climate, "My Label", true)

After update:

quickplot(obs, sim, climate; label="My Label", log=true)

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0 release

26 Jan 06:44

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

03 Jan 02:45

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

31 Dec 05:48

Choose a tag to compare

Updates to user-facing interfaces and API to ease model running and calibration steps.

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

01 Dec 08:31

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

06 Feb 07:55

Choose a tag to compare

  • Added SYMHYD
  • documentation improvements
  • Support for weighted ensembles (undocumented)
  • temporal analysis plots (undocumented)

v0.1.9

03 Aug 10:09

Choose a tag to compare

Beta release to mint DOI