Releases: ladybug-tools/honeybee-standards
Releases · ladybug-tools/honeybee-standards
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2020-06-27)
Features
- data: Refactor the entire package to support broader use (c31c689)
BREAKING CHANGES
- data: This commit completely refactors the Python package in order to support broader use across all plugins.
Changes include:
-
Add an energy_default.json and a radiance_default.json to honeybee-standards that effectively houses all of the default values for the energy library and radiance library respectively.
-
Remove all of the defaults.idf, defauls.rad, and defaults.json files from the python package (we will keep them in the repo as a reference for users and I took them out using MANIFEST.in).
-
Flatten the structure of the repo to be use-able out of the box from PyPI (no need to relabel the "data folder as "honeybee_standards").