Versions Compared

Key

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

Version 1.7.0

To 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

The animation control provides a simple slider to control which step of an animation is displayed: 

Image Added

Image Added

Version 1.6.0

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

...