Skip to content

eplusr v0.16.0

Compare
Choose a tag to compare
@hongyuanjia hongyuanjia released this 17 May 13:01

New features

  • Add support for EnergyPlus v22.1 (#517).
  • Add support for EnergyPlus v22.2 (#530).
  • Add support for EnergyPlus v23.1 (#548).
  • Update weather database (#519).
  • Add support Space in IdfGeometry. Results from IdfGeometry$area(), IdfGeometry$tilt() and IdfGeometry$azimuth() now include a new column space indicating the spaces where the surfaces are attached to. IdfGeometry$view() and IdfViewer$show() now can render by spaces (#535).

Bug fixes

  • IdfGeometry$convert() now work for EnergyPlus v9.6 and above (#536).
  • Now IMF files can be handled correctly (#537).
  • Now idf$add(), idf$set() and other methods accept any list inputs on the
    RHS instead of explicitly restricting to list() (#545).

Internal refactor

  • Use testthat 3rd edition for parallel testing (#478).
  • Update minimal {data.table} version requirement to 1.14.6 to fix (#415).
  • Remove {crayon} and {progress} dependencies (#432).
  • Move {hms} to Suggest (#557).