0.21.0 (2023-01-16)
Added
- NCP support
exp:aggregate_blocks() with automatic aggregation function selection GenericConstraint collection exp:map_scenarios(filename) --load_from_output_path reading in collection:load_toml(...) dashboard:set_title(string) generic:create_writer(filename) writer:open() writer:is_open() writer:write(string) writer:write_line(string) writer:close() --log_append argument
Syntax Changes
--logname to --log_name argument toml:get_bool(...) to toml:get_boolean(...) toml:get_int(...) to toml:get_integer(...) toml:get_double(...) to toml:get_real(...)
Fixed
- intermittent error in
Load collection relational:add(string, study, from, to) when the collection is empty - error in
aggregate_stages when first_stage > 1` (#86) - error using
aggregate_stages(..., Profile.PER_WEEK) when exp has weekly stages (#89)
Removed
- some trace messages
- loadfile and dofile functions
Submodules
- PSRClasses
07a23f47 -> 1ce193dd