Releases: mongibellili/QuantizedSystemSolver.jl
Releases · mongibellili/QuantizedSystemSolver.jl
v1.0.4
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
zenodo
v1.0.2
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
QuantizedSystemSolver v1.0.1
v0.2.0
fix link in docs
v0.2.0-alpha
Update README.md