Index: lutinmatrix/pom.xml diff -u lutinmatrix/pom.xml:1.2 lutinmatrix/pom.xml:1.3 --- lutinmatrix/pom.xml:1.2 Mon Aug 28 11:41:19 2006 +++ lutinmatrix/pom.xml Thu Sep 7 10:06:24 2006 @@ -20,7 +20,7 @@ jar - 0.14 + 0.15 Index: lutinmatrix/changelog diff -u /dev/null lutinmatrix/changelog:1.1 --- /dev/null Thu Sep 7 10:06:29 2006 +++ lutinmatrix/changelog Thu Sep 7 10:06:24 2006 @@ -0,0 +1,26 @@ +ver-0-15 + + * add DoubleBigVector backend for matrix + * add SemanticList to keep semantics (list with optimized indexOf) + * MatrixPanel throw event when past is done in matrix + +ver-0-14 + + * correction bug importCSV et convertStringToList qui ne comprennaient pas + les exposants: 5.0E-7 + +ver-0-13 + + * ajout du menu contextuel + * ajout d'optimisation + +ver-0-12 + + * utilisation de l'interface vector pour representer la matrice dans la + couche la plus basse + * utilisation de double dans les signatures seul l'implantation des + vectors peuvent utiliser les floats si besoin + +ver-0-11 + + * utilisation de float a la place de double