- Fixed bug causing a false error when reading sparse datasets.
0.3.2
------
Bug fixes '''''''''
- Bugfix in fft method when applied to multi-dimensional CSDM objects. - Added new tutorial examples.
0.3.1
------
Bug fixes '''''''''
- Bugfix regarding the phase multiplier for the ``CSDM.fft()`` methods where an incorrect phase was multiplied to the signal vector.
0.3.0
------
What's new! '''''''''''
- Support for ``matplotlib.pyplot`` functions from ``CSDM`` objects. - ``plot``, - ``scatter``, - ``imshow``, - ``contour``, and - ``contourf``
Now you can directly plot CSDM objects as an argument to the above matplotlib methods.
0.2.2
------
Bug fixes '''''''''
- Fixed bug where the metadata from the ``csdm.application`` key was not serialized to the file when using ``csdm.save()`` method. - Fixed a bug where the transpose of a CSDM object failed to retain the quantity_type information after the transpose.
Other changes '''''''''''''
- Add a new diffusion tensor MRI dataset to the example gallery. - Added ``dict()`` as an alias to the ``to_dict()`` method for all objects. - Added an alias of the ``cp.plot()`` function to the CSDM object as the ``plot()`` method.