------------------
- Add experimental line-finding tool using astroquery.splatalogue
(https://github.com/radio-astro-tools/spectral-cube/pull/210)
- Bugfixes (211,212,217)
- Add arithmetic operations (add, subtract, divide, multiply, power)
(https://github.com/radio-astro-tools/spectral-cube/pull/220).
These operations will not be permitted on large cubes by default, but will
require the user to specify that they are allowed using the attribute
``allow_huge_operations``
- Implemented slicewise stddev and mean
(https://github.com/radio-astro-tools/spectral-cube/pull/225)
- Bugfix: prevent a memory leak when creating a large number of Cubes
(https://github.com/radio-astro-tools/spectral-cube/pull/233)
- Provide a ``base`` attribute so that tools like joblib can operate on
``SpectralCube`` s as memory maps
(https://github.com/radio-astro-tools/spectral-cube/pull/230)
- Masks have a quicklook method
(https://github.com/radio-astro-tools/spectral-cube/pull/228)
- Memory mapping can be disabled
(https://github.com/radio-astro-tools/spectral-cube/pull/226)
- Add xor operations for Masks
(https://github.com/radio-astro-tools/spectral-cube/pull/241)
- Added a new StokesSpectralCube class to deal with 4-d cubes
(https://github.com/radio-astro-tools/spectral-cube/pull/249)