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

1.3.0 (2025-04-10)

Added

  • GanttChart() and ganttchart:add(string, epoch, epoch)
  • ganttchart:enable_labels()
  • ganttchart:enable_grid()
  • ganttchart:rows()
  • ganttchart:first_max_visible_lines(int)
  • ganttchart:set_height(int)
  • ganttchart:set_auto_height()
  • exp:n_largest_indices(int, options)
  • exp:n_smallest_indices(int, options)
  • exp:hydro_from()
  • exp:hydro_to()
  • exp:aggregate_agents(function, string, weights)
  • exp:aggregate_scenarios(function, weights)
  • exp:remove_characters(string)
  • chart:set_tooltip(series_index, point_index, tooltip)
  • chart:shared_tooltip()
  • chart:tooltip_point_format(string) and chart:tooltip_point_format({string1,string2,...})
  • chart:tooltip_header_format(string) and chart:tooltip_header_format({string1,string2,...})
  • chart:errorbar_category(exp, label)
  • chart:save(filename)
  • string.random(length) and string.trim(s)
  • BY_WEIGHTED_AVERAGE() aggregation
  • BY_VAR_R() aggregation
  • BY_VAR_L() aggregation
  • BY_SDTERROR() aggregation
  • BY_STDERROR() aggregation
  • Topology.FILTRATION_FROM
  • --ifeedback argument
  • --temporary argument
  • --model optmain argument
  • --undirected_relationship argument
  • --timeout argument (value in seconds)
  • --loads3 argument (require AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY)

Added (Collection)

  • MaintenanceSolicitation collection
  • WaterWay collection
  • collection:get_scalars(i)
  • collection:load_table(filename, bool load_from_output_path)
  • collection:load_table_without_header(filename, bool load_from_output_path)
  • generic:create_temporary_writer(filename)

Added (Input Data)

  • hydro.hourly_maintenance
  • hydro.hourly_unavailability
  • hydro.regulation_factor
  • hydro.spillage_loss_factor
  • hydro.turbining_loss_factor
  • renewable.forced_outage_rate
  • renewable.hourly_maintenance
  • renewable.hourly_unavailability
  • sddp/historical_inflow
  • thermal.hourly_maintenance
  • thermal.hourly_unavailability
  • thermal.take_or_pay_cost

Changed

  • sddp/usedcl where flow in negative (to -> from)

Fixed

  • chart:add_categories when adding expressions with different number of categories
  • fix block load level length when running –model none