Releases: samuelduchesne/archetypal
Releases · samuelduchesne/archetypal
v2.6.1 🌈
Changes
Hot fix
v2.6.0 🌈
Changes
🚀 New Features
- A new method to add idf objects from a string has been added @samuelduchesne (#234)
- IDF.simulate() will now bypass the energyplus executable if results already exist @samuelduchesne (#218)
🐛 Bug Fixes
- Added error message when no Version object in IDF model @samuelduchesne (#233)
- An issue where a missing default value in a Material E+ object would fail the creation of an OpaqueMaterial object @samuelduchesne (#232)
🧰 Maintenance
- Removed redefinition of UnitRegistry units since they are included in EnergyPandas @samuelduchesne (#219)
v2.5.0 🌈
Changes
🚀 New Features
- A new method to resize a building to a specific width and length has been added @samuelduchesne (#216)
🧰 Maintenance
- The EnergyPlusVersion class has been refactored to take care of finding
.idd
paths and EnergyPlus installation directories + IDF.from_example_files can take the name of the epw instead of a path @samuelduchesne (#212)
v2.4.0 🌈
Changes
🚀 New Features
- Quickly remove a list of objects from a model @samuelduchesne (#211)
- EpBunch extension added to return the dict representation of the object @samuelduchesne (#210)
v2.3.1 🌈
Changes
🐛 Bug Fixes
- An issue affecting VentilationSetting.to_epbunch() has been fixed @samuelduchesne (#208)
- An issue where multiple template.Load objects could have conflicting names @samuelduchesne (#207)
🧰 Maintenance
- Simplified plotting of Schedules @samuelduchesne (#206)
v2.3.0 🌈
Changes
🚀 New Features
- Support for construction:internalsource constructions has been added @samuelduchesne (#203)
v2.2.6 🌈
Changes
- Quick fix
v2.2.5 🌈
Changes
🧰 Maintenance
- Patch fixing another problem introduced in the previous release @samuelduchesne (#199)
v2.2.3 🌈
Changes
🧰 Maintenance
- Improvements for containerized installs of archetypal @samuelduchesne (#198)
- The IDF.output_directory will not be created unless necessary @samuelduchesne (#195)
- The conda build has been fixed (local development) @samuelduchesne (#194)
v2.2.2 🌈
Changes
🧰 Maintenance
- Update energy-pandas requirement from ~=0.3.1 to ~=0.3.2 @dependabot (#190)
- Update networkx requirement from ~=2.5.1 to ~=2.6.1 @dependabot (#186)
- Update tqdm requirement from ~=4.61.1 to ~=4.61.2 @dependabot (#185)
- Update packaging requirement from ~=20.9 to ~=21.0 @dependabot (#183)
- Sphinx build fixed for new sphinx version