[PD-cvs] abstractions/pureunity ChangeLog, 1.1, 1.2 Makefile, 1.1, 1.2 README, 1.4, 1.5 TODO, 1.1, 1.2 main.pd, 1.1, 1.2

Mathieu Bouchard matju at users.sourceforge.net
Sat Dec 31 19:44:57 CET 2005


Update of /cvsroot/pure-data/abstractions/pureunity
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29700

Modified Files:
	ChangeLog Makefile README TODO main.pd 
Log Message:
.


Index: main.pd
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pureunity/main.pd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** main.pd	31 Dec 2005 17:34:24 -0000	1.1
--- main.pd	31 Dec 2005 18:44:54 -0000	1.2
***************
*** 1,2 ****
  #N canvas 173 216 450 300 10;
! #X obj 30 20 arith-test;
--- 1,2 ----
  #N canvas 173 216 450 300 10;
! #X obj 30 20 arith-test f;

Index: README
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pureunity/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README	31 Dec 2005 02:50:12 -0000	1.4
--- README	31 Dec 2005 18:44:54 -0000	1.5
***************
*** 51,56 ****
      test results. a sequence of lists like:
        list $name $passed? $accuracy $elapsed
-     for example:
-       list 
  
      where:
--- 51,54 ----
***************
*** 62,65 ****
--- 60,69 ----
           or it is the symbol "-" if not measured.
  
+     for example:
+       list commutative1 1 0 -
+ 
+     Which means that the 1st test about commutativity passed ($2=1) because it
+     was perfectly accurate ($3==0) and that we didn't measure the time ($4=-).
+ 
  +-+-+--+---+-----+--------+-------------+---------------------+
  SEVERITIES (in decreasing order)

Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pureunity/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	31 Dec 2005 17:34:24 -0000	1.1
--- Makefile	31 Dec 2005 18:44:54 -0000	1.2
***************
*** 1,4 ****
! # PD = /home/matju/pd_0_38_4/bin/pd -noaudio
! PD = pd
  PDFLAGS = -noaudio -path generics -path specifics
  
--- 1,4 ----
! PD = /home/matju/pd_0_38_4/bin/pd -noaudio
! #PD = pd
  PDFLAGS = -noaudio -path generics -path specifics
  

Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pureunity/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TODO	31 Dec 2005 17:01:26 -0000	1.1
--- TODO	31 Dec 2005 18:44:54 -0000	1.2
***************
*** 2,5 ****
  
  TODO:
!  * [invertor], [invertible-test]
!  * 
\ No newline at end of file
--- 2,7 ----
  
  TODO:
!  * benchmark
!  * signals
!  * grids
!  * norms
\ No newline at end of file

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/abstractions/pureunity/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ChangeLog	31 Dec 2005 17:01:26 -0000	1.1
--- ChangeLog	31 Dec 2005 18:44:54 -0000	1.2
***************
*** 4,8 ****
   * LICENSE is GPL
   * README
!  * [commutator], [commutative-test]
!  * [associator], [associative-test]
   * [distributor], [distributive-test]
--- 4,9 ----
   * LICENSE is GPL
   * README
!  * [commutator],  [commutative-test]
!  * [associator],  [associative-test]
!  * [invertor],    [invertible-test]
   * [distributor], [distributive-test]





More information about the Pd-cvs mailing list