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

0.10.1 (2022-02-14)

Fixed

  • intermittent error in dependencies mode

0.10.0 (2022-02-07)

Added

  • improved error messages
  • linear domain axis chart (stage_type = 0)
  • chart:add_heatmap(exp) and chart:save(filename, title)
  • dashboard:set_icon(string) based on feathericons
  • collection:cloudname()
  • collection:get_directories(regex) and collection:get_directories(subpath, regex)
  • exp:select_agent(index) and exp:select_agent(label)
  • exp:set_stage_type(int)
  • exp:save(filename, {fast_csv = true}) and exp:save(filename, {bin = true})
  • exp:add_prefix(string)
  • exp:rename_agent(string)
  • exp:has_agent(label)
  • exp:stages_to_agents() and exp:stages_to_agents(selected)
  • PSR.sleep(seconds) PSR.version()
  • info(table)
  • all aggregation functions in exp:to_block(function)

Syntax Changes

  • study:load_table(filename) no longer assume the extension is a .csv
  • exp:rename_agents_with_suffix(string) to exp:add_suffix(string)

Fixed

  • exp:select_scenarios({int, ...}) when the first stage was different than 1
  • `chart:add_area_range(exp, exp) with data considering leap years

Removed

  • exp:save(filename, {tmp = true})