0.5.4 (May 03, 2021)#
Changed#
Improved docstrings of
atoti.Session.read_sql()
andatoti.store.Store.load_sql()
(issue #261).atoti.Session.stores
can be accessed inside atransaction
.
Fixed#
atoti_query.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
atoti.Session.read_pandas()
can be used to define aggregated measures combining multiple store columns.