0.6.1 (2021-08-23)¶
Changed¶
atoti.Cube.create_parameter_simulation()
can handle multiple parameter measures in the same simulation.
Deprecated¶
atoti.Cube.create_parameter_simulation()
’s measure_name and default_value parameters. Use the measures parameter instead.
Fixed¶
Conversion to absolute paths on Windows (#322).
atoti.at()
handling of literal values and levels in the same call (#184).Iteration on
atoti.Cube.levels
when multiple levels have the same name (#327).atoti.Cube.create_parameter_simulation()
failure when an existing table contained a column named Scenario (#335). The method was also changed to raise a clear error when a level named Scenario is passed to its levels parameter.Combination of measures defined by aggregating operations on table columns and other measures.