Releases: NREL/EnergyPlusRegressionTool
EnergyPlus Regressions, v2.1.2
A couple path issues fixed, and tablediff summary links should work better now.
EnergyPlus Regressions, v2.1.1
Fixed beautifulsoup4 dependency problem.
EnergyPlus Regressions, v2.1.0
This is heavily an internal refactor, moving from dicts to classes and string paths to pathlib.Path objects all over the place. The one big addition on the user side is that EIO diffs are now processed more intelligently, so that tiny numeric diffs in EIO tokens don't trigger big text diffs all over the place.
EnergyPlus Regressions, v2.0.7
Several minor fixes to get it running happily after finding issues on Ubuntu 24.04/Python3.12
EnergyPlus Regressions, v2.0.5
2.0.4 had a packaging problem, fixed that and this should work fine.
EnergyPlus Regressions, v2.0.4
Table diff fix along with some other cleanups.
EnergyPlus Regressions, v2.0.3
Polished up release.
EnergyPlus Regressions, v2.0.2
This release improves the install experience by providing a configure step. After you pip install this library, a new configure binary will be available right next to the regression tool binary. You can run energyplus_regression_configure(.exe)
and it will setup a desktop icon on Windows, install a .desktop file on Linux, and build out an .app bundle on your desktop for MacOS. You can take it from there to make it available on your docks/taskbars.
EnergyPlus Regressions, v2.0.0
This seems polished enough to go with a 2.0.0 release.
EnergyPlus Regressions, v1.9.9
Getting very close to 2.0.0, which I think is reasonable as this has become a very stable application.