Changelog¶
0.4.4 (2026-01-20)¶
change default structlog exception formatter from RichTracebackFormatter to plain_traceback (with fail_fast=True you get a second stacktrace which may be pytest enriched) You can get the old behavior with
setup_logging(exception_formatter=structlog.dev.rich_traceback).Fix pandas hashing for edge cases
0.4.3 (2025-11-30)¶
drop support for python 3.10
add support for hashing pandas dataframes and arrow tables
use pyarrow for hashing of polars dataframes, fixing issues with categorical columns
0.4.2 (2025-10-10)¶
support python 3.14
0.4.1 (2025-10-07)¶
disable filter_by_level for logging compatibility setup
0.4.0 (2025-10-02)¶
switch structlog.setup_logging() to stdlib LoggingFactory (this allows dynamic adjustment of log level:
with log_level(logging.DEBUG):)
0.3.15 (2025-09-22)¶
fix that deep_map also maps top level @dataclass
0.3.14 (2025-09-12)¶
fix hashing of struct columns in Polars DataFrames
0.3.13 (2025-09-11)¶
added py.typed to package so mypy recognizes it as typed package
0.3.12 (2025-08-21)¶
fixed Dtype.to_pandas() for parameterized String and Decimal types
0.3.11 (2025-08-21)¶
fixed eq, hash, and repr for types with parameters
import string length from sqlalchemy VARCHAR(n) type
0.3.10 (2025-08-21)¶
implemented String with max_length argument for SQL VARCHAR(n) generation
implemented Decimal with precision and scale arguments
0.3.9 (2025-08-21)¶
fix enum pyarrow dtype
0.3.8 (2025-08-19)¶
fixed util.hashing.hash_polars_dataframe for simple dataframe
0.3.7 (2025-08-19)¶
support util.hashing.hash_polars_dataframe
0.3.6 (2025-08-01)¶
hack structlog / dask / pytest capture incompatibility (structlog._output.stderr != sys.stderr leads to pickle error)
0.3.5 (2025-06-27)¶
added enum type
0.3.4 (2025-06-10)¶
fixed pypi package dependencies
0.3.3 (2025-06-08)¶
improved support of None and List type
bug fixes in type conversion functions
0.3.2 (2025-06-08)¶
pydiverse.common.version (implemented via importlib.metadata)
0.3.1 (2025-06-08)¶
fixed some type conversions (mostly Duration)
0.3.0 (2025-06-08)¶
rename Uint type to UInt
0.2.1 (2025-06-06)¶
also support to_xxx() for generic Int and Float Dtype classes
0.2.0 (2025-06-06)¶
moved many utility functions from
pydiverse.pipedagtopydiverse.common; this includes deep_map, ComputationTracer, @disposable, @requires, stable_hash, load_object, and structlog initializationDecimal becomes subtype of Float
0.1.0 (2022-09-01)¶
Initial release.
@materializeannotationsflow definition with nestable stages
zookeeper synchronization
postgres database backend
Prefect 1.x and 2.x support
multi-processing/multi-node support for state exchange between
@materializetaskssupport materialization for: pandas, sqlalchemy, raw sql text, pydiverse.transform