-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog.txt
More file actions
59 lines (44 loc) · 1.76 KB
/
ChangeLog.txt
File metadata and controls
59 lines (44 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Stat_tool 0.9.0
----------------
version **9815**
* function renaming:
- ParametricModel to DiscreteParametricModel
- MultivariateMixture replaces Mv_Mixture
- DisctributionData into Discretedistriburtiondata
- new class histogram
* new classes
- marginal histograms
- MVMixture objects
- New Vectors constructor for MTG interface
- Clustering and entropy withMultivariateMixture models.
- Continuous parametric distributions (Gaussian, von Mises)
- Observation process built from continuous parametric distributions
- Introduction of ContinuousParametricProcess
* plotting in pylab is now fully available (stat_tool and sequence_analysis)
* Display is fully implemented as in old AML version.
* remove dependencies to sequence_analysis package
* move some data from test/data to /share/data
* move demos into sequence_analysis since there are dependencies on this package
* doc online:
http://openalea.gforge.inria.fr/doc/vplants/stat_tool/doc/_build/html/contents.html
Stat_tool 0.8.5
----------------
* Finalisation of Boost python wrapping; fix some bugs
* Completion of the tests in ./test
* all pylab/matplotlib plots are now available
* add demos in VisuAlea (put in sequence_analysis package)
Stat_tool 0.7.0
---------------
- Major update adding most of the AMl functionalities, tests and plot using matplotlib interface on the 3d of August 2009
- finalise wrapping of the stat_tool cpp code with boost_python
- finalise Python interface a la AML (same syntax as AML code)
- sphinx documentation:
+ user guide
+ reference guide
+ administration guide
+ tutorials.
- add exhaustive unitary tests in ./test (coverage>80%)
- add functional tests
- move graphical interface to matplotlib
release 0.6.2
-------------