-
Notifications
You must be signed in to change notification settings - Fork 222
v3.11.0 Release #5588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
anchapin
wants to merge
585
commits into
master
Choose a base branch
from
develop
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v3.11.0 Release #5588
+88,514
−6,315
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…mps and handle Curves properly
Some notes: * I'm considering skipping the ModelObjectList and use extensible groups directly * I'm not sure if I want the SpeedData objects to be unique or shared (I need to switch to ResourceObject in that case I think) * The clone/remove/children need some work
…the Heating/Cooling side
…atPump:AirToWater:Cooling/Heating. The autosized values are reported at the top level
… need to clone the speeds too
…eatPumpAirToWater (realized this while doing FT: the Cooling/heating object is on an plant loop and triggers translation of wrapper)
…city to be autosized cf NREL/EnergyPlus#11251
…am was captured by value)
…y looking up with the parnet HeatPump:AirToWater's name but looking up the compType
…peratingModeControlSchedule
…diffing of the OSM and they are A-OK
Add workflow for excluded tests summary
0311 final release notes
Prevent caching issues by appending github.sha to the zip filename sent to the signing service. Also add verification to ensure the signed artifact matches the expected filename, renaming it if necessary.
fix: Prevent Windows signing service caching stale installers
Clear prerelease version for official release
This was a mistake on my part. We do not have precedence for string_view in our public / swigged apis. It could be supported, but I'd like to stick with convention. This will address errors in the csharp build.
Some of the ANTLR and Python include files are conflicting, so this change adjusts the python include path to be private. ANTLR exposed the issue, but I believe this is more generally a positive thing, independent of the particular ANTLR/Python collision.
Collaborator
|
CI Results for 611a0b0:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Pull Request - Ready for CI
This pull request if finalized and is ready for continuous integration verification prior to merge.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All of the commits from 3.10.0 until now