Releases: SciML/ModelingToolkitStandardLibrary.jl
Releases · SciML/ModelingToolkitStandardLibrary.jl
v1.7.0
ModelingToolkitStandardLibrary v1.7.0
Closed issues:
- Add Mechanical/Translational libraries with both position and velocity based connectors (#109)
Merged pull requests:
- Adds permanent magnet DC machine (#49) (@ValentinKaisermayer)
- Start to Translational library with both Velocity and Position based connectors (#114) (@bradcarman)
v1.6.0
ModelingToolkitStandardLibrary v1.6.0
Closed issues:
- Error in running the Chua Circuit example (#98)
- Variable does not exist when it used in discrete_events but not in dynamics equation (#105)
Merged pull requests:
- adds missing rotational components (#75) (@ValentinKaisermayer)
- fix
LimPID
docstring code formatting (#91) (@baggepinnen) - fixes Symbolics deprecation (#99) (@ValentinKaisermayer)
- fixes demo and add it to tests (#100) (@ValentinKaisermayer)
- doc cov (#102) (@ArnoStrouwen)
- [skip ci] badges (#103) (@ArnoStrouwen)
- MassInstallAction: Install the Invalidations workflow on this repository (#104) (@devmotion)
- Remove OrdinaryDiffEq from deps (#106) (@YingboMa)
- Removes non existent component from docs (#108) (@ValentinKaisermayer)
- Add analysis points (#110) (@baggepinnen)
- WIP: use the new MTK find and replace functionality to implement AP (#112) (@YingboMa)
- Update analysis points to use find/replace in MTK (#113) (@baggepinnen)
v1.5.0
ModelingToolkitStandardLibrary v1.5.0
Closed issues:
- Finish thermal models (#1)
- Rotational mechanical components (#28)
- Extract smooth and non-smooth source functions (#30)
- Rotational components: Key not found error (#35)
Electrical.Short
is exported but not implemented (#37)- Re-write der_T equation (#57)
- RC circuit demonstration doesn't work (#70)
Merged pull requests:
- adds doctests (#72) (@ValentinKaisermayer)
- Make thermal models ODEs again (#73) (@ValentinKaisermayer)
- Add contents and index to API pages (#74) (@baggepinnen)
- remove arbitrary default value of input saturation (#76) (@baggepinnen)
- allow
FirstOrder
to operate as highpass instead of lowpass (#77) (@baggepinnen) - Adds input/output meta data (#81) (@ValentinKaisermayer)
- enables doctest for thermal tutorial (#82) (@ValentinKaisermayer)
- format with SciML Style (#86) (@ChrisRackauckas)
- More robust inits (#89) (@YingboMa)
v1.4.0
ModelingToolkitStandardLibrary v1.4.0
Merged pull requests:
- Define Voltage, Current (#51) (@ven-k)
- add missing link to tutorial (#63) (@ValentinKaisermayer)
- Electrical formatting changes (#64) (@ValentinKaisermayer)
- adds return code checks (#65) (@ValentinKaisermayer)
- Add
Short
in Analog andTwoPort
in Electrical (#66) (@ven-k) - Fix matrix gain for vectors (#67) (@baggepinnen)
- add duration keyword to step (#68) (@baggepinnen)
- Patch blocks (#69) (@ValentinKaisermayer)
v1.3.1
ModelingToolkitStandardLibrary v1.3.1
v1.3.0
ModelingToolkitStandardLibrary v1.3.0
Closed issues:
- add tutorial (#60)
Merged pull requests:
- Correct room temperature value (#54) (@jaakkor2)
- Add
smooth
sources inBlocks
+ AddSquare
andTriangular
sources (#59) (@ven-k) - Adds doc for custom component creation (#61) (@ValentinKaisermayer)
- Adds missing link in doc (#62) (@ValentinKaisermayer)
v1.2.1
ModelingToolkitStandardLibrary v1.2.1
Merged pull requests:
v1.2.0
ModelingToolkitStandardLibrary v1.2.0
Closed issues:
Merged pull requests:
- fixes docs (#38) (@ValentinKaisermayer)
- extracts _clamp and _dead_zone and makes tests more strict (#39) (@ValentinKaisermayer)
- Electrical Component Docstrings (#41) (@AayushSabharwal)
- adds more tests (#43) (@ValentinKaisermayer)
- updates docs (#46) (@ValentinKaisermayer)
- Update docstrings for continuous blocks (#47) (@baggepinnen)
- Provide classical constructor for
StateSpace
(#48) (@baggepinnen) - Remove some arbitrary defaults (#52) (@baggepinnen)
- Upgrade to new MTK (#56) (@YingboMa)
v1.1.0
ModelingToolkitStandardLibrary v1.1.0
Closed issues:
- Make real docs (#8)
Merged pull requests:
- Add a documentation! (#31) (@ChrisRackauckas)
- Fix FluxTubes documentation (#32) (@ChrisRackauckas)
- Make a new front page and add first tutorial (#33) (@ChrisRackauckas)
- Adds rotational components (#34) (@ValentinKaisermayer)
v1.0.0
ModelingToolkitStandardLibrary v1.0.0
Closed issues:
- Register (#13)
Merged pull requests:
- remove D equations from PID if D term turned off (#15) (@baggepinnen)
- CI for LTS (#19) (@ChrisRackauckas)
- CompatHelper: bump compat for OrdinaryDiffEq to 6, (keep existing compat) (#22) (@github-actions[bot])
- CompatHelper: bump compat for ModelingToolkit to 8, (keep existing compat) (#23) (@github-actions[bot])
- Revert "CompatHelper: bump compat for ModelingToolkit to 8, (keep existing compat)" (#24) (@ChrisRackauckas)
- Fixes for MTK v8 (#26) (@ValentinKaisermayer)