0.6.1 (August 23, 2021)#
Changed#
atoti.Cube.create_parameter_simulation()
can handle multiple parameter measures in the same simulation.
User interface#
Upgraded Atoti UI to 5.0.1.
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 (issue #322).
atoti.at()
handling of constants and levels in the same call (issue #184).Iteration on
atoti.Cube.levels
when multiple levels have the same name (issue #327).atoti.Cube.create_parameter_simulation()
failure when an existing table contained a column named Scenario (issue #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.
User interface#
Inability to collapse a table cell after expanding another one (issue #332).
Deletion of dashboards and widgets when
atoti.create_session()
’s user_content_storage parameter is not configured.Endless rapid pinging when a session is closed but its app stays opened in a browser tab.