Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version 1.7.

...

1

Released on github and pypi (pip install metview). Installed at ECMWF as part of metview/5.11.1

  • added 'play' button to the animation widget in Jupyter using mv.plot(...., animate=True)

Image Added

Version 1.7.0

Released on github and pypi (pip install metview). Installed at ECMWF as part of metview/5.11.0To be released

  • added animate=True argument to plot() command for animated plots in Jupyter notebooks
  • allowed cfgrib backend keyword arguments to be passed to Fieldset.to_dataset(), e.g.
    • my_fieldset.to_dataset(squeeze=False, read_keys=["experimentVersionNumber"])
  • Fieldset out-of-range indexing now raises an IndexError
  • Fieldset merge() function now allows a single Fieldset as argument

...