-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
@JuliaRegistrator register
Release notes:
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 Standardizing docstrings and code format #34
- Minor doc updates by @ConnectedSystems in Minor doc updates #35
- Separate out plotting into extension packages by @ConnectedSystems in Separate out plotting into extension packages #31
- Update all examples by @ConnectedSystems in Update all examples #36
- Add user-facing descriptions of model parameters by @ConnectedSystems in Add user-facing descriptions of model parameters #37
- Add cap to bias correction offset by @ConnectedSystems in Add cap to bias correction offset #38
Full Changelog: v0.5.0...v0.6.0
Metadata
Metadata
Assignees
Labels
No labels