Skip to content

EMHASS add-on v0.5.0

Compare
Choose a tag to compare
@davidusb-geek davidusb-geek released this 17 Dec 11:17
· 157 commits to main since this release

Improvements and fixes following update of EMHASS code v0.6.0

Improvement

  • Now Python 3.11 is fully supported, thanks to @pail23
  • We now publish the optimization status on sensor.optim_status
  • Bumped setuptools, skforecast, numpy, scipy, pandas
  • A good bunch of documentation improvements thanks to @g1za
  • Improved code coverage (a little bit ;-)

Fix

  • Some fixes managing time zones, thanks to @pail23
  • Bug fix on grid cost function equation, thanks to @michaelpiron
  • Applying a first set of fixes proposed by @smurfix:
    • Don't ignore HTTP errors
    • Handle missing variable correctly
    • Slight error message improvement
    • Just use the default solver
    • Get locations from environment in non-app mode
    • Tolerate running directly from source