Link Search Menu Expand Document Facebook Twitter Linkedin Instagram Light mode Dark mode

0.11.0 (2022-04-11)

Added

  • dashboard frontend rework
  • new unit matching algorithm
  • input data dimensions check rework
  • --label name, --label code, and --label avid arguments
  • --ignore_hrbmap argument
  • exp:save(filename, {label="name"}), exp:save(filename, {label="code"}), and exp:save(filename, {label="avid"})
  • exp:first_stage(), exp:last_stage(), and exp:code(index)
  • Chart(title, subtitle)
  • chart:add_spline(exp)
  • chart:add_area_spline(exp), chart:add_area_spline_stacking(exp), chart:add_area_spline_percent(exp), and chart:add_area_spline_range(exp1, exp2)
  • exp:remove_agent(index), exp:remove_agent(label), and exp:rename_agent(label)
  • exp:select_agent_by_code(code) and exp:select_agents_by_code({code1, code2, ...})
  • exp:remove_agent_by_code(code) and exp:remove_agents_by_code({code1, code2, ...})
  • exp:rename_agents_with_codes()
  • exp:select_agents(collection, label)
  • exp:spread_scenarios(scenarios)
  • collection:language()
  • study:get_parameter(key, double)
  • PSR.colors({"#ff0029", "#377eb8", ...}) and PSR.interpolate_colors("#ff0000", "#00ff00", 4)
  • toml:get_array_size(key) and toml:get_array(key, i)
  • sfd, R$ units

Syntax Changes

  • exp:select_stages(stage) to exp:select_stage(stage)
  • exp:select_stages(first_stage, -1) to exp:select_first_stage(first_stage)
  • exp:select_stages(-1, last_stage) to exp:select_last_stage(last_stage)
  • study:macro_agents(...) to collection:load_tag(...)
  • study:load_table(filename) to collection:load_table(filename)
  • study:load_toml(filename) to collection:load_toml(filename)
  • study:get_parameter(key) to study:get_parameter(key, int)
  • Compare(title, rtol = 1e-4) to Compare(title, rtol = 1e-4, atol = 0)

Fixed

  • fast_csv warning when the csv was locked
  • saving in a directory that does not exist

Removed

  • --avid argument
  • chart:add_line_stacking(exp) and chart:add_line_percent(exp)