Skip to content

Version v0.7.7

Latest

Choose a tag to compare

@dsanchez-garcia dsanchez-garcia released this 11 Apr 16:23
· 74 commits to master since this release

[0.7.7] - 2026-04-11

Fixed

  • Numpy 2.0+ Compatibility Bug: Fixed an issue where building names and EnergyPlus EMS program line overrides were unintentionally injected with the numeric wrapper string np.float64(...) by safely replacing repr() instances with str() in parameter representations.
  • Python 3.14 SyntaxWarnings: Resolved invalid escape sequence warnings (\E) inside accim/utils.py by sanitizing internal paths to adopt forward slashes syntax.

Changed

  • Dependencies Relaxation: Lifted the ceiling on numpy (<2.0.0) and matplotlib (<=3.7) dependencies inside setup.py to fully support and adapt to the latest environment setups.
  • Python Version Definition: Lifted maximum python support limitations (updated python_requires to >=3.9 from <3.10). accim now officially scales alongside newer releases of Python and core packages like eppy.