0.5.4 (2021-05-03)¶
Changed¶
Improved docstrings of
session.Session.read_sql()
andstore.Store.load_sql()
(#261).session.Session.stores
can be accessed inside atransaction
.
Fixed¶
query.cube.QueryCube.query()
’s condition parameter accepts instances ofHierarchyIsInCondition
andLevelIsInCondition
.Timestamps in Parquet files are parsed as dates in the UTC timezone instead of in the computer’s timezone.
Array columns created from
session.Session.read_pandas()
can be used to define aggregated measures combining multiple store columns.