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

1.0.0 (2024-03-17)

Added

  • responsive containers to side by side charts
  • marketplace documentation
  • exp:save(..., { index = false })
  • toml:get_keys()
  • toml:get_table(key)
  • toml:get_table(key, fallback)
  • toml:get_table_array(key)
  • --binf_rule argument
  • hydro.discharge_ramp_up
  • hydro.discharge_ramp_down
  • chart:add_waterfall(...)
  • collection:force_load(file_name)
  • concentrated_solar_power.system

Added (Input Data)

  • demand.is_enabled

Changed

  • major performance improvements in exp:select_agents(query) method
  • major performance improvements in exp:remove_zeros() method
  • minor performance improvements in exp:convert(...) method
  • toml:get_string(key, fallback) where fallback is dynamic
  • toml:get_string_array(key, fallback) where fallback is dynamic
  • toml:get_integer(key, fallback) where fallback is dynamic
  • toml:get_integer_array(key, fallback) where fallback is dynamic
  • toml:get_real(key, fallback) where fallback is dynamic
  • toml:get_real_array(key, fallback) where fallback is dynamic
  • toml:get_boolean(key, fallback) where fallback is dynamic

Fixed

  • GasNode collection
  • collection:print_elements() index
  • error in exp:aggregate_blocks() when exp is null

Removed

  • --load_only_csv argument

Submodules

  • bootstrap 5.3.2 -> 5.3.3
  • bootstrap-icons 1.11.1 -> 1.11.2
  • github-markdown-css 5.4.0 -> 5.5.1
  • json 3.11.2 -> 3.11.3
  • psrplot 0.11.0 -> 0.12.0