0.12.0 (2022-05-29)
Added
- raw HTML parsing in markdown
chart:add_categories(exp, label) and chart:add_categories(exp1, exp2, label) chart:add_line(exp, {color = {"#9b5de5", "#f15bb5", ...}}) study:save_relationship("filename", from, to) Topology.TURBINED_FROM concatenate_scenarios(exp1, exp2, ...) and clamp(exp, low, hi) exp:repeat_on_buffer_years() exp:to_hour(f, "hblock file") and exp:to_block(f, "hblock file") exp:force_blocks() exp:set_initial_stage(int) exp:select_agents(collection, {label1, label2, ...}) exp:aggregate_stages(f, {stage1, stage2, ...}) and exp:aggregate_scenarios_stages(f, {stage1, stage2, ...}) exp:cumsum_agents() exp:fill_agents({int or string, int or string, ...}, value) collection:load_table_without_header("filename") psrclasses-netplan.dat loading --load_from_output_path argument
Syntax Changes
PSR.colors({"#ff0029", "#377eb8", ...}) to PSR.set_global_colors({"#ff0029", "#377eb8", ...})
Changed
- improvements in dashboard frontend
- incremental progress bar in psrcloud
Fixed
- error in
exp:select_agents(query) when the attributes were different - error in
exp:select_agents(collection, {label}) when there were multiple agents with the same label