Skip to content

Commit

Permalink
Fix CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
stefraynaud committed Oct 12, 2021
1 parent bd62f20 commit 656074c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ v0.3.1 (2021-05-21)
New features
------------

- Add an ``autolim`` keyword to :func:`xoa.plot.plot_flow` to speedup
- Add an `autolim` keyword to :func:`xoa.plot.plot_flow` to speedup
the processing with cartopy maps.

Breaking changes
----------------

- Rename the ``cf`` and ``sigma`` keyword of :func:`xoa.register_accessors`
respectively to ``xcf`` and ``decode_sigma`` to match the default
- Rename the `cf` and `sigma` keyword of :func:`xoa.register_accessors`
respectively to `xcf` and `decode_sigma` to match the default
name of accessors.
- Rename the ``sigma`` accessor to ``decode_sigma``.
- Rename the `sigma` accessor to `decode_sigma`.

Bug fixes
---------
Expand All @@ -92,7 +92,7 @@ Documentation
-------------

- Add a "How to start" section.
- Accessors are not documented separately with ``sphinx-autosummary-accessors``
- Accessors are now documented separately with `sphinx-autosummary-accessors`
[:pull:`20`].
- The Hycom-GDP example now uses :func:`xoa.plot.plot_flow`.

Expand Down

0 comments on commit 656074c

Please sign in to comment.