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
* chore: remove unused dependencies (#535)
* chore: remove unused dependencies
* Use Optional for energyplus_location (#536)
* test: add energyplus interface coverage (#537)
* Replace deprecated pkg_resources with importlib.metadata (#541)
* Fix a typing issue
* Replace deprecated pkg_resources with importlib.metadata
pkg_resources was removed in setuptools 82. Use importlib.metadata
(stdlib since Python 3.8) to resolve package version at runtime.
https://claude.ai/code/session_01931BKYPT56MDrWgY3maT8D
* Add PackageNotFoundError fallback in docs/conf.py
Prevents Sphinx build from crashing if archetypal is not installed
in the docs build environment.
* Fix Sphinx version/release assignment in docs/conf.py
Split the chained assignment so `release` retains the full version
string (e.g. "2.18.9") and only `version` is truncated to major.minor.
* Apply ruff auto-fixes (import sorting, __all__ ordering)
* Bump version to 2.18.10
0 commit comments