Skip to content

v0.1.3

Compare
Choose a tag to compare
@ellesmith88 ellesmith88 released this 21 Oct 13:59
· 292 commits to master since this release

v0.1.3 (2020-10-21)

Fixing formatting of doc strings and imports

Breaking changes

  • Use of roocs_utils.parameter.parameterise.parameterise:
    import should now be from roocs_utils.parameter import parameterise
    and usage should be, for example parameters = parameterise(collection=ds, time=time, area=area, level=level)

New Features

  • Added a notebook to show examples

Other Changes

  • Updated formatting of doc strings