Skip to content

v1.7.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@macumber macumber released this 25 Dec 04:55
· 338 commits to develop since this release
3d3d913

The OpenStudio Coalition is proud to release the first release candidate for OpenStudio Application 1.7.0, which has updates to OpenStudio SDK 3.7.0, EnergyPlus 23.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!

Testing: Call for help from the community

Please take a few minutes of your time to help us test this Release candidate by going to this issue

What's Changed

  • Merge develop to master for 1.5.0 release by @macumber in #589
  • Send tab name instead of tab index and fix CORS issue by @macumber in #607
  • Don't crash if LocalBCL is corrupt by @macumber in #609
  • Update to OS 3.6.1 by @macumber in #610
  • Merge for 1.6.0 release by @macumber in #611
  • Fix the crash in schedules view by @macumber in #614
  • Add search bar to OSCollapsibleItemList by @macumber in #618
  • Fix MacOS CI by @macumber in #624
  • Fix #482 - SwimmingPool:Indoor icon + policy and implement a way to deal with ModelObjects having a model-dependent parameter by @jmarrec in #621
  • Fix #560 - Refactor HVACSystems view to hide unavailable controls, allow zooming display on VRF + Refrigeration tab by @jmarrec in #622
  • Fix #238 - Add a search bar for the Output Variable list, allow displaying only selected, bulk setting reporting frequency by @jmarrec in #623
  • Update to OpenStudio SDK 3.7.0-alpha (latest nightly build) by @jmarrec in #627
  • Geometry Preview refactor - separate into several files, allow running in browser directly by @jmarrec in #628
  • New Geometry Diagnostics in the Geometry Preview: Detect incorrectly oriented surfaces in spaces, non convex spaces by @jmarrec in #630
  • Update variables layout by @macumber in #631
  • Update to OpenStudio 3.7.0-alpha based on EnergyPlus v23.2.0 official by @jmarrec in #635
  • Update to OpenStudio 3.7.0-rc1 by @jmarrec in #636
  • Disable TLS_VERIFY for conan cmake for windows CI runner by @jmarrec in #637
  • Fix #638 - Make links clickable for measure descriptions by @jmarrec in #639
  • Update to OpenStudio v3.7.0 by @macumber in #644
  • Install the OpenStudio Results measure as a backup to the BCL by @macumber in #642
  • Update the application version by @macumber in #645
  • Update OSM versions to 3.7.0 by @macumber in #648
  • Fix bug when cloning a story with windows by @macumber in #643
  • Use the GitHub hosted macos-13 runners by @macumber in #647
  • Update to Qt 6.6.1 by @macumber in #650
  • Add support for Python Measures by @jmarrec in #651

Full Changelog: v1.6.0-rc1...v1.7.0-rc1

Changelog

Date Range: 2023-06-06 (v1.6.0) - 2023-12-25:

New Issues: 17

Closed Issues: 20

Accepted Pull Requests: 24

Total Open Issues: 130

Total Open Pull Requests: 4

Click to see details

Closed Issues: 20

  • #238, Possible option of a search icon in the output variable tab
  • #284, Have a search icon in the right-hand pane.
  • ✔️ #314, Inspector dialog allows setting invalid object names
  • ✔️ #332, Making a copy of some measures crushes the app
  • #482, Adjust Policy for Swimming Pool to hide Pool Water In/Outlet Nodes (+ icon)
  • ✔️ #554, Openstudio application crashes after clicking on thermal zone tab
  • ✔️ #560, HVAC tab for VRF does not zoom
  • #562, Search Function Request for User Interface in "My Model" tab and "Library" tab especially for HVAC tab
  • ✔️ #602, OpenStudioApplication 1.6.0 - Release Checklist #507
  • ✔️ #605, v1.6.0-rc1 Testing: Call for help from the community
  • ✔️ #613, Crashes with assigning Summer/Winter Schedule
  • ✔️ #616, OSM geometry rendering doesn't reflect space origins (but IDF does)
  • ✔️ #617, Can't find any file in the online BCL
  • ✔️ #619, Cannot find open studio results measure (msg when app launches & issue when running a simulation)
  • #625, Refactor HVACSystemsController to hide controls by default and enable them only when needed
  • #626, Redo the layout of the new Output:Variable filter capability
  • ✔️ #632, Window and door components are not placing on geometry in floorspace.js
  • #638, Make links clickable in measure descriptions
  • ✔️ #640, Unable to find openstudio measures.
  • #641, Bundle OpenStudio Results Measure with installer

Accepted Pull Requests: 24

  • ✔️ #611, Merge for 1.6.0 release
  • ✔️ #614, Fix the crash in schedules view
  • #618, Add search bar to OSCollapsibleItemList
  • #621, Fix #482 - SwimmingPool:Indoor icon + policy and implement a way to deal with ModelObjects having a model-dependent parameter
  • #622, Fix #560 - Refactor HVACSystems view to hide unavailable controls, allow zooming display on VRF + Refrigeration tab
  • #623, Fix #238 - Add a search bar for the Output Variable list, allow displaying only selected, bulk setting reporting frequency
  • ✔️ #624, Fix MacOS CI
  • ✔️ #627, Update to OpenStudio SDK 3.7.0-alpha (latest nightly build)
  • #628, Geometry Preview refactor - separate into several files, allow running in browser directly
  • #629, New Geometry Diagnostics in the Geometry Preview: Detect incorrectly oriented surfaces in spaces, non convex spaces
  • ✔️ #630, New Geometry Diagnostics in the Geometry Preview: Detect incorrectly oriented surfaces in spaces, non convex spaces
  • ✔️ #631, Update variables layout
  • ✔️ #635, Update to OpenStudio 3.7.0-alpha based on EnergyPlus v23.2.0 official
  • ✔️ #636, Update to OpenStudio 3.7.0-rc1
  • ✔️ #637, Disable TLS_VERIFY for conan cmake for windows CI runner
  • #639, Fix #638 - Make links clickable for measure descriptions
  • ✔️ #642, Install the OpenStudio Results measure as a backup to the BCL
  • ✔️ #643, Fix bug when cloning a story with windows
  • ✔️ #644, Update to OpenStudio v3.7.0
  • ✔️ #645, Update the application version
  • ✔️ #647, Use the GitHub hosted macos-13 runners
  • ✔️ #648, Update OSM versions to 3.7.0
  • ✔️ #650, Update to Qt 6.6.1
  • ✔️ #651, Add support for Python Measures

Total Open Issues: 130 (#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, #146, #147, #168, #19, #42, #78, #101, #96, #104, #179, #199, #206, #213, #217, #224, #234, #239, #253, #254, #262, #263, #271, #272, #273, #278, #279, #280, #289, #293, #298, #300, #322, #335, #336, #337, #338, #357, #371, #377, #380, #381, #389, #396, #400, #410, #411, #416, #417, #423, #472, #475, #481, #485, #491, #493, #495, #512, #520, #529, #542, #555, #557, #561, #571, #590, #612, #615, #620, #633, #634, #649, #653)

Total Open Pull Requests: 4 (#236, #470, #646, #652)