Skip to content

v1.2.c

Compare
Choose a tag to compare
@rconcep rconcep released this 03 May 21:54
· 345 commits to master since this release

Patch 1.2.c

This patch incorporates a few bug fixes from previous minor revisions. It also introduces an experimental, packaged executable version of QuESt for easier use.

QuESt

  • An executable version of QuESt has been released. We are in the process of testing compatibility with a variety of systems and environments, but these executables will allow you to circumvent most of the installation process.
    • No Python installation required; packaged with its own Python environment.
    • Third party solvers for Pyomo still required, but we will look into the possibility of packaging a solver such as GLPK in the archive.
    • Each executable is for a specific operating system. We will start with Windows 10 versions but are looking into OS X (Mojave) versions as well.
    • Packaged using PyInstaller.
    • Once we gather enough feedback that these packages are functional, they will become a staple of each release.
    • The package is available below as snl-quest-1.2.c-win10.zip (not labeled as source code)
    • To run it, just extract the archive and run the snl-quest-1.2.c.exe file. It should launch as if you ran the python main.py.

Resolved issues

  • An issue where attempting to download ISO/RTO market data for ERCOT resulted in a fatal crash.
  • An issue where attempting to export a PNG from a results viewer when solved models were selected but no plot had yet been drawn resulted in a fatal crash.