Static-frame

Latest version: v2.8.2

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

Scan your dependencies

Page 22 of 31

0.7.0

API change: ``__bool__`` of all containers now raises a ValueError.

API change: ``IndexHierarchy.iter_label`` now iterates over realized labels.

API change: ``IndexBase.union``, ``IndexBase.intersection`` no longer automatically unpack ``values`` from ``ContainerOperand`` subclasses.

API change: Container operands used with binary equality operators will raise if sizes are not equivalent

API change: ``Frame.from_xlsx``, as well as ``StoreConfig`` now set ``trim_nadir`` to False by default.

API change: ``Series.relabel_add_level`` to ``Series.relabel_level_add``, ``Series.relabel_drop_level`` to ``Series.relabel_level_drop``, ``Frame.relabel_add_level`` to ``Frame.relabel_level_add``, ``Frame.relabel_drop_level`` to ``Frame.relabel_level_drop``, ``Index.add_level`` to ``Index.level_add``, ``IndexHierarchy.add_level`` to ``IndexHierarcchy.level_add``, ``IndexHierarchy.drop_level`` to ``IndexHierarchy.level_drop``.

0.6.38

Frame.dtype`` interface now takes ``DtypesSpecifier``, permitting setting ``dtype`` by mapping, iterable, or single value.

``dtypes`` can be given as a single ``DtypeSpecifier`` for specifying ``dtype`` of all columns.

``Series`` of ``Frame`` can now be created without specifying ``dtype`` arguments.

``Frame`` now supports usage as a ``weakref``.

``Frame.from_parquet`` now raises when ``columns_select`` names columns not found in the file.

0.6.37

Fixed issue in implementation of ``trim_nadir`` when reading XLSX files.

0.6.36

Fixed issue in ``Frame.from_pandas`` when the columns have mixed types including integers.

Improved ``dtype`` preservation in zero-sized ``Series`` extraction from ``Frame``.

Added ``trim_nadir`` parameter to ``StoreConfig`` and ``Frame.from_xlsx``: permits removing all-None trailing rows and columns resulting from XLSX styles being applied to empty cells.

0.6.35

Added a ``name`` parameter to ``Series.from_pandas`` and ``Frame.from_pandas``.

Added ``Frame.from_msgpack`` and ``Frame.to_msgpack``.

Refactored ``Bus`` and ``Batch`` to use the mixin class ``StoreClientMixin`` to share exporters and constructors.

Added ``StoreClientMixin.to_zip_parquet`` and ``StoreClientMixin.from_zip_parquet``.

Performance improvements to ``Frame.to_pandas`` when a ``Frame`` has unified ``TypeBlocks``.

0.6.34

Updated all delimited text output formats to include a final line termination.

``Frame.from_overlay`` now takes optional ``index`` and ``columns`` arguments; ``Series.from_overlay`` now takes an optional ``index`` argument.

Improvements to union/intersection index formation in ``Frame.from_overlay`` and ``Series.from_overlay``.

Page 22 of 31

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.