Skip to content

Commit 5822b64

Browse files
committed
Update unify_schemas_pl to use diagonal_relaxed; bump version to 0.9.4.5
1 parent 5e4714f commit 5822b64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pydala/helpers/misc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def unify_schemas_pl(schemas: list[pa.Schema]) -> pl.Schema:
603603
pl.from_arrow(pa.Table.from_pylist([], schema=schema))
604604
for schema in schemas
605605
],
606-
how="vertical_relaxed",
606+
how="diagonal_relaxed",
607607
)
608608
.to_arrow()
609609
.schema

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name = "pydala2"
2323
readme = "README.md"
2424
#repository = "https://github.com/legout/pydala2"
2525
requires-python = ">= 3.10"
26-
version = "0.9.4.4"
26+
version = "0.9.4.5"
2727

2828
[project.optional-dependencies]
2929
legacy = ["polars-lts-cpu>=0.20.4"]

0 commit comments

Comments
 (0)