Skip to content

Releases: tshort/FunctionalModels.jl

Changes for MTK v8

24 Dec 22:14
4b4f65d
Compare
Choose a tag to compare
v0.5.0

Updates for MTK v8 (#99)

FunctionalModels rename

12 Dec 00:30
7b9c3fb
Compare
Choose a tag to compare

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

05 Aug 12:52
077ec11
Compare
Choose a tag to compare
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

02 May 10:45
227ee63
Compare
Choose a tag to compare

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

03 Jan 14:26
Compare
Choose a tag to compare
v0.2.4

Another doc fix try

Update to support Julia v0.5 (no Compat)

23 Dec 17:39
Compare
Choose a tag to compare
Remove Compat (#76)



* Change Discretes to use ReactiveBasics

* Remove Compat

Update to support Julia v0.5

23 Dec 13:17
Compare
Choose a tag to compare

Also switch Discretes to the ReactiveBasics package, and change docs to Documenter.

Sims v0.1.0

14 Jan 00:32
Compare
Choose a tag to compare

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)