Releases: NatLabRockies/EnergyPlusRegressionTool
EnergyPlus Regressions, v2.1.7
EnergyPlus Regressions, v2.1.6
Note: I accidentally deleted the wrong release. Recreating the v2.1.6 release again under the same SHA and tag as previously.
This release contains a minor update to the table diffing code, and was originally released on Sept. 25, 2025.
EnergyPlus Regressions, v2.1.5
Modified the table diff code to throw a big diff in the case of a table size diff. This was causing some changes to sneak through undetected.
EnergyPlus Regressions, v2.1.4
Allow some table reorder ignoring, as well as whole table ignoring.
EnergyPlus Regressions, v2.1.3
- Added case insensitivity to the table diff script for cell contents
- Added a new preferred build mode selector for Visual Studio type multi-config builds. I may make some improvements to it soon, including selecting a preferred mode for both builds separately. But it's an OK step forward.
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.