Skip to content

Releases: mongibellili/QuantizedSystemSolver.jl

v1.0.4

28 Feb 20:27
f58087a
Compare
Choose a tag to compare

Accept more user code:

  • parameters in a vector #26
  • closure function and vector of params inside the exactA jacobian function #28
  • multiple assignement of params #32
  • allow parameters in 'for' loop header #34
  • Integrate any untreated user code directly inside the main function #35

Separate the cycle detection mechanisms, and allow the user to choose #27

zenodo tag

10 Dec 14:32
Compare
Choose a tag to compare

zenodo

v1.0.2

09 Dec 13:31
Compare
Choose a tag to compare

Added new features to match the DifferentialEquations.jl interface:

  • sol(time,idxs=[i,j,k...]) in addition to sol(time,i,j,k...)
  • The way the problem is defined :
    function func(du,u,p,t)
    #constant parameters
    #helper expressions
    #differenetial equations
    #if-statements for events
    end
    u0 = [....];tspan=(0.0,---)
    #Construct the problem
    odeprob = ODEProblem(tyson,u0,tspan)
    #Solve the problem
    sol=solve(odeprob,nmliqss2())
    plot(sol)

v1.0.1

13 Jul 18:22
e57021d
Compare
Choose a tag to compare

QuantizedSystemSolver v1.0.1

Diff since v0.2.0

v0.2.0

09 Jul 22:21
Compare
Choose a tag to compare
fix link in docs

v0.2.0-alpha

02 Jul 15:50
8273cd2
Compare
Choose a tag to compare
Update README.md