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

0.19.0 (2022-12-15)

Added

  • new AWS S3 downloader
  • exp:select_scenarios(int, int)
  • tab:set_disabled()
  • tab:set_collapsed(boolean)
  • study:has_hour_block_map()
  • study:get_parameter(string, string)
  • concatenate_blocks(...)
  • info(std::vector<std::string>)
  • ConcentratedSolarPower collection (variables: hour_generation)
  • ElectrificationDemand collection
  • ElectrificationDemandSegment collection (variables: hour, block, cost, hour_price)
  • ElectrificationNetwork collection
  • ElectrificationNode collection
  • ElectrificationProcess collection
  • ElectrificationProducer collection
  • ElectrificationStorage collection
  • ElectrificationTransport collection
  • GasEmission collection (variables: code, cost)
  • GasNode collection (variables: code, production_cost_constraint)
  • Load collection (variables: code, bus, hour_bus)
  • ReservoirSet collection (variables: code, security_energy, flood_control_energy, alert_energy)
  • dclink.wheeling_cost_from and dclink.wheeling_cost_to
  • fuel.min_consumption, fuel.max_consumption and fuel.availability
  • system.carbon_credit_cost
  • thermal.startup_cost_constraint, thermal.spinning_reserve, thermal.max_reserve, and thermal.bid_price
  • balancing_area.regulation_up and balancing_area.regulation_down
  • demand.variable_block_duration
  • demand_segment.hour_price and demand_segment.block_price
  • error check in exp:to_block() and exp:to_hour() when the case has no hour block map

Syntax Changes

  • study:is_hourly_load() to study:has_hourly_load()
  • circuit.existing to circuit.state
  • dclink.existing to dclink.state
  • generation_constraint.existing to generation_constraint.state
  • generation_constraint.capacity to generation_constraint.data
  • hydro.existing to hydro.state
  • renewable.existing to renewable.state
  • thermal.existing to thermal.state

Fixed

  • docs publish (tag)
  • errors in concatenate_stages and concatenate_scenarios when first_stage > 1
  • add_index_translation
  • active tab when the first ones are disabled
  • error when creating the output path

Removed

  • thermal.forced_generation
  • include folder (julia users should use the PSRIO.jl package)

Submodules

  • AWS 1.9.379 added
  • zlib 1.2.13 added
  • AWS Integration updated
  • Bootstrap 5.2.2 -> 5.2.3
  • Bootstrap Icons 1.9.1 -> 1.10.2
  • S3Integrations removed