-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Testing Instructions
The second release candidate of the 1.7.0 release has been posted. The 1.7.0 is a major release. It updates the OpenStudio SDK from 3.6.1 to 3.7.0.
Are you willing to test it out to help us make a great product? This will only take a few minutes of your time, yet it is absolutely critical for us to be aware of bugs.
Ready? You're awesome, thank you!
Go and download the executable from the v1.7.0-rc2 release. Please take a look at the release notes as they showcase the new features and bug fixes, so you know what to look for
Then try it out. You'll find a checklist below of things to try out, but please do feel free to go off-script, and if you can even try it out with your real world models that's even better.
When you're done, please report back by posting on this issue, with the following template filled out.
## Checklist
### Platform and version: <!-- eg: Ubuntu 20.04, macOS 10.15 x64, macOS 11.4 x64, macOS 12.3 arm64 (M1), Windows 10 20H2-->
* [ ] I could install the OpenStudioApp installer
* [ ] I could launch the OpenStudioApp.exe
* [ ] I can load File > Example > Example Model
* [ ] I can go to Geometry Preview and see the example model
* [ ] I can go to all tabs and see stuff loading
* [ ] I can create HVAC loops and assign a thermal zone
* [ ] I can search for Measures on the BCL
* [ ] I can put a measure in my workflow
* [ ] I can run a simulation
* [ ] I can see the simulation results (EnergyPlus Outputs, OpenStudio Results)
* [ ] I have tried enabling (and disabling) the Classic CLI
* [ ] I have tried creating and running a Python measure in the new CLI
## Problems found:
<!-- please describe -->
Release notes
These are important items that we will post in release notes:
- OpenStudio Application 1.7.0 uses OS SDK 3.7.0 which introduces support for Python measures. If you are having issues with the new default CLI when computing measure arguments or running simulations, you may need to try using the classic CLI. The classic CLI does not support Python measures.
- The Mac installers are not signed, to install them the user must ctrl-click the file and select open (https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unidentified-developer-mh40616/mac). The user might also have to remove the quarantine attribute from the installer using
xattr -dr com.apple.quarantine(https://hiringengineersbook.com/post/disable-quarantine/).
Known issues
These are known issues we will fix:
These are the known issues that we will post in release notes:
- OpenStudio SketchUp Plug-in crashes on launch on Mac (x86_64 and ARM) with SketchUp 2023 (OpenStudio SketchUp Plug-in crashes on launch on Mac (x86_64 and ARM) with SketchUp 2023 openstudio-sketchup-plugin#133)
- Application crash when using Python measures without Python Bindings component installed (Application crash when using Python measures without Python Bindings component installed #656)
Thank you!