Merge eis into main, as prep for release 0.4.0#22
Open
ClaasRostock wants to merge 25 commits intomainfrom
Open
Merge eis into main, as prep for release 0.4.0#22ClaasRostock wants to merge 25 commits intomainfrom
ClaasRostock wants to merge 25 commits intomainfrom
Conversation
… point in the negative z-direction
…nt the access function.
…ting goals in Control
…to "session", because "session" scoped fixtures gets called before "package" scoped fixtures.
…ackage dependencies, as scipy is used in the package code.
…ng of the `RW` Protocol class, to help understanding what the protocol is designed for and how it is expected to be used.
… test_working_directory
…aries in the repository. They get built automatically each time the unit tests are run.
…hange destination folder for the call to Model.build(), so that FMUs get built not in `/examples`but in `/tests/test_working_directory`.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merge eis into main, in order to subsequently publish release 0.4.0
Changes since 0.3.2 summarized in CHANGELOG.md as per below:
Breaking Changes
Controlsfrom a multi-variable container into per-variableControlobjects with typed read/write access, and improved goal tracking so initial speed and acceleration are handled correctly when setting or changing goals.sine_fit()function fromcomponent_model.analyticintocomponent_model.utils.analysisand expanding it to fit offset sine waves, detect cycles from maxima, support cosine-like starts, and return offset, amplitude, angular frequency, phase, and a reference mid-time.Resolved
Changed