Releases: tshort/FunctionalModels.jl
Releases · tshort/FunctionalModels.jl
Changes for MTK v8
FunctionalModels rename
Changes:
- Support continuous events
- Support parameters
- Handle duplicate definitions of differential terms
- Variables no longer default to a value of zero
- Fix/clean up tests
- Add a wrapper for use in MTK
Update examples
CompatHelper: bump compat for "Symbolics" to "1" (#81) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
First ModelingToolkit release
Here are the updates:
- Convert Unknown to generate Symbolic variables
- No support for discrete models or events (waiting on MTK)
- Stripped out a lot of code
- Changed license
Documentation fixes
v0.2.4 Another doc fix try
Update to support Julia v0.5 (no Compat)
Remove Compat (#76) * Change Discretes to use ReactiveBasics * Remove Compat
Update to support Julia v0.5
Also switch Discretes to the ReactiveBasics package, and change docs to Documenter.
Sims v0.1.0
Sims v0.1.0 Release Notes
This is the first tagged release version. Recent highlights of this
release include:
- Removal of global variables and general simulation API improvements
(Ivan Raikov) - More than 15 model example of neural systems (Ivan Raikov)
- Bug fixes in structural models (Ivan Raikov)
- Documentation system based on Docile/Lexicon/Mkdocs (Tom Short)
- Reorganization into
Sims
,Sims.Lib
,Sims.Example
, and
Sims.Example.*
modules (Tom Short)