Skip to content

Releases: NatLabRockies/EnergyPlusRegressionTool

EnergyPlus Regressions, v2.1.7

16 Apr 17:20
fe3db37

Choose a tag to compare

Improves table diffing capabilities and some dependency upgrades.

EnergyPlus Regressions, v2.1.6

16 Apr 14:43
c7ff180

Choose a tag to compare

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

23 May 14:36
d540ecb

Choose a tag to compare

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

16 May 14:36
132aa5e

Choose a tag to compare

Allow some table reorder ignoring, as well as whole table ignoring.

EnergyPlus Regressions, v2.1.3

15 Apr 16:24
e51c2d1

Choose a tag to compare

  • 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

07 Feb 18:27
baa9407

Choose a tag to compare

A couple path issues fixed, and tablediff summary links should work better now.

EnergyPlus Regressions, v2.1.1

03 Feb 18:30
686674e

Choose a tag to compare

Fixed beautifulsoup4 dependency problem.

EnergyPlus Regressions, v2.1.0

30 Jan 18:02
5a4d045

Choose a tag to compare

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

09 Jul 21:47
b4477c8

Choose a tag to compare

Several minor fixes to get it running happily after finding issues on Ubuntu 24.04/Python3.12

EnergyPlus Regressions, v2.0.5

07 Jun 20:33
a37625d

Choose a tag to compare

2.0.4 had a packaging problem, fixed that and this should work fine.