Releases: ConnectedSystems/Streamfall.jl
Releases · ConnectedSystems/Streamfall.jl
v0.6.0 release
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
- Standardizing docstrings and code format by @ConnectedSystems in #34
- Minor doc updates by @ConnectedSystems in #35
- Separate out plotting into extension packages by @ConnectedSystems in #31
- Update all examples by @ConnectedSystems in #36
- Add user-facing descriptions of model parameters by @ConnectedSystems in #37
- Add cap to bias correction offset by @ConnectedSystems in #38
Full Changelog: v0.5.0...v0.6.0
v0.5.0 release
What's Changed
- Add support for weighted ensembles by @ConnectedSystems in #32
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Changes to clean up documentation by @ConnectedSystems in #27
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Updates to user-facing interfaces and API to ease model running and calibration steps.
New Contributors
- @vitorhirata made their first contribution in #20
- @dependabot made their first contribution in #23
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Performance changes and updates for Julia v1.11 by @ConnectedSystems in #16
- Restructure project by @ConnectedSystems in #18
- Restructure project by @ConnectedSystems in #19
New Contributors
- @ConnectedSystems made their first contribution in #16
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Added SYMHYD
- documentation improvements
- Support for weighted ensembles (undocumented)
- temporal analysis plots (undocumented)
v0.1.9
Beta release to mint DOI