added runtime error reporting to the user (slight API change for TrajectoryRenderer)
[iDMC.git] / NEWS
blob23b9e6d1ba17d78add3aae6ccbf97f69db34ca50
1 * 0.9.3
3 - fields error reporting
5 * 0.9.2
7 - scatter menu entries consistency
9 * 0.9.1
11 - Scatter now has 3 types: normal, time and shifted
12 - added connection lines in scatter
14 * 0.9.0
16 - Added support for default values in model files.
17 - Added various models
20 * 0.11.6
22 - connect dots in coweb
23 - bigDots & connect dots in lyapunov
24 - fixed missing parameter form in lyapunov
25 - time label on scatter time plot
28 * 0.14.0
29 - lua models support inverse functions (g(...))
30 - added gsl root find (dlua_cycle_find)
31 - new Cycles plot
32 - new Manifolds plot
33 - scatter & scatter time delay
34 - axis visibility
35 - fixed recursion bug in coweb plot
36 - fixed zoom memory bug
37 - trimmed delay ranges
39 * 0.16.0
40 - trajectory and variation is common to discrete and trajectory
41 - variation is parallel
42 - revised all forms
44 * 0.16.4
45 - about frame added
47 * 0.16.7 (iDmc)
48 - bifurcation 2D exception bug fixed
50 * 0.17.4
51 - fixed cycles problems
52 - no more exceptions on lyap exponents
53 - ode step function choice
55 * 1.10.0
56 - added possibility to export trajectory and basins of attraction data (csv and binary formats, respectively)
57 - added fast basins of attraction algorithm
58 - added possibility to chose basins colors and save/retrieve settings
59 - added random number generation to LUA interpreter from some distributions in the GSL, added brief documentation
60 - minor fix to numerical field input interface
61 - added numerical jacobian evaluation capability
62 - fixed lyap. exponent computation when some exponents reach -inf
63 - added lyap. exponents data saving (for vs.time and vs.parameter plots)
64 - fixed bug when plotting lyap.exp. in parameter space for univariate models with >=2 parameters
65 - added dependency from LAPACK-3.0 library
66 - added complex eigenvalues modulus computation to Cycles algorithm (still unused)
68 * 1.10.1
69 - fixed bug in lyap. exponents plot for continuous time models
70 - added possibility to save full LE spectrum in csv file for vs time and vs parameters for continuous time models
72 * 1.10.2
73 - added differenziated cycles colouring, depending on specific cycle type (based on eigenvalues inspection)
75 * 1.10.3
76 - fixed bug in F^n computation in Cycles C routine
78 * 2.0.0
79 - removed all native code. Now using the external 'idmclib' library
81 * 2.0.1
82 - added idmclib return codes to the jidmclib interface
83 - fixed cycles input mask (ranges explicitely given for each model variable)
85 * 2.0.2
86 - added 'black' color to cycles routine for eigenvalues near to 1
88 * 2.0.3
89 - fixed issues 2,3
90 - added idmclib lua error messages reporting to the user (issue 4)