Recent Releases of archetypal

archetypal - v2.18.9 🌈

Changes

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.18.8...v2.18.9

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] 7 months ago

archetypal - v2.18.8 🌈

Changes

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.18.7...v2.18.8

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] 7 months ago

archetypal - v2.18.7 🌈

Changes

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.18.6...v2.18.7

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] 7 months ago

archetypal - v2.18.6 🌈

Changes

  • Refactor EndUseBalance class for EnergyPlus version compatibility @samuelduchesne (#534)
  • Refactors path handling for improved consistency @samuelduchesne (#532)
  • Refactors SQLite connection handling @samuelduchesne (#530)

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] 7 months ago

archetypal - v2.18.5 🌈

Changes

  • Fix ExpandObjects command retrieval issue @samuelduchesne (#526)
  • Handle None case for EPW file in ExpandObjectsThread @samuelduchesne (#525)

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] about 1 year ago

archetypal - v2.18.4 🌈

Changes

  • More robust linting & formating has been added to the code base @samuelduchesne (#511)

πŸ› Bug Fixes

  • An issue with the Basement preprocessor has been fixed @samuelduchesne (#510)

🧰 Maintenance

  • Issue with shapely compatibility with numpy 2.1 has been fixed @samuelduchesne (#522)

Scientific Software - Peer-reviewed - Python
Published by github-actions[bot] about 1 year ago

archetypal - v2.18.3 🌈

Changes

πŸ› Bug Fixes

  • An issue simulating models with the Slab PreProcessor has been fixed @samuelduchesne (#505)

🧰 Maintenance

  • Ruff linting + tox as test system @samuelduchesne (#507)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 1 year ago

archetypal - v2.18.1 🌈

Changes

  • hotfix for dependencies @samuelduchesne (#502)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 1 year ago

archetypal - v2.18.0 🌈

Changes

🧰 Maintenance

  • archetypal now builds using poetry @samuelduchesne (#501)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 1 year ago

archetypal - v2.17.10 🌈

Changes

🧰 Maintenance

  • looser version for coolprop @samuelduchesne (#500)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 1 year ago

archetypal - v2.17.9 🌈

Changes

πŸ› Bug Fixes

  • For jupyter notebook users, the svg representation of schedule is now properly returned and does not throw a warning anymore @samuelduchesne (#499)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] about 2 years ago

archetypal - v2.17.8 🌈

Changes

  • Better compatibility with pydantic v1

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] about 2 years ago

archetypal - v2.17.7 🌈

Changes

πŸ› Bug Fixes

  • Fixes an issue where None is returned instead of an empty string for parameters of EpBunch objects @samuelduchesne (#498)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] about 2 years ago

archetypal - v2.17.6 🌈

Changes

🧰 Maintenance

  • Looser requirements @samuelduchesne (#496)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 2 years ago

archetypal - v2.17.5

Looser requirements

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne over 2 years ago

archetypal - v2.17.4

What's Changed

  • Future warnings have been removed by @samuelduchesne in https://github.com/samuelduchesne/archetypal/pull/495
  • EnergyPlus called with absolute paths instead of relative paths by @samuelduchesne in https://github.com/samuelduchesne/archetypal/pull/494

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.17.3...v2.17.4

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne over 2 years ago

archetypal - v2.17.2 🌈

Changes

πŸ› Bug Fixes

  • An issue with the conversion of IDF models to UMI templates has been fixed @samuelduchesne (#476)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 2 years ago

archetypal - v2.17.1 🌈

What's Changed

  • An issue where constant_schedule.Type attribute would not be passed to the constructor has been fixed by @samuelduchesne in https://github.com/samuelduchesne/archetypal/pull/464

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.17.0...v2.17.1

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne almost 3 years ago

archetypal - Quick Fix

sklearn~0.0 was removed from requirements.txt

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne about 3 years ago

archetypal - v2.15.2 🌈

Changes

🧰 Maintenance

  • Updates eppy and geomeppy @samuelduchesne (#418)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.15.1 🌈

Changes

πŸ› Bug Fixes

  • The ExpandObjects threaded executor now works even if the epw attribute is not set on an IDF model @samuelduchesne (#415)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.15.0 🌈

Changes

πŸš€ New Features

  • Total Envelope Area calculation added as a property of the IDF class @samuelduchesne (#411)
  • More controls have been added to the IDF.view_model method @samuelduchesne (#410)
  • Better backwards compatibility has been added for ZoneLists and PeopleLists @samuelduchesne (#409)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.14.1

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne over 3 years ago

archetypal - v2.14.0 🌈

Changes

πŸš€ New Features

  • Larger models with more extensible entries that are not defined in the IDD file will raise an error when parsed @samuelduchesne (#395)
  • Parsing Models with versions with more than two digits, ie V22.1.0, is now supported @samuelduchesne (#396)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.13.3 🌈

Changes

πŸ› Bug Fixes

  • An issue with empty strings for Zone Origin Vertices has been fixed @samuelduchesne (#387)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.13.2 🌈

Changes

πŸ› Bug Fixes

  • An issue with empty strings in Ensures Direction_of_Relative_North has been fixed @samuelduchesne (#386)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.13.1 🌈

Changes

πŸ› Bug Fixes

  • An issue with Zone Angles has been fixed @samuelduchesne (#385)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.13.0 🌈

Changes

πŸš€ New Features

  • Performance improvements for large UmiTemplateLibraries @samuelduchesne (#371)

πŸ› Bug Fixes

  • Issues affecting models with Construction:AirBoundary objects with the use of the EndUseBalance class have been fixed @samuelduchesne (#375)
  • An issue with the rotation of buildings including site shading objects has been fixed @samuelduchesne (#373)
  • fix unique name recursion overflow @szvsw (#367)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.12.2 🌈

Changes

πŸ› Bug Fixes

  • IsScheduledVentilationOn=True allowed when ScheduledVentilationAch=0 @samuelduchesne (#370)
  • An issue affecting calculation of heating and cooling setpoint in the template reduction algorithm has been fixed @samuelduchesne (#365)
  • An issue where a cooling setpoint higher than 50 was failing the template generation has been fixed @samuelduchesne (#363)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.12.1 🌈

Changes

  • Quick fix involving a rare issue where a the ventilation settings could not be parsed

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.12.0 🌈

Changes

πŸš€ New Features

  • Added the ability to specify which type of Umi object should be unique in an UmiTemplateLibrary @samuelduchesne (#348)
  • __getitem__ and __setitem__ has been implemented for the UmiBase class @samuelduchesne (#349)
  • Added ability to combine two UmiTemplateLibrary objects to form a larger one @samuelduchesne (#342)

πŸ› Bug Fixes

  • An issue affecting invalid GasMaterial names has been fixed @samuelduchesne (#358)
  • VentilationType was previously not included in dict @szvsw (#351)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.11.0 🌈

Changes

πŸš€ New Features

  • Different approach to calculating EndUse Balance is introduced @samuelduchesne (#324)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.10.0 🌈

Changes

πŸš€ New Features

  • Logging module follows python cookbook @samuelduchesne (#325)
  • IDF models are parsed in their file version instead of the default package settings.ep_version @samuelduchesne (#326)

πŸ› Bug Fixes

  • References to Subsurfaces are renamed before the new window is created with a new construction @samuelduchesne (#327)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 3 years ago

archetypal - v2.9.4 🌈

Changes

  • No changes

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 4 years ago

archetypal - v2.9.3 🌈

Quick fix of to_wwr

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne almost 4 years ago

archetypal - v2.9.1 🌈

Changes

Uses energy-pandas==0.3.3

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 4 years ago

archetypal - v2.9.0 🌈

Changes

πŸš€ New Features

  • New method to translate/rotate model to World coordinates @samuelduchesne (#314)

πŸ› Bug Fixes

  • Fix an issue affecting the Slab and Basement preprocessors @samuelduchesne (#315)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 4 years ago

archetypal - v2.8.3 🌈

Changes

  • No changes

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 4 years ago

archetypal - v2.8.2 🌈

Changes

  • No changes

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 4 years ago

archetypal - v2.8.1 🌈

Changes

  • No changes

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 4 years ago

archetypal - v2.8.0 🌈

Changes

πŸš€ New Features

  • Summarize EndUses for any IDF model @samuelduchesne (#225)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 4 years ago

archetypal - v2.7.1 🌈

Changes

  • Fix typo in HeatRecoveryEfficiencyLatent @zberzolla (#271)

πŸ› Bug Fixes

  • Supports Material:NoMass and Material:AirGap in OpaqueMaterial class @samuelduchesne (#274)
  • An issue with the svg representation of schedules in jupyter notebooks has been fixed @samuelduchesne (#253)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] about 4 years ago

archetypal - v2.7.0 🌈

Changes

πŸš€ New Features

  • Set the Iddname after object instantiation @samuelduchesne (#243)
  • IDF.set_wwr now only applies to walls that have windows already unless force=True is specified @samuelduchesne (#252)

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.6.4...v2.7.0

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] about 4 years ago

archetypal - v2.6.4 🌈

Changes

Quick fix

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.6.3...v2.6.4

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.6.3 🌈

Changes

Quick Fix

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.6.2...v2.6.3

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.6.2 🌈

Changes

πŸ› Bug Fixes

  • An issue specifying WWR with unconventional orientations has been fixed by @samuelduchesne in https://github.com/samuelduchesne/archetypal/pull/242

Full Changelog: https://github.com/samuelduchesne/archetypal/compare/v2.6.1...v2.6.2

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.6.1 🌈

Changes

Hot fix

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - 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)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - 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)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - 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)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - 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)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.3.0 🌈

Changes

πŸš€ New Features

  • Support for construction:internalsource constructions has been added @samuelduchesne (#203)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.2.6 🌈

Changes

  • Quick fix

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.2.5 🌈

Changes

🧰 Maintenance

  • Patch fixing another problem introduced in the previous release @samuelduchesne (#199)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - 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)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - 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

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.2.1 🌈

Changes

🧰 Maintenance

  • Update tqdm requirement from ~=4.60.0 to ~=4.61.1 @dependabot (#182)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.2.0 🌈

Changes

πŸš€ New Features

  • A prompt has been added when getting IDF.meters and IDF.variables for a weather file run when the SimulationControl is set to run design days. @samuelduchesne (#179)

🧰 Maintenance

  • Update energy-pandas requirement from ~=0.2.4 to ~=0.3.1 @dependabot (#180)
  • Update sigfig requirement from ~=1.1.8 to ~=1.1.9 @dependabot (#178)
  • Travis CI is no longer used @samuelduchesne (#177)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.1.3 🌈

Changes

  • Added "MaterialLayer", "GasLayer", "MassRatio" and "YearSchedulePart" to archetypal.template module

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.1.2 🌈

Changes

🧰 Maintenance

  • YearSchedule, WeekSchedule and DaySchedule are exposed in the archetypal.template module @samuelduchesne (#174)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 4 years ago

archetypal - v2.1.1 🌈

Changes

πŸš€ New Features

  • Parsing the Type limit for schedule defaults to Fractional when type is not known @samuelduchesne (#170)

🧰 Maintenance

  • Update click requirement from ~=8.0.0 to ~=8.0.1 @dependabot (#168)
  • Update click requirement from ~=7.1.2 to ~=8.0.0 @dependabot (#167)

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne almost 5 years ago

archetypal - v2.1.0 🌈

Changes

πŸš€ New Features

  • Overhaul of the template module and multiple bug fixes @samuelduchesne (#154)
  • Improvements to the OpaqueConstruction and OpaqueMaterial classes @samuelduchesne (#149)
  • The idf string representation can be specified using IDF.outputtype parameter @samuelduchesne (#147)

πŸ› Bug Fixes

  • Overhaul of the template module and multiple bug fixes @samuelduchesne (#154)
  • Meters: Better compatibility with earlier versions of EnergyPlus added @samuelduchesne (#151)
  • An issue where cops would yield as nan, breaking the json export, has been fixed @samuelduchesne (#150)

🧰 Maintenance

  • Update setuptools requirement from ~=56.1.0 to ~=56.2.0 @dependabot (#166)
  • Update matplotlib requirement from ~=3.2 to ~=3.4 @dependabot (#164)
  • Update scikit-learn requirement from ~=0.24.1 to ~=0.24.2 @dependabot (#163)
  • Update pytest requirement from ~=6.1.2 to ~=6.2.4 @dependabot (#159)
  • Bump scikit-learn from 0.24.1 to 0.24.2 @dependabot (#160)
  • Bump energy-pandas to flexible 0.2.4 @samuelduchesne (#162)
  • Bump networkx from 2.5 to 2.5.1 @dependabot (#161)
  • Update path requirement from ~=15.0.0 to ~=15.1.2 @dependabot (#158)
  • Update outdated requirement from ~=0.2.0 to ~=0.2.1 @dependabot (#157)
  • Update setuptools requirement from ~=49.6.0 to ~=56.1.0 @dependabot (#156)
  • Bump tqdm from 4.59.0 to 4.60.0 @dependabot (#155)
  • Bump energy-pandas from 0.1.4 to 0.2.1 @dependabot (#145)
  • The ZoneGraph class was refactored into its own module @samuelduchesne (#143)
  • bump energy-pandas from 0.1.2 to 0.2.1 @samuelduchesne (#144)
  • Improvements to the EnergyPlusExe class @samuelduchesne (#142)
  • Bump energy-pandas from 0.1.2 to 0.1.4 @dependabot (#141)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 5 years ago

archetypal - v2.0.1

Changes

🧰 Maintenance

  • Fixes an issue retrieving package version at runtime @samuelduchesne #139

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne almost 5 years ago

archetypal - v2.0.0 🌈

Changes

  • Updated unit testing with GitHub Actions @samuelduchesne (#137)
  • Trnsys @samuelduchesne (#130)

πŸš€ New Features

  • Schedules can be visualized as Ipython notebook svg @samuelduchesne (#138)
  • Construct ZoneDefinition without all its parent objects @samuelduchesne (#135)
  • energy-pandas is refactored into its own independent package @samuelduchesne (#128)
  • Easily open .htm, .mtd and .mdd in browser window or text editor @samuelduchesne (#116)
  • Added ability to plot a carpet plot for schedules @samuelduchesne (#115)
  • Retrieve meters as time-series from a dynamic list of available meters @samuelduchesne (#113)
  • Use of progress bar in parallel processes now supports nested processes @samuelduchesne (#102)
  • Debugging options have been added to archetypal.settings and the CLI @samuelduchesne (#105)
  • Allows creation of in memory IDF models @samuelduchesne (#103)
  • Complete overhaul of the IDF module @samuelduchesne (#106)
  • Constructions are created using a more robust loop @samuelduchesne (#108)
  • "Is Conditioned" attribute is now taken from the Zone Summary table @samuelduchesne (#110)
  • material:airgap objects are now handled as opaquematerials @samuelduchesne (#109)
  • Adds range checks (validity) for umi object attributes that are converted to EnergyPlus attributes. @samuelduchesne (#111)
  • Refactors UmiTemplate modules @louisleroy5 (#85)
  • [transition] Adds the ability to use a path name (with or without wildcards) in the transition utility @samuelduchesne (#98)
  • Translator @louisleroy5 (#97)
  • Refactors the IDF class to follow an OOP approac @samuelduchesne (#100)
  • Adds ability to specify outputs in the new IDF OOM format @samuelduchesne (#101)
  • Improved handling of ConstructionSets for Zones with undefined surfaces @samuelduchesne (#94)
  • Improved InternalMass detection and processing @samuelduchesne (#93)
  • A heat_capacity property has been added to the MaterialLayer object class @samuelduchesne (#92)
  • Improves the documentation of the package installation instructions + conversion from IDF to BUI @louisleroy5 (#90)
  • [Translator] Fixes an issue where the incorrect energy would be reported @louisleroy5 (#89)

πŸ› Bug Fixes

  • Fixes an issue where windows would be unassigned @samuelduchesne (#136)
  • Fixes an issue where glazing_materials would not compare equal @samuelduchesne (#133)
  • An issue where cli.transition would fail to complete when an exception was raised @samuelduchesne (#132)
  • 123 Conditioning settings are not the same between B_Off_0 and sample created with reduce @samuelduchesne (#126)
  • Plenums are not longer considered when creating the ZoneConditioning objects @samuelduchesne (#112)
  • Fixes an issue where a zone with no people would fail to be created @samuelduchesne (#107)
  • Umi Template Library reading and writing fixes @samuelduchesne (#95)
  • Fixes the execution of parallel processes on Windows where sub-processes would be denied writing permissions @samuelduchesne (#96)
  • [Fix] WindowSettings now load correctly when reading from a file @samuelduchesne (#91)

🧰 Maintenance

  • Copying UmiBase objects returns objects with different hash @samuelduchesne (#134)
  • CI refactoring @samuelduchesne (#129)
  • Adds build action @samuelduchesne (#124)
  • Refactoring the template.schedule module @samuelduchesne (#70)
  • Complete overhaul of the IDF module @samuelduchesne (#106)
  • Modifies the OutputPrep logic to save at the end of the operation => faster @samuelduchesne (#99)

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 5 years ago

archetypal - v1.3.3 🌈

What’s New

  • JOSS paper link added to readme (#88) @samuelduchesne
  • Bug: failed to import tempdir on some machines

Contributors

@samuelduchesne

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 5 years ago

archetypal - v1.3.2 🌈

What’s New

  • Additional details regarding caching within archetypal (#87) @samuelduchesne
  • Publication to Zenodo and JOSS

New Features

  • Refactors dataportals tests (#81) @louisleroy5
  • Improved installation instructions (#86) @louisleroy5
  • Corrects documentation (#80) @louisleroy5
  • Refactors trnsys tests (#79) @louisleroy5

Contributors

@louisleroy5 and @samuelduchesne

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] over 5 years ago

archetypal - v1.3.1 🌈

What’s New

  • Update release-drafter.yml (#78) @samuelduchesne
  • Automatic release drafting (#72) @samuelduchesne
  • Fixes an issue where the caching logic would produce different folder ids (#64) @samuelduchesne
  • Additional documentation (#62) @samuelduchesne
  • Enhanced IDF to BUI and modifies BUI (#51) @louisleroy5
  • Better example for UMI conversion (#60) @samuelduchesne
  • Silent OSX install is different after 9.2 (#61) @samuelduchesne
  • Adds Windows CI (#59) @samuelduchesne
  • Enables CI testing on MacOs platform (#53) @samuelduchesne
  • New Feature: OutputPrep class to help handle output preparation for IDF files (#40) @samuelduchesne
  • New: convert IDF files to UMI templates (#31) @samuelduchesne
  • The upgraded IDF file is now used when kwargs are changed (#36) @samuelduchesne
  • Improves the EnergyPlus runs logic (#34) @samuelduchesne
  • Removes Unique metaclass from Zone object + implements new cached logic (#33) @samuelduchesne
  • Adds loads to Zone class (#25) @louisleroy5
  • Adds conditioning to Zone class (#30) @louisleroy5
  • Saves yearly schedules + implements a method for surface adjacent to itself (#26) @louisleroy5
  • Adds command line interface for archetypal commands (#22) @samuelduchesne
  • Tests new IDF files + divide code in functions (#21) @louisleroy5
  • Testing new IDF files to translate (#17) @louisleroy5
  • New: find windows slope + fixes issue #11 (#12) @louisleroy5
  • Change arguments and return of convertidfto_trnbuild() (#7) @louisleroy5
  • Merge + modify comments (#6) @louisleroy5
  • Variable unique names (#5) @louisleroy5
  • Change idf file to test (#4) @louisleroy5

New Features

  • Adds documentation (#69) @louisleroy5
  • New: Adds default WWR to BuildingTemplate (#75) @samuelduchesne
  • Added daylighting Dimming Types for Continuous and Stepped Daylighting:Controls (#71) @samuelduchesne
  • Corrects path to IDFs to be tested (#67) @louisleroy5
  • Upgrades package compatibility to E+ version 9 (#58) @samuelduchesne
  • Better handling of EnergyPlus dependency (#49) @samuelduchesne

Bug Fixes

  • Properly merges schedules between zones in reduce operation (#57) @samuelduchesne
  • Fixes permissions on EnergyPlus Transition files in travis-ci (#29) @samuelduchesne
  • Support IDF versions older than 7.2 on Travis-CI builds (#28) @samuelduchesne
  • Fixes issue #15 (#16) @louisleroy5

Under the hood refactoring βš™

  • Implements travis-ci build for Linus, macOS and Windows (#76) @samuelduchesne
  • Adds tests to cover convertidfto_trnbuild() (#32) @louisleroy5

Contributors

@louisleroy5, @samuelduchesne and unknown

Scientific Software - Peer-reviewed - Python
Published by release-drafter[bot] almost 6 years ago

archetypal - v1.3.0

This was supposed to be the 1.3.0 release but an issue with pypi forced us to increment the build number.

Scientific Software - Peer-reviewed - Python
Published by samuelduchesne almost 6 years ago