Static-frame

Latest version: v2.6.0

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

Scan your dependencies

Page 19 of 30

0.7.15

Added ``key`` argument for sort pre-processing to ``Index.sort()``, ``IndexHierarchy.sort()``, ``Series.sort_index()``, ``Series.sort_values()``, ``Frame.sort_index()``, ``Frame.sort_columns``

Implemented support for multiprocessing Frame loading from ``StoreZip`` subclasses used by ``Bus``, ``Batch``, and ``Quilt``.

Added ``read_max_workers``, ``read_chunksize``, ``write_max_workers``, ``write_chunksize`` to ``StoreConfig``.

Added ``include_index_name``, ``include_columns_name`` parameters to ``Frame.to_arrow``

Added ``include_index_name``, ``include_columns_name`` parameters to ``Frame.to_parquet``

Added ``index_name_depth_level``, ``columns_name_depth_level`` parameters to ``Frame.from_arrow``

Added ``index_name_depth_level``, ``columns_name_depth_level`` parameters to ``Frame.from_parquet``

Fixed issue where non-optimal dtype would be used for new columns added in reindexing.

0.7.14

Added immutable, hashable containers ``SeriesHE`` and ``FrameHE``.

Implemented ``read_many`` for all ``Store`` subclasses; ``Bus`` now uses these interfaces for significantly faster reads of multi-``Frame`` selections.

Improved handling of connection object given to ``Frame.from_sql``.

Improved type-preservation and performance when assigning ``Frame`` into ``Frame``.

0.7.13

Improved handling for using ``Frame.iter_group`` on zero-sized ``Frame``.

``Series`` can now be used as arguments to ``dtypes`` in ``Frame`` constructors.

Added ``via_dt.strptime`` and ``via_dt.strpdate`` for parsing strings to Python ``date``, ``datetime`` objects, respectively.

0.7.12

Bus`` indices are no longer required to be string typed.

``StoreConfig`` adds ``label_encoder``, ``label_decoder`` parameters for translating hashables to strings and strings to hashables when writing to / from ``Store`` formats.

``Frame.from_sql`` now supports a ``columns_select`` parameter.

``StoreConfig`` now supports a ``columns_select`` parameter; ``columns_select`` parameters from ``StoreConfig`` are now used in ``StoreZipParquet``, ``StoreSQLite``.

Extended ``via_str.startswith()`` and ``via_str.endswith()`` functions to support passing an iterable of strings to match.

Improved ``IndexHierarchy.loc_to_iloc`` to support Boolean array selections.

0.7.10

Improvements to ``Quilt`` extraction routines.

0.7.9

Improved handling of invalid file paths given to constructors.

Improved implementations of ``Bus.items()``, ``Bus.values``, and ``Bus.equals()`` that deliver proper results when `max_persist` is active.

Implementation of ``Quilt``, a container that presents the contents of a ``Bus`` as either vertically or horizontally stacked ``Frame``.

Implemented ``__deepcopy__()`` on all containers.

Page 19 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.