Releases: SciML/ModelingToolkitStandardLibrary.jl
Releases · SciML/ModelingToolkitStandardLibrary.jl
v2.10.0
ModelingToolkitStandardLibrary v2.10.0
Merged pull requests:
- docs: clean up docs and fix custom component tutorial (#311) (@sathvikbhagavan)
v2.9.0
ModelingToolkitStandardLibrary v2.9.0
Merged pull requests:
- feat: add sensors in TranslationalPosition (#303) (@sathvikbhagavan)
v2.8.0
ModelingToolkitStandardLibrary v2.8.0
Merged pull requests:
v2.7.5
ModelingToolkitStandardLibrary v2.7.5
Merged pull requests:
- [RFC] Remove more unnecessary defaults (#306) (@ChrisRackauckas)
v2.7.4
ModelingToolkitStandardLibrary v2.7.4
Merged pull requests:
- Remove more unnecessary defaults (#305) (@ChrisRackauckas)
v2.7.3
ModelingToolkitStandardLibrary v2.7.3
Merged pull requests:
- ci: standardise workflows using SciML's reusable workflows (#293) (@thazhemadam)
- Fix testing setup (#299) (@ChrisRackauckas)
- docs: use
t_nounits
ast
(#300) (@ven-k) - Fix missing docs svgs (#301) (@ChrisRackauckas)
- ci: run tests on CI with the groups set correctly (#302) (@thazhemadam)
- Remove unnecessary defaults (#304) (@ChrisRackauckas)
v2.7.2
ModelingToolkitStandardLibrary v2.7.2
Merged pull requests:
- sign convention docs and proof (#248) (@bradcarman)
- Switch defaults for guesses for some components (#292) (@SebastianM-C)
- Use
systems = @named begin .. end
idiom to define systems in tutorials (#295) (@jaakkor2) - Keep non-array connector variable collected (#296) (@baggepinnen)
- Analysis point fixes (#298) (@baggepinnen)
Closed issues:
- Running Models with Discrete Data documentation throws errors (#267)
v2.7.1
ModelingToolkitStandardLibrary v2.7.1
Merged pull requests:
- Improve type stability of basic sources (#284) (@oxinabox)
- build: bump MTK compat to have
guesses
in ODESystem (#286) (@sathvikbhagavan) - Remove duplicate import line (#288) (@oxinabox)
- Fix
states
->unknowns
(#289) (@BambOoxX) - fix: fix guesses for
Real*Input
andReal*Output
(#291) (@AayushSabharwal)
v2.7.0
ModelingToolkitStandardLibrary v2.7.0
Merged pull requests:
- Rotational: default values are now guesses + fix tests (#274) (@ven-k)
- Tiny blocks documentation updates (#275) (@jaakkor2)
- Fix Downgrade CI test (#276) (@ven-k)
- docs: cleaner and more concise transfer function of Derivative() (#277) (@jaakkor2)
- Don't include the chua circuit demo twice in tests (#278) (@oxinabox)
- chore(deps): bump julia-actions/setup-julia from 1 to 2 (#280) (@dependabot[bot])
- refactor(Blocks): add
RealInputArray
andRealOutputArray
(#283) (@sathvikbhagavan)
v2.6.0
ModelingToolkitStandardLibrary v2.6.0
Merged pull requests:
- docs: add translational components in the API section (#257) (@sathvikbhagavan)
- Fix remaining variable t definition (#273) (@ChrisRackauckas)