You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.