__________________
New Features
------------
* Watershed partitioning now supports dask (`PR27 <https://github.com/wavespectra/wavespectra/pull/27>`_).
* Spectral splitting now supports dask.
* The following spectral parameters now support dask (`PR11 <https://github.com/wavespectra/wavespectra/pull/11>`_):
* tp
* dp
* dpm
* dspr
* Wavespectra conda recipe by `Ruben de Bruin`_.
Internal Changes
----------------
* Core watershed partitioning code organised into watershed module.
* `max_swells` replaced by `swells` in watershed partition to return fixed number of swells.
* Renamed module `wavespectra.core.misc` by `wavespectra.core.utils`.
* Removed deprecated method `_same_dims`, `_inflection` and `_product` from `SpecArray`.
* Get rid of simpy dependency.
* New daskable stats defined as ufuncs using numba.
* SpecArray attributes redefined as property methods.
Bug Fixes
---------
deprecation
-----------
* Drop support for python < 3.7
* Dropped args `hs_min` and `nearest` in `SpecArray.partition`.
.. _`Ruben de Bruin`: https://github.com/RubendeBruin