Cdflib

Latest version: v1.3.3

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

Scan your dependencies

Page 3 of 4

1.1.1

=====
- Added ``terminate_on_warning`` and ``auto_fix_depends`` options to
`~cdflib.xarray.xarray_to_cdf.xarray_to_cdf`.
See the docstring for more info.

1.1.0

=====
- If the `deflate <https://github.com/dcwatson/deflate>`_ library is installed
it is now used to decompress data, which can lead to around 2x speedups over
the native gzip Python library.
- Fixed reading attributes with multiple entries when using `cdflib.cdfread.CDF.globalattsget`.

1.0.5

=====
- Fixed the output of :meth:`cdflib.epochs.CDFepoch.compute_tt2000` to
be squeezed if a single input is given.
- Fixed warnings with numpy 1.25.

1.0.4

=====
- Fixed issue where multi-dimensional variables were dropped when converting to xarray.
- Replaced all print and warning statements with a logger, ``cdflib.logging.logger``.

1.0.3

=====
- The ``variable`` parameter to `cdflib.cdfread.CDF.varattsget` is no longer optional.
Not specifying it raised an error anyway in previous versions of cdflib.
- Fixed an error loading CDF files without a pad value set.

1.0.2

=====
To make the ``xarray`` functionality easier to discover and import, a new
``cdflib.xarray`` namespace has been added. This means the recommended
way to import the xarray functionality is now
``from cdflib.xarray import cdf_to_xarray, xarray_to_cdf``

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.