Skip to content

v0.6.0 release

Latest
Compare
Choose a tag to compare
@ConnectedSystems ConnectedSystems released this 27 Apr 04:03

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