The R Project SVN R-packages

Rev

Rev 4544 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4544 Rev 4549
Line -... Line 1...
-
 
1
2007-07-05  Martin Maechler  <maechler@stat.math.ethz.ch>
-
 
2
 
-
 
3
	* R/sparseMatrix.R (printSpMatrix): renamed from prSpMatrix()
-
 
4
	and extended with more sophisticated 'col.names' option.
-
 
5
	* NAMESPACE: export  printSparseMatrix()
-
 
6
	* man/printSpMatrix.Rd: document, incl. examples
-
 
7
 
1
2007-07-04 16:21  Douglas Bates <bates@stat.wisc.edu>
8
2007-07-04 16:21  Douglas Bates <bates@stat.wisc.edu>
2
 
9
 
3
	* [r4543] src/cs_utils.c, src/cs_utils.h, src/dgCMatrix.c,
10
	* [r4543] src/cs_utils.c, src/cs_utils.h, src/dgCMatrix.c,
4
	  src/dtCMatrix.c, src/sparseQR.c: CSP typedef for *cs and macro
11
	  src/dtCMatrix.c, src/sparseQR.c: CSP typedef for *cs and macro
5
	  AS_CSP. API change - pass the empty structure to Matrix_as_cs.
12
	  AS_CSP. API change - pass the empty structure to Matrix_as_cs.
6
 
13
 
-
 
14
2007-07-04  Martin Maechler  <maechler@stat.math.ethz.ch>
-
 
15
 
-
 
16
	* DESCRIPTION (Version): 0.99875-4
-
 
17
 
-
 
18
	* tests/Class+Meth.R (tstMatrixClass): add dimnames, and hence test
-
 
19
	some dimnames perservation.
-
 
20
 
-
 
21
	* R/dsTMatrix.R (t-method): keep dimnames
-
 
22
	* R/dtTMatrix.R:  ditto
-
 
23
 
-
 
24
	* R/sparseMatrix.R (prSpMatrix): print colnames when non-trivial
-
 
25
	and ncol(.) < 10
-
 
26
 
-
 
27
	* src/cs_utils.c: drop check_class() and use Matrix_check_class()
-
 
28
	from Mutils.h
-
 
29
 
-
 
30
	* src/lgCMatrix.c ([ln]csc_to_matrix): no longer lose dimnames,
-
 
31
	e.g. in as(<ngCMatrix>, "matrix")
-
 
32
 
7
2007-07-01 13:27  Douglas Bates <bates@stat.wisc.edu>
33
2007-07-01 13:27  Douglas Bates <bates@stat.wisc.edu>
8
 
34
 
9
	* [r4529] .: Create a branch for the API changes from the 0.99875
35
	* [r4529] .: Create a branch for the API changes from the 0.99875
10
	  series to the 0.999375 series
36
	  series to the 0.999375 series
11
	* [r4530] DESCRIPTION, inst/include/Matrix.h,
37
	* [r4530] DESCRIPTION, inst/include/Matrix.h,