Skip to content

v0.2.0

Compare
Choose a tag to compare
@anyaelena anyaelena released this 31 Mar 22:14
· 338 commits to develop since this release
6db8d2e

Summary of updates

Worker:

  • Install Spawn of EnergyPlus
  • Alfalfa workers upgrade to PyFMI 2.9.5 and now use exclusively Python 3
  • OS and FMU operations have improved separation
  • Message to add a site now uses ‘model_name’ instead of ‘osm_name’ as a parameter
  • FMU timestep updated to 60s.
  • Timescale option now working for FMUs

Web:

  • Resolved security vulnerabilities
  • Windows compatible
  • Isolated devDependencies
  • Replaced deprecated Roboto dependency
  • Localized Material Icons font
  • ES6 refactor
  • Reformat
  • Added missing dependencies
  • Replaced moment with luxon for tree shaking
  • Replaced hardcoded browser targets with dynamic .browserslistrc
  • Fixed invalid json
  • Resolved all compilation warnings

Deployment:

What's Changed

New Contributors