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

0.7.0 (2021-09-24)

Added

  • new dashboard structure with markdown support
  • multiple cases support
  • output comparison with report files
  • lua helpers, e.g. require(“lua/spairs”)
  • exp:rename_agents_with_suffix(string)
  • exp:select_block(block)
  • collection:load(filename, true) to raise error if the file is not found
  • exp:force_unit(unit)
  • exp = exp:save_cache()
  • exp:aggregate_scenarios_stages(f)
  • exp:remove_zeros()
  • exp:aggregate_agents(f, group_size)
  • exp:uncouple_stages()
  • study:path() and study:parent_path()
  • exp:set_initial_year(year)
  • do_string(code) (meta programming)
  • shift_stages(stages)
  • topology enumerate and exp:aggregate_topology(f, topology)
  • info(msg), warning(msg), error(msg)
  • forward and backward reading

Changed

  • exp:agents() return a vector of lua objects
  • unit conversion in logical binary expressions

Fixed

  • exp:aggregate_stages() in monthly-hourly cases
  • missing blocks in binary expression
  • eps in logical binary operations (lq, le, gt, ge)
  • exp:to_hour() and exp:to_block() when the input has no blocks
  • stderr not showing in the log in release mode
  • optgen study loading