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

0.9.0 (2022-01-03)

Added

  • guards in the loading method to protect from psrclasses unknown error
  • report:add_header(string)
  • generic:create({value1, value2, ...}) and generic:create({value1, value2, ...}, "unit")
  • study:load_table(filename) and collection:get_files(regex)
  • PSR.studies()
  • negative epoch
  • relationship thermal/hydro/renewable plant to network areas
  • CO, tCO units

Syntax Changes

  • add_index_translation to PSR.add_index_translation

Changed

  • improvements in security
  • improvements in report classes
  • improvements in units classes
  • improvements in makefile and psrcloud deploy
  • argument --recipes can be a directory, and the psrio will search for all *.lua files

Fixed

  • CVAR aggregation when the values were equal
  • error in dependencies mode when saving a not selected output
  • error loading an output with upper case filename in linux
  • memory constraint on loading large hourly scenarios
  • error in BY_SUM(), BY_MIN(), and BY_MAX() when there were no values to aggregate
  • rollback to lua 5.4.2 (https://github.com/ThePhD/sol2/issues/1266)