Skip to content

Releases: samuelduchesne/archetypal

v2.6.1 🌈

14 Oct 15:09
e8c24c5
Compare
Choose a tag to compare

Changes

Hot fix

v2.6.0 🌈

14 Oct 14:44
1ab983f
Compare
Choose a tag to compare

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 🌈

31 Aug 00:08
bd97a8f
Compare
Choose a tag to compare

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 🌈

27 Aug 19:04
85f513b
Compare
Choose a tag to compare

Changes

🚀 New Features

v2.3.1 🌈

19 Aug 15:46
1fe5661
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

v2.3.0 🌈

19 Aug 14:20
0eb3622
Compare
Choose a tag to compare

Changes

🚀 New Features

v2.2.6 🌈

13 Aug 19:03
Compare
Choose a tag to compare

Changes

  • Quick fix

v2.2.5 🌈

13 Aug 18:11
73d5632
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v2.2.3 🌈

13 Aug 16:12
c7bd324
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v2.2.2 🌈

28 Jul 19:33
Compare
Choose a tag to compare

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