___________________
New Features
------------
* New option in `read_triaxys` to allow providing the magnitic declination to correct.
* New spectral regridding capability by `Ruben de Bruin`_. The function is wrapped in `SpecArray.interp`
and `SpecArray.interp_by` which mimic the behaviour in the respective counterparts from xarray.
* Replace plot api by a simple wrapper around xarray plotting capability. The new wrapper
no longer duplicate internal functions from xarray and should better integrate any upstream
changes. The new api also handles logarithmic axes and masking in a more natural way
(`PR48 <https://github.com/wavespectra/wavespectra/pull/48>`_).
* New Orcaflex export function by `Ruben de Bruin`_ (`PR37 <https://github.com/wavespectra/wavespectra/pull/37>`_).
* New `wavespectra.core.utils.unique_indices` function (unique_times will be deprecated in future releases.
Bug Fixes
---------
* Fix plot bug with the new plot api (`GH44 <https://github.com/wavespectra/wavespectra/issues/44>`_).
* Fix bug in `scale_by_hs` when run on dask datasets.
Internal Changes
----------------
* Fixed sphinx-gallery dependency by by `Ruben de Bruin`_ (`PR41 <https://github.com/wavespectra/wavespectra/pull/41>`_).
* Add new funwave functiont to docs.
* Update authors list.
* Allow pathlib objects in read_triaxys.
Deprecation
-----------
* Calling the plot kind as a method from `SpecArray.plot`, e.g. `SpecArray.plot.contourf`
is deprecated with the new plotting api. Now `kind` needs to be provided as an argument.
* Arguments `show_radius_label` and `show_direction_label` are deprecated from `SpecArray.plot`.
Labels are no longer drawn as they fall on top of ticks. In order to show it the axes
properties now must be manually defined from the axis.
* Argument `as_log10` from the old plot api to plot the log10(efth) is deprecated in the new
api. Similar result can be achieved in the new api by manually converting efth before plotting.
* Remove deprecated methods `_strictly_increasing` and `_collapse_array` and `_twod`.
* Remove `dfarr` attribute from SpecArray, replaced by `df`.
* Remove unused functions `to_datetime` and `dnum_to_datetime`.
* The "mask" argument has been removed from `SpecArray.sw` method.
.. _`Paul Branson`: https://github.com/pbranson