Csdmpy

Latest version: v0.6.0

Safety actively analyzes 629723 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.3.3

------

What's new!
'''''''''''

- Add ``size`` method to the CSDM object.
- Added alias for the csdm keywords that are short and easy for coding. The following is the list of aliases

- `dependent_variables` -> `y`
- `dimensions` -> `x`
- `add_dependent_variable` -> `add_x`
- `add_dimension` -> `add_x`
- `coordinates` -> `coords`

Bug fixes
'''''''''

- 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.

0.2.1

------

What's new!
'''''''''''

- Add ``reciprocal_coordinates()`` and ``reciprocal_increment()`` methods to the
`LinearDimension` class.
- Added ``fft()`` function to the CSDM class.
- Added ``transpose()`` method to the CSDM class.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.