v1.5.0
The OpenStudio Coalition is proud to release OpenStudio Application 1.5.0, which has updates to OpenStudio 3.5.1, EnergyPlus 22.2.0.
As a reminder we have strategic roadmap (here are the high level results) which prioritizes education and outreach to states, utilities, and higher education. All this has been funded by founding OpenStudio Coalition members The Energy Coalition, PSD, VEIC, and EffiBEM. To continue our efforts and provide additional support and training, please join us!
What's Changed
New Features:
- Update to OpenStudio SDK v3.5.1 and EnergyPlus v22.2.0
- Add SetpointManager:SystemNodeReset:Temperature and SetpointManager:SystemNodeReset:Humidity by @jmarrec in #569
- Add tab tracking with google analytics by @macumber in #564
- Tab tracking is opt-in, and can be disabled at any time in the OpenStudio Application settings. The OpenStudio Coalition aims to collect anonymous usage statistics to help improve the OpenStudio Application. You can refer to our privacy policy for more information.
- Style updates by @macumber in #540
- Note: A new component called "Python bindings" is available for selection in the binary installers. For now, it will only install the python bindings in your application's folder, since support for Python Measures is still experimental in the OS SDK.
- Update standards (add 90.1-2016 and 90.1-2019 library files) by @jmarrec in #587
Bug fixes:
- Fix #551 - Allow connecting a VRF Terminal from "MyModel" to a VRF System by @jmarrec in #552
- Parent page to view by @macumber in #548
- Fix #549 - Update hvac_library.osm for ZoneHVACTerminalUnitVariableRefrigerantFlow by @jmarrec in #550
- Update other uses of OSWebEnginePage by @macumber in #558
- Geometry preview - fix incorrect variable scope by @antoine-galataud in #553
- Allow deleting subsurfaces and improve app speed by @macumber in #582
- Only set error to true on failed simulation by @macumber in #580
- render scene when camera option changes by @antoine-galataud in #586
- Fix dup images, fix measure manager bug, show beginning of long strings in QLineEdit by @macumber in #588
Internal/Developer changes:
- Enable C++20 and use nighty build of OpenStudio (3.5.0-alpha, E+ 22.2.0) by @jmarrec in #566
- Bump hvac library to 3.5.0 by @jmarrec in #567
- Bump all osms but hvac_library to 3.5.0 by @jmarrec in #568
- Run Clang checks:
performance-for-range-copy
readability-qualified-auto
,modernize-use-auto
,modernize-use-using -fix
by @jmarrec in #573 - Bump cppcheck from 2.3 to 2.9 by @jmarrec in #570
- Adding Mac Mini runner for arm64 (M1) packages by @macumber in #578
- Update to OS SDK 3.5.0-rc1 by @jmarrec in #572
- Update SHAs to final 3.5.0 release by @macumber in #576
- Upgrade OS SDK to 3.5.1-rc2 by @jmarrec in #583
- Update to OpenStudio 3.5.1 by @macumber in #584
Full Changelog: v1.4.0...v1.5.0
Changelog
Date Range: 2022-06-08 (v1.4.0) - 2023-01-03:
New Issues: 19
Closed Issues: 18
Accepted Pull Requests: 27
Total Open Issues: 133
Total Open Pull Requests: 2
Click to see details
Closed Issues: 18
- ➕ #478, Update to Visual Studio 2022 (version 17)
- ✔️ #500, openstudio-model-articulation-gem Create Baseline Building Doesn't work
- ✔️ #506, Mac M1 CI runner
- ✔️ #507, OpenStudioApplication 1.4.0 - Release Checklist
- ✔️ #523, Measures list is not updated after download from BCL
- ✔️ #536, Text too large on OSItems
- ✔️ #546, EPW Line 5 Syntax - HOLIDAYS/DAYLIGHT SAVING
- ✔️ #547, App crashes after viewing Results Summary tab
- ✔️ #549, hvac_library.osm needs to harcode some fields for ZoneHVACTerminalUnitVariableRefrigerantFlow
- ➕ #551, Allow connecting a VRF Terminal from "MyModel" to a VRF System
- ✔️ #554, Openstudio application crashes after clicking on thermal zone tab
- ✔️ #556, Unable to delete subsurfaces in spaces, subsurfaces tab
- ✔️ #559, Cannot set object name in OpenStudio SketchUp Plug-in
- ➕ #565, Show inherited constructions in spaces tab
- ✔️ #574, BCL Measures do not Update
- ✔️ #575, Adaptive ASHRAE 55 model doesn't report status variable
- ✔️ #581, Default Cooling Coil should be CounterFlow
- ✔️ #585, Geometry camera options don't trigger scene rendering
Accepted Pull Requests: 27
- ✔️ #540, Style updates
- ✔️ #545, Merge to master for 1.4.0
- ✔️ #548, Parent page to view
- ✔️ #550, Fix #549 - Update hvac_library.osm for ZoneHVACTerminalUnitVariableRefrigerantFlow
- ➕ #552, Fix #551 - Allow connecting a VRF Terminal from "MyModel" to a VRF System
- ✔️ #553, Geometry preview - fix incorrect variable scope
- ✔️ #558, Update other uses of OSWebEnginePage
- ✔️ #563, Enable C++20 and use nighty build of OpenStudio (3.5.0-alpha, E+ 22.2.0)
- ✔️ #564, Add tab tracking with google analytics
- ✔️ #566, Enable C++20 and use nighty build of OpenStudio (3.5.0-alpha, E+ 22.2.0)
- ✔️ #567, Bump hvac library to 3.5.0
- ✔️ #568, Bump all osms but hvac_library to 3.5.0
- ➕ #569, Add SetpointManager:SystemNodeReset:Temperature and SetpointManager:SystemNodeReset:Humidity
- ✔️ #570, Bump cppcheck from 2.3 to 2.9
- ✔️ #572, Update to OS SDK 3.5.0-rc1
- ✔️ #573, Run Clang checks:
performance-for-range-copy
readability-qualified-auto
,modernize-use-auto
,modernize-use-using -fix
- ✔️ #576, Update SHAs to final 3.5.0 release
- ✔️ #577, Style updates plus change icons to SVGs
- ✔️ #578, Adding Mac Mini runner for arm64 (M1) packages
- ✔️ #580, Only set error to true on failed simulation
- ✔️ #582, Allow deleting subsurfaces and improve app speed
- ✔️ #583, Upgrade OS SDK to 3.5.1-rc2
- ✔️ #584, Update to OpenStudio 3.5.1
- ✔️ #586, render scene when camera option changes
- ➕ #587, Update standards
- ✔️ #588, Fix dup images, fix measure manager bug, show beginning of long strings in QLineEdit
- ✔️ #589, Merge develop to master for 1.5.0 release
Total Open Issues: 133 (#130, #132, #111, #112, #142, #113, #143, #158, #133, #134, #172, #135, #136, #162, #139, #174, #157, #166, #175, #138, #167, #137, #121, #176, #114, #144, #152, #171, #141, #115, #140, #122, #116, #164, #170, #165, #151, #154, #148, #117, #150, #123, #169, #153, #124, #160, #155, #125, #156, #105, #159, #161, #120, #127, #118, #119, #128, #129, #145, #146, #147, #168, #19, #42, #78, #101, #96, #104, #179, #199, #206, #213, #217, #224, #234, #238, #239, #253, #254, #262, #263, #271, #272, #273, #278, #279, #280, #284, #289, #293, #298, #300, #314, #322, #332, #335, #336, #337, #338, #357, #371, #377, #380, #381, #389, #396, #400, #410, #411, #416, #417, #423, #472, #475, #481, #482, #485, #486, #489, #491, #493, #495, #512, #520, #529, #542, #555, #557, #560, #561, #562, #571, #579)