SCM Repository
Log of /pkg/Matrix/DESCRIPTION
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
Revision 2864 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 29 21:45:16 2013 UTC (8 years ago) by mmaechler
File length: 1054 byte(s)
Diff to previous 2854
mini patch for "race condition" bug with parallel make: https://r-forge.r-project.org/tracker/?func=detail&atid=294&aid=1723&group_id=61]
Revision 2854 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 22 07:54:41 2012 UTC (8 years, 2 months ago) by mmaechler
File length: 1054 byte(s)
Diff to previous 2851
qr(<sparse>) --> <sparseQR> : finally address the structurally rank-deficient case where cs_sqr() produces "spurious" extra rows in Q i.e. V, and R; add checking code for that case
Revision 2851 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 12 14:17:09 2012 UTC (8 years, 2 months ago) by mmaechler
File length: 1054 byte(s)
Diff to previous 2850
as(<csr>, "dgCMatrix") works again; Matrix now *runs* in older R even if installed in R >= 2.15.2
Revision 2850 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 22 13:00:35 2012 UTC (8 years, 3 months ago) by mmaechler
File length: 1054 byte(s)
Diff to previous 2848
an extra check needed for R-devel (2.16.0) on 32-bit Windows
Revision 2848 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 19 15:17:02 2012 UTC (8 years, 3 months ago) by mmaechler
File length: 1054 byte(s)
Diff to previous 2843
use R_SVN_REVISION (instead of less precise R_VERSION)
Revision 2843 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 15 16:15:05 2012 UTC (8 years, 3 months ago) by mmaechler
File length: 1054 byte(s)
Diff to previous 2842
using .External(Mmatrix, ...) instead of .Internal(matrix(...))
Revision 2842 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 12 17:32:33 2012 UTC (8 years, 3 months ago) by mmaechler
File length: 1054 byte(s)
Diff to previous 2840
+ ByteCompile: yes {as it is 'recommended'}
Revision 2840 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 5 22:18:37 2012 UTC (8 years, 3 months ago) by mmaechler
File length: 1037 byte(s)
Diff to previous 2837
.sparseDiagonal() & solve() tweaks (which were not really necessary, but should slightly speed up
Revision 2837 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 10 21:46:15 2012 UTC (8 years, 4 months ago) by mmaechler
File length: 1037 byte(s)
Diff to previous 2833
toeplitz(<sparseVector>); more use of paste0 ()
Revision 2833 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 3 07:34:21 2012 UTC (8 years, 4 months ago) by mmaechler
File length: 1036 byte(s)
Diff to previous 2829
allow writeMM("~/...")
Revision 2829 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 27 13:50:18 2012 UTC (8 years, 5 months ago) by mmaechler
File length: 1036 byte(s)
Diff to previous 2827
allow solve(<matrix>) to keep list(NULL,NULL) dimnames
Revision 2827 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 25 19:46:23 2012 UTC (8 years, 5 months ago) by mmaechler
File length: 1036 byte(s)
Diff to previous 2825
need name in 'Maintainer'
Revision 2825 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 25 19:37:12 2012 UTC (8 years, 5 months ago) by mmaechler
File length: 1018 byte(s)
Diff to previous 2820
CRAN policy compatible maintainer
Revision 2820 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 20 14:06:23 2012 UTC (8 years, 5 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2819
make arithmetic (and "Ops") considerably more efficient for large diagonal matrices {thanks to a report by Harold Doran}
Revision 2819 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 16 08:51:47 2012 UTC (8 years, 5 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2814
Version 1.0-9 - for release
Revision 2814 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 24 14:02:28 2012 UTC (8 years, 6 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2807
more Ops are checked and work; new is.finite() and is.infinite() methods (+ checks for them)
Revision 2807 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 30 17:28:42 2012 UTC (8 years, 7 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2789
new pack(); more unpack() methods
Revision 2789 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 19 16:20:32 2012 UTC (8 years, 7 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2785
update(<Cholesky>, non-symmetric) restored to previous behavior; more docu and tests
Revision 2785 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 8 19:33:35 2012 UTC (8 years, 7 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2783
date (prepare "build")
Revision 2783 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 6 06:53:52 2012 UTC (8 years, 7 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2780
More docs/examples on chol()/Cholesky() new chk.s() "check dots" utility
Revision 2780 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 18 12:20:47 2012 UTC (8 years, 9 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2776
new updown() [interface to CHOLMOD_updown] for up-/down-dating a Cholesky decomposition
Revision 2776 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 30 16:38:10 2012 UTC (8 years, 10 months ago) by mmaechler
File length: 982 byte(s)
Diff to previous 2775
PROTECT()++ thanks to Andrew Runnalls
Revision 2775 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 16 07:40:54 2012 UTC (8 years, 10 months ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2773
version requiring R >= 2.15.0
Revision 2773 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 15 14:24:52 2012 UTC (8 years, 10 months ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2770
made sparse2int.R() recursion-free which helps only little for sparse.model.matrix() high-interaction factors
Revision 2770 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 13:41:23 2012 UTC (8 years, 10 months ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2769
fix solve(<dtCMatrix>) seg.fault by using Calloc() instead of Alloca() .. hmm
Revision 2769 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 15:30:26 2012 UTC (8 years, 10 months ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2767
sparse.model.matrix(*, verbose) {and cleanup of old stuff}
Revision 2767 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 27 22:20:34 2012 UTC (8 years, 11 months ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2766
<sparseMatrix> o <numeric> fixed Florent`s bug
Revision 2766 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 24 23:54:44 2012 UTC (8 years, 11 months ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2765
plug memory leak (only in error case!) reported by Kasper Kristensen
Revision 2765 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 21 17:30:39 2012 UTC (8 years, 11 months ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2764
mini cleanup before release
Revision 2764 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 17 19:58:29 2012 UTC (8 years, 11 months ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2748
fix -Diagonal(3)
Revision 2748 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 12 14:05:11 2012 UTC (9 years ago) by mmaechler
File length: 992 byte(s)
Diff to previous 2744
we use one MASS data set in one vignette
Revision 2744 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 30 18:51:18 2011 UTC (9 years, 1 month ago) by mmaechler
File length: 986 byte(s)
Diff to previous 2739
Matrix_check_class_etc() has been in R-devel for a while now; NAMESPACE imports for border line situation
Revision 2739 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 19 22:55:40 2011 UTC (9 years, 2 months ago) by mmaechler
File length: 986 byte(s)
Diff to previous 2737
skip other test in other-pkts.R; cosmetic
Revision 2737 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 30 20:32:57 2011 UTC (9 years, 3 months ago) by mmaechler
File length: 986 byte(s)
Diff to previous 2733
workaround some "CRAN check errors" (Mac Encoding / Solaris seg.fault with SparseM)
Revision 2733 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 22 19:54:53 2011 UTC (9 years, 3 months ago) by mmaechler
File length: 986 byte(s)
Diff to previous 2732
mention options("Matrix.quiet" = TRUE) for qr.R()
Revision 2732 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 18 05:57:10 2011 UTC (9 years, 3 months ago) by mmaechler
File length: 986 byte(s)
Diff to previous 2725
ready for CRAN release
Revision 2725 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 8 19:48:44 2011 UTC (9 years, 3 months ago) by mmaechler
File length: 1000 byte(s)
Diff to previous 2717
cbind2() and rbind2() methods for the mix of sparse & dense
Revision 2717 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 4 08:01:18 2011 UTC (9 years, 3 months ago) by mmaechler
File length: 1000 byte(s)
Diff to previous 2713
ready for 1.0-0
Revision 2713 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 17 10:17:24 2011 UTC (9 years, 4 months ago) by mmaechler
File length: 1006 byte(s)
Diff to previous 2708
make Matrix_check_class_etc callable from other packages C code
Revision 2708 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 15 10:07:32 2011 UTC (9 years, 4 months ago) by mmaechler
File length: 1006 byte(s)
Diff to previous 2706
bandSparse(*, giveCsparse=TRUE) - option to return Tsparse, ditto for sparseMatrix()
Revision 2706 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 3 14:50:15 2011 UTC (9 years, 4 months ago) by mmaechler
File length: 1006 byte(s)
Diff to previous 2702
people should see the "expm" package when using expm()
Revision 2702 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 17 16:28:54 2011 UTC (9 years, 5 months ago) by mmaechler
File length: 991 byte(s)
Diff to previous 2701
export diagU2N() and diagN2U()
Revision 2701 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 13 12:52:48 2011 UTC (9 years, 5 months ago) by mmaechler
File length: 991 byte(s)
Diff to previous 2699
update before release
Revision 2699 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 11 15:12:31 2011 UTC (9 years, 5 months ago) by mmaechler
File length: 971 byte(s)
Diff to previous 2693
Version -> *-3
Revision 2693 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 9 14:16:28 2011 UTC (9 years, 5 months ago) by mmaechler
File length: 971 byte(s)
Diff to previous 2692
do not use GNU-make-isms in Makefile
Revision 2692 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 8 18:38:02 2011 UTC (9 years, 5 months ago) by mmaechler
File length: 971 byte(s)
Diff to previous 2688
update+comments
Revision 2688 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 6 15:33:33 2011 UTC (9 years, 5 months ago) by mmaechler
File length: 971 byte(s)
Diff to previous 2684
"[<-" : now also replTmat calls into Csparse_subassign for large replacement region
Revision 2684 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 5 15:17:26 2011 UTC (9 years, 5 months ago) by mmaechler
File length: 971 byte(s)
Diff to previous 2678
<Csparse>[..] <- val now goes via .Call()
Revision 2678 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 25 19:19:19 2011 UTC (9 years, 7 months ago) by mmaechler
File length: 971 byte(s)
Diff to previous 2677
finish: functionality of sparseVector.c now as "R_INLINE" in Mutils.h
Revision 2677 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 25 19:18:12 2011 UTC (9 years, 7 months ago) by mmaechler
File length: 971 byte(s)
Diff to previous 2666
finally a working C level Csparse_subassign() - to solve the memory-explode issue .. *BUT* it`s still too slow, even if I never remove but use drop0(.) in the end ... commit now before South America ... in case I get hit by a truck :-)
Revision 2666 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 7 14:06:32 2011 UTC (9 years, 9 months ago) by mmaechler
File length: 971 byte(s)
Diff to previous 2661
update the "UFsparse_download.sh" script; need new SparseM for example
Revision 2661 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 6 06:55:54 2011 UTC (9 years, 9 months ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2653
use standard UFlong (instead of UFlong := int hack); updated CHOLMOD/SparseSuite Jan. -- version 0.9996875-0
Revision 2653 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 23 14:44:37 2011 UTC (9 years, 11 months ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2650
expand(lu(<non-square dense>)) now works
Revision 2650 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 21 10:57:56 2011 UTC (9 years, 11 months ago) by mmaechler
File length: 945 byte(s)
Diff to previous 2641
fix bug in M[i,j] <- v for cases with *repeated* entries in j
Revision 2641 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 17 20:25:29 2011 UTC (9 years, 11 months ago) by dmbates
File length: 945 byte(s)
Diff to previous 2635
Remove Encoding: directive.
Revision 2635 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 4 16:20:50 2011 UTC (10 years ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2634
nearPD(): better error message for all negative E.V.
Revision 2634 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 18 16:52:33 2010 UTC (10 years, 1 month ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2633
get rid of model.Matrix() {stub to pkg "MatrixModels"}
Revision 2633 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 12 21:23:17 2010 UTC (10 years, 1 month ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2628
cosmetics from checkUsagePackage()
Revision 2628 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 11 16:56:51 2010 UTC (10 years, 1 month ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2627
fix <ngCMatrix> %*% <dense> -- providing fast C-based coercions
Revision 2627 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 6 14:33:15 2010 UTC (10 years, 1 month ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2624
Matrix(): adapted to new .Internal(matrix)
Revision 2624 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 10 08:05:19 2010 UTC (10 years, 2 months ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2620
update before release
Revision 2620 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 9 07:27:05 2010 UTC (10 years, 3 months ago) by mmaechler
File length: 961 byte(s)
Diff to previous 2618
+ graph::
Revision 2618 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 11 20:49:41 2010 UTC (10 years, 4 months ago) by mmaechler
File length: 952 byte(s)
Diff to previous 2616
misc. (cosmetic) - preparing release
Revision 2616 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 24 16:15:00 2010 UTC (10 years, 5 months ago) by mmaechler
File length: 952 byte(s)
Diff to previous 2612
sparse.model.matrix(): drop.unused.levels = *FALSE* / printSpMatrix() using FormatSpMatrix() and that is modularized
Revision 2612 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 11 20:33:46 2010 UTC (10 years, 5 months ago) by mmaechler
File length: 952 byte(s)
Diff to previous 2608
Schur(<dgCMatrix>) no works
Revision 2608 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 10 08:23:48 2010 UTC (10 years, 5 months ago) by mmaechler
File length: 952 byte(s)
Diff to previous 2592
need to drop "@factors" when matrix is changed
Revision 2592 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 1 19:51:14 2010 UTC (10 years, 6 months ago) by mmaechler
File length: 952 byte(s)
Diff to previous 2590
efficient x[ -i ] for sparse vectors; "Enhances" MatrixModels
Revision 2590 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 28 20:21:55 2010 UTC (10 years, 6 months ago) by mmaechler
File length: 1001 byte(s)
Diff to previous 2589
add a model.Matrix() "proxy" - for back-compatibility
Revision 2589 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 26 17:19:23 2010 UTC (10 years, 6 months ago) by mmaechler
File length: 938 byte(s)
Diff to previous 2588
cleanup Imports; no full, but just importsFrom()
Revision 2588 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 26 10:06:18 2010 UTC (10 years, 6 months ago) by mmaechler
File length: 954 byte(s)
Diff to previous 2586
new package "MatrixModels" split off Matrix - for modelMatrix(), prediction & response Modules, etc
Revision 2586 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 25 02:32:06 2010 UTC (10 years, 6 months ago) by mmaechler
File length: 953 byte(s)
Copied from: pkg/DESCRIPTION revision 2580
Diff to previous 2569
move Matrix/ directory "down"
Revision 2569 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 16 15:04:45 2010 UTC (10 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2566
IRLS() tweaks; update( <glm4> ); "Model" mother class
Revision 2566 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 13 14:22:26 2010 UTC (10 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2565
IRLS(): more convergence crit. checking. s/glm1/glm4/
Revision 2565 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 12 16:32:48 2010 UTC (10 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2556
"glpModel": docu etc; "CholeskyFactorization"
Revision 2556 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 5 16:58:27 2010 UTC (10 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2554
bug fixes for "!=", thanks to Ruth & Brian Ripley
Revision 2554 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 23:10:26 2010 UTC (10 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2553
nearPD() etc; see ChangeLog
Revision 2553 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 26 06:50:03 2010 UTC (10 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 955 byte(s)
Diff to previous 2552
fix mean(<sparse with NA>), thanks to Ruth Ripley
Revision 2552 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 24 19:36:40 2010 UTC (10 years, 7 months ago) by dmbates
Original Path: pkg/DESCRIPTION
File length: 955 byte(s)
Diff to previous 2549
Create -40.1 for SVN only allowing a dependency in lme4a for testing
Revision 2549 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 8 07:20:55 2010 UTC (10 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2548
M [ <lMatrix> ] <- value now works
Revision 2548 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 4 15:55:22 2010 UTC (10 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2547
sparseMatrix(*, dimnames=.) should work (again!)
Revision 2547 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 3 16:28:50 2010 UTC (10 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2544
model.Matrix() tweak
Revision 2544 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 2 09:29:01 2010 UTC (10 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2540
new model.Matrix(), sparse.model.matrix() return "modelMatrix" class
Revision 2540 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 18 08:53:43 2010 UTC (10 years, 8 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2539
rBind(<lsparse>, <lsparse>) now is <lsparse>
Revision 2539 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 15 19:50:45 2010 UTC (10 years, 8 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2534
fix <sparseMatrix>[] <- value
Revision 2534 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 1 21:39:29 2010 UTC (10 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 953 byte(s)
Diff to previous 2531
update condest() help page + cosmetic
Revision 2531 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 28 15:29:56 2010 UTC (10 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 937 byte(s)
Diff to previous 2530
fac2sparse(): no longer use "Class" [= 1st arg of new()] explicitly
Revision 2530 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 8 15:07:00 2010 UTC (10 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 937 byte(s)
Diff to previous 2529
update CHOLMOD etc from Tim Davis -- using src/scripts/UFsparse_download.sh and CSparse_install.sh
Revision 2529 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 31 14:41:33 2010 UTC (10 years, 10 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2527
lm.fit.sparse(x,y, w, *) (+ weights!) etc
Revision 2527 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 30 17:22:44 2010 UTC (10 years, 10 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2526
enable sparse.model.matrix( ~ 1)
Revision 2526 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 27 11:08:43 2010 UTC (10 years, 10 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2520
which() methods + checks; small things
Revision 2520 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 12 10:51:37 2010 UTC (10 years, 11 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2519
det(): export regularly (with "masking warning") instead of base namespace hack
Revision 2519 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 5 17:20:14 2010 UTC (10 years, 11 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2518
ore <sparse>[.,.] fixes, using cholmod_submatrix() now
Revision 2518 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 4 17:09:33 2010 UTC (10 years, 11 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2517
fix <sparse>[0,0] -> version 0.999375-36
Revision 2517 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 3 11:33:18 2010 UTC (10 years, 11 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2516
Fix <n.TMatrix>[ <ij-matrix> ] <- FALSE
Revision 2516 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 1 13:27:27 2010 UTC (10 years, 11 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2514
add a PROTECT() [hint from A.Runnalls]
Revision 2514 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 23 22:18:53 2010 UTC (11 years ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2512
nnzero() is generic; det[erminant]() cosmetic
Revision 2512 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 18 17:05:35 2010 UTC (11 years ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2511
Matrix`s own contr.poly() had an infelicitous default
Revision 2511 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 28 21:09:40 2009 UTC (11 years, 1 month ago) by dmbates
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2508
New version
Revision 2508 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 24 09:47:57 2009 UTC (11 years, 1 month ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2507
Use Matrix-multiplication for sparse "[" for now
Revision 2507 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 22 21:11:49 2009 UTC (11 years, 1 month ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2506
many "abIndex" methods and tests ++ see ChangeLog
Revision 2506 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 11 12:54:28 2009 UTC (11 years, 1 month ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2505
fix *sTMatrix -> sparseVector; etc
Revision 2505 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 9 17:33:23 2009 UTC (11 years, 1 month ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2504
<sparseMatrix> o <numeric> remains sparse in more cases
Revision 2504 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 7 00:32:23 2009 UTC (11 years, 1 month ago) by dmbates
Original Path: pkg/DESCRIPTION
File length: 966 byte(s)
Diff to previous 2503
Add URL: key
Revision 2503 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 6 19:40:51 2009 UTC (11 years, 1 month ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2500
implement missing sparseVector "Ops"
Revision 2500 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 20 13:22:17 2009 UTC (11 years, 2 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2495
<sparseVector> method improvements
Revision 2495 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 11 08:45:21 2009 UTC (11 years, 2 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2490
add missing PROTECT()
Revision 2490 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 24 20:40:09 2009 UTC (11 years, 3 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2486
checkMatrix() does crossprod() now; also see ChangeLog
Revision 2486 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 6 09:35:15 2009 UTC (11 years, 3 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2477
revert cholmod_common access in *exported* cholmod error handler
Revision 2477 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 23 12:23:57 2009 UTC (11 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2472
release ready
Revision 2472 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 19 06:10:48 2009 UTC (11 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2465
solve(<CHMfactor>); more chol2inv(); more methods against "disambiguity" notes, notably "[" ones, including a buglet fix
Revision 2465 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 11 22:49:33 2009 UTC (11 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2463
sparseVector Ops; printing "non-structural FALSE" in logical sparseMatrix; more use of paste0()
Revision 2463 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 2 12:45:57 2009 UTC (11 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2448
determinant(<CHMfactor>) now does return det( "L" )
Revision 2448 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 28 19:05:56 2009 UTC (11 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2445
update
Revision 2445 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 27 13:38:31 2009 UTC (11 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2422
sparse.model.matrix() rewrite and tests
Revision 2422 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 11 20:36:10 2009 UTC (11 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2410
export isLDL, test it; small fixes WRT contr.*(., sparse)
Revision 2410 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 23 06:26:44 2009 UTC (11 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2405
regr.test for "keep LL"
Revision 2405 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 10 18:28:13 2009 UTC (11 years, 7 months ago) by dmbates
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2395
New release
Revision 2395 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 8 08:02:47 2009 UTC (11 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2386
ready for release
Revision 2386 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 27 20:54:45 2009 UTC (11 years, 8 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2380
remove extraneous slots in some *-class.Rd files
Revision 2380 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 25 09:45:37 2009 UTC (11 years, 8 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2368
move %*%, [t]crossprod() methods to own file products.R; + "sparseVector" methods
Revision 2368 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 2 07:29:30 2009 UTC (11 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2364
just *r*ecommended, not *R*...
Revision 2364 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 18 23:32:30 2009 UTC (11 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2363
"fix" for the problem that .M.classEnv is not found when Matrix is only loaded but not attached
Revision 2363 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 9 20:45:32 2009 UTC (11 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2360
as(., "vector"); M[i, drop=<LOGI>] vector-indexing; fix (& check) rare problem in <TsparseTriangular[i,]; some cosmetics
Revision 2360 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 7 07:55:03 2009 UTC (11 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2357
lu(*, warnSing)
Revision 2357 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 6 15:53:51 2009 UTC (11 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 924 byte(s)
Diff to previous 2354
rid code of pre-2.9.0 if()s; also use 2.9.0-based tests/*.Rout.save where appropriate
Revision 2354 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 30 15:31:23 2009 UTC (11 years, 10 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2351
more robust MatrixClass(); in C, use methods:::classEnv() via wrapper
Revision 2351 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 25 10:41:05 2009 UTC (11 years, 10 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2346
use C-level Matrix_check_class_and_super(); adapt R code (and checks!) that work with class names similarly, using new MatrixClass()
Revision 2346 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 12 10:40:52 2009 UTC (11 years, 10 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2345
band(x, .,.) fixes, notably for dense x
Revision 2345 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 11 18:41:28 2009 UTC (11 years, 10 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2341
address remaining warnings in tests/Simple.R, see ChangeLog
Revision 2341 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 2 17:53:13 2009 UTC (11 years, 11 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2335
misc.cleanup; mostly related to "all NA sparse mat."; see ChangeLog
Revision 2335 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 13 14:09:22 2009 UTC (11 years, 11 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2333
<ngCMatrix>[, j] <- val -- fix
Revision 2333 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 30 23:09:44 2009 UTC (12 years ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2332
ready to release *-20; do not call spqr() on Windows; minor coercion changes, notably for "pMatrix", see ChangeLog
Revision 2332 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 29 15:14:59 2009 UTC (12 years ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2322
long standing small tweaks; release prep
Revision 2322 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 21 20:42:42 2009 UTC (12 years ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2321
2nd steps towards an R - SPQR interface
Revision 2321 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 20 08:44:45 2009 UTC (12 years ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2320
typos in sparseMatrix.Rd; ..
Revision 2320 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 19 18:00:37 2009 UTC (12 years ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2312
for release
Revision 2312 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 10 14:01:26 2009 UTC (12 years ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2309
new sparseMatrix(): construct *sorted* Csparse from un-sorted input, using modify-in-place under the hood
Revision 2309 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 10 18:23:57 2008 UTC (12 years, 1 month ago) by dmbates
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2303
New release
Revision 2303 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 20 17:15:54 2008 UTC (12 years, 3 months ago) by dmbates
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2297
Prepare for new release
Revision 2297 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 17 07:49:06 2008 UTC (12 years, 3 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2295
more Makevars & Makefile changes from Brian
Revision 2295 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 16 17:22:12 2008 UTC (12 years, 3 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2288
ready for release again
Revision 2288 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 14 15:15:38 2008 UTC (12 years, 3 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 902 byte(s)
Diff to previous 2274
Makefile changes for parallel make
Revision 2274 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 1 14:07:29 2008 UTC (12 years, 4 months ago) by dmbates
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 2271
Prepare for new release. Update license details.
Revision 2271 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 23 16:39:50 2008 UTC (12 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 932 byte(s)
Diff to previous 2268
fix one more (minor) TODO
Revision 2268 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 22 15:17:12 2008 UTC (12 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2259
less TODOs; notably coercion -> [dln]Matrix; diagonal arithmetic
Revision 2259 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 10 07:33:45 2008 UTC (12 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2257
doc updates for diagonalMatrix
Revision 2257 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 8 20:27:22 2008 UTC (12 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2256
read for releasing (upcoming R-devel change)
Revision 2256 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 5 16:23:39 2008 UTC (12 years, 4 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2255
drop0(., tol); <Matrix,ANY> changes from JMC; diagU2N()
Revision 2255 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 30 07:20:33 2008 UTC (12 years, 5 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2250
all.equal() TRUE only if e.g. classes match
Revision 2250 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 28 11:54:53 2008 UTC (12 years, 5 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2245
all.equal() and Ops for nsparse(Matrix|Vector)
Revision 2245 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 25 15:06:12 2008 UTC (12 years, 5 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2239
all.equal() methods; expand(<sparseLU>)
Revision 2239 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 28 19:26:40 2008 UTC (12 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2237
make diagonalMatrix extend sparseM* instead dense*; dgCMatrix_qrsol(.,., order) {in hidden lm.fit.sparse()}
Revision 2237 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 25 06:55:42 2008 UTC (12 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2235
two more solve() cases; tweaks related to diagMatrix
Revision 2235 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 23 10:24:17 2008 UTC (12 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2225
re-activate the Csparse_validate(x) feature of sorting x
Revision 2225 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 19 09:44:48 2008 UTC (12 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2209
fix longstanding dimNamesCheck() buglet
Revision 2209 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 19:39:39 2008 UTC (12 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2207
bdiag() improvements of last week
Revision 2207 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 7 22:34:52 2008 UTC (12 years, 6 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2206
M[...] <- "sparseVector" etc, see ChangeLog
Revision 2206 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 25 14:57:02 2008 UTC (12 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2199
bdiag(): use Doug`s better algorithm, fix "bugs"
Revision 2199 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 2 16:09:12 2008 UTC (12 years, 7 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2196
changes related to 2197; also one small step at reducing the ambiguity warnings
Revision 2196 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 30 21:49:50 2008 UTC (12 years, 8 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2194
Ops methods for <diag> o <dMatrix>
Revision 2194 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 20 06:44:19 2008 UTC (12 years, 8 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2193
also import "Ops" (as of May 7 !)
Revision 2193 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 5 06:56:21 2008 UTC (12 years, 8 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2186
less TODO; more "Done"
Revision 2186 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 28 12:37:01 2008 UTC (12 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2183
checkMatrix() now checks the [dl]sparseMatrix -> nMatrix coercion
Revision 2183 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 24 10:58:51 2008 UTC (12 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2175
slight change in class-definition of [d]diMatrix; better pos.definite checks for dpo* and dpp*
Revision 2175 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 23 11:23:50 2008 UTC (12 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2167
more determinant(); MANY consistency cleanups, found by checkMatrix(); .. (see ChangeLog)
Revision 2167 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 7 13:57:06 2008 UTC (12 years, 9 months ago) by mmaechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2166
require R 2.6.0
Revision 2166 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 2 15:06:02 2008 UTC (12 years, 9 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2159
move declaration such that old gcc does not complain
Revision 2159 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 29 08:09:05 2008 UTC (12 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 910 byte(s)
Diff to previous 2157
prepare release 0.999375-9
Revision 2157 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 25 15:00:01 2008 UTC (12 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 910 byte(s)
Diff to previous 2154
BunchKaufman(); fix <ddi> o <numeric> bug; Version++
Revision 2154 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 22 21:23:12 2008 UTC (12 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 910 byte(s)
Diff to previous 2151
no longer use "non-standard" chol() and qr() generic
Revision 2151 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 20 23:31:22 2008 UTC (12 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 911 byte(s)
Diff to previous 2135
several cosmetics
Revision 2135 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 17 19:23:57 2008 UTC (12 years, 10 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 910 byte(s)
Diff to previous 2128
Prepare for new release with chm_factor_ldetL2, etc.
Revision 2128 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 13 23:08:34 2008 UTC (12 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 910 byte(s)
Diff to previous 2126
fix diagonal <-> sparse buglets
Revision 2126 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 7 07:59:46 2008 UTC (12 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 910 byte(s)
Diff to previous 2123
ready for releasing 0.999375-5
Revision 2123 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 5 08:44:52 2008 UTC (12 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 910 byte(s)
Diff to previous 2105
replace many "callGeneric(U, V)" by direct <FUN>(U, V)
Revision 2105 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 15 10:16:29 2008 UTC (13 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 2102
solve(<CHMfactor>, <numeric>) and related
Revision 2102 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 11 22:35:25 2008 UTC (13 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 2093
fix rcond(..) infinite recursion
Revision 2093 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 22 15:54:17 2007 UTC (13 years, 2 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 2081
update 'License' to conform to Kurt's standards
Revision 2081 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 6 22:01:45 2007 UTC (13 years, 3 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 2061
some more dense solve() / lu()
Revision 2061 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 1 20:37:11 2007 UTC (13 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 2056
make alloca working for Sun
Revision 2056 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 16 16:42:10 2007 UTC (13 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 2048
add explicit ... to function args in certain setMethod("[" ..) calls {for R-devel}
Revision 2048 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 14 15:09:10 2007 UTC (13 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 2036
new nearPD() {from Jens` nearcor()}; some TODO cleanup
Revision 2036 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 6 12:03:47 2007 UTC (13 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 2024
add more x
Revision 2024 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 2 07:22:44 2007 UTC (13 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 2005
release date
Revision 2005 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 18 14:46:20 2007 UTC (13 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1967
norm() for sparse; systematic checking of norm() and all "Summary" methods
Revision 1967 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 7 22:47:52 2007 UTC (13 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1963
require 2.5.1
Revision 1963 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 7 18:24:16 2007 UTC (13 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1960
Prepare for new, bug-fix, release
Revision 1960 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 6 16:54:43 2007 UTC (13 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1947
merge 'branches/Matrix-APIchange' back into the trunk
Revision 1947 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 5 08:22:00 2007 UTC (13 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 903 byte(s)
Diff to previous 1945
printSpMatrix() {exported, extended, documented}
Revision 1945 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 4 18:07:07 2007 UTC (13 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 903 byte(s)
Diff to previous 1933
not dropping dimnames (notably of sparse matrices)
Revision 1933 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 30 09:05:11 2007 UTC (13 years, 7 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 903 byte(s)
Diff to previous 1932
add session- and hardware-info to Comparisons
Revision 1932 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 29 16:43:47 2007 UTC (13 years, 7 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 903 byte(s)
Diff to previous 1893
Math/Math2: setGeneric adaption for todays` R-devel
Revision 1893 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 14 10:46:10 2007 UTC (13 years, 7 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 903 byte(s)
Diff to previous 1887
more strict validity checking for Csparse
Revision 1887 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 7 09:04:34 2007 UTC (13 years, 7 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 903 byte(s)
Diff to previous 1883
few misc.
Revision 1883 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 6 14:24:58 2007 UTC (13 years, 7 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 903 byte(s)
Diff to previous 1855
use correct "na.rm" default in all() and any(); tests for that
Revision 1855 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 23 21:33:34 2007 UTC (13 years, 8 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 903 byte(s)
Diff to previous 1852
export drop0() {name is open for discussion}; document colSums
Revision 1852 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 21 16:42:35 2007 UTC (13 years, 8 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1845
sparseVector. <- v; rowSums/colSums; summary(<sparse>); spMatrix(.) utility
Revision 1845 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 16 21:24:41 2007 UTC (13 years, 8 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1837
part of sparseVector additions; in order to avoid merge conflicts
Revision 1837 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 14 13:17:37 2007 UTC (13 years, 8 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1834
new version for CRAN - windows problem
Revision 1834 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 11 10:07:17 2007 UTC (13 years, 8 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1827
fixed symmetric Tsparse indexing
Revision 1827 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 25 22:22:41 2007 UTC (13 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1799
Remove superfluous Lapack files
Revision 1799 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 24 14:54:00 2007 UTC (13 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1787
+ diff(.), + "dim<-"; cBind/rBind + cbind/rbind; indexing fixes - current state
Revision 1787 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 16 20:02:19 2007 UTC (13 years, 11 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1786
Prepare for 0.9975-11 release
Revision 1786 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 16 17:37:56 2007 UTC (13 years, 11 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1768
Add image method for CHMfactor class
Revision 1768 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 5 17:49:54 2007 UTC (13 years, 11 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1758
update
Revision 1758 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 16:34:51 2007 UTC (13 years, 11 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1751
workaround platform-dependent segfault in R_to_CMatrix
Revision 1751 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 30 17:41:02 2007 UTC (14 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 886 byte(s)
Diff to previous 1747
drop(); tweaks to Ops & indexing; Rsparse coercions for less exceptions in tests/Class+Meth.R
Revision 1747 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 29 20:17:33 2007 UTC (14 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 886 byte(s)
Diff to previous 1725
many more coercions for diag(), "!", etc; see ChangeLog
Revision 1725 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 17 08:01:10 2007 UTC (14 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1724
accomplished quite a few small FIXMEs; see ChangeLog
Revision 1724 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 13 21:06:51 2007 UTC (14 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1714
indexing etc till yesterday
Revision 1714 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 28 22:11:32 2006 UTC (14 years, 1 month ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1710
move Ops to new Ops.R; start using "Logic"
Revision 1710 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 26 15:57:06 2006 UTC (14 years, 1 month ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1707
more "[<-" fixes; validity of triangular sparse
Revision 1707 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 21 08:03:05 2006 UTC (14 years, 1 month ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1705
fix last (? ha!) indexing bug; cbind2/rbind2
Revision 1705 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 16 12:37:25 2006 UTC (14 years, 1 month ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1696
any(), all() and "Compare"(<sparse>) - for release of 0.9975-7
Revision 1696 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 11 21:41:37 2006 UTC (14 years, 1 month ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1688
fix symmetric-sparse-indexing bug
Revision 1688 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 9 00:29:45 2006 UTC (14 years, 1 month ago) by bates
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1674
export cholmod_analyze_p; new version
Revision 1674 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 7 13:29:23 2006 UTC (14 years, 2 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1658
ready for release
Revision 1658 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 1 17:43:46 2006 UTC (14 years, 3 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1657
0.9975-6 not -7
Revision 1657 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 1 16:29:53 2006 UTC (14 years, 3 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1655
crossprod(<CsparseMatrix>,<CsparseMatrix>) added
Revision 1655 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 30 17:16:27 2006 UTC (14 years, 3 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1654
another set of fixes/improvements; the last prompted by Harri Kiiveri
Revision 1654 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 27 16:58:15 2006 UTC (14 years, 3 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1647
miscellaneous "fixes" mostly in ChangeLog and/or related to diagonalMatrix
Revision 1647 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 23 12:36:27 2006 UTC (14 years, 3 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 891 byte(s)
Diff to previous 1642
update for release
Revision 1642 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 20 21:08:28 2006 UTC (14 years, 3 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1635
small changes related to "corMatrix" and other newly seen classes in tests/Class+Meth.R
Revision 1635 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 17 21:21:44 2006 UTC (14 years, 3 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1625
fix Matrix() %*% Diagonal() bug
Revision 1625 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 12 15:06:55 2006 UTC (14 years, 3 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1618
Remove registration of write_HarwellBoeing and update version number
Revision 1618 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 6 15:44:01 2006 UTC (14 years, 3 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1613
Matrix(0, d,d) should also give sparse (not diagonal); general_to_symmetric; notably for lsC*; more coercions; first cut at Csparse_drop()
Revision 1613 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 4 22:41:49 2006 UTC (14 years, 3 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1599
New release to export more CCallable functions
Revision 1599 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 29 09:39:50 2006 UTC (14 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1592
more coercion methods (for rare matrices) => less exceptions
Revision 1592 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 28 15:31:17 2006 UTC (14 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1583
"Compare" for "dMatrix"; plus a few small ones
Revision 1583 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 19 08:33:54 2006 UTC (14 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1576
Date ++
Revision 1576 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 18 15:30:37 2006 UTC (14 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1565
small update
Revision 1565 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 15 14:02:48 2006 UTC (14 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1562
Matrix <-> graph coercion update (for R 2.4.0)
Revision 1562 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 14 13:54:45 2006 UTC (14 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1548
Date
Revision 1548 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 11 22:13:07 2006 UTC (14 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 873 byte(s)
Diff to previous 1538
new nMatrix and subclasses; lsparse change to have x slot; many consequences
Revision 1538 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 8 13:18:50 2006 UTC (14 years, 4 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 874 byte(s)
Diff to previous 1507
Update description after removal of Metis et al.
Revision 1507 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 4 18:41:34 2006 UTC (14 years, 4 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 988 byte(s)
Diff to previous 1486
Merging changes from Matrix-nolmer branch
Revision 1486 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 2 19:09:28 2006 UTC (14 years, 4 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 1017 byte(s)
Diff to previous 1481
Clarify the sparse matrix libraries used
Revision 1481 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 2 16:43:22 2006 UTC (14 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 988 byte(s)
Diff to previous 1477
with the branch in place, up the Version and require R >= 2.4.0
Revision 1477 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 1 23:13:35 2006 UTC (14 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 988 byte(s)
Diff to previous 1472
Increment version number after last upload.
Revision 1472 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 1 15:31:04 2006 UTC (14 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 988 byte(s)
Diff to previous 1468
miscellaneous tweaks; moved some method definitions higher up
Revision 1468 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 31 15:12:09 2006 UTC (14 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 986 byte(s)
Diff to previous 1467
Date for release
Revision 1467 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 30 21:35:09 2006 UTC (14 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 986 byte(s)
Diff to previous 1394
several smallish fixes
Revision 1394 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 19 12:16:16 2006 UTC (14 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 963 byte(s)
Diff to previous 1379
add comment on why Rdefines.h
Revision 1379 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 15 19:05:00 2006 UTC (14 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 964 byte(s)
Diff to previous 1351
made Date: current
Revision 1351 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 7 16:51:14 2006 UTC (14 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 964 byte(s)
Diff to previous 1350
use speedier crossprod() for "dgC" - still slower than t(.) %*% .
Revision 1350 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 7 09:06:17 2006 UTC (14 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 964 byte(s)
Diff to previous 1346
library(Matrix) *outside* if; more graph tests
Revision 1346 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 3 17:17:55 2006 UTC (14 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 964 byte(s)
Diff to previous 1329
recreate the S4 Matrix examples at data load time
Revision 1329 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 21 06:47:06 2006 UTC (14 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 908 byte(s)
Diff to previous 1325
miscellaneous mostly related to sparse indexing
Revision 1325 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 18 15:07:18 2006 UTC (14 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 908 byte(s)
Diff to previous 1324
Wrap lines in the License section at a shorter line length. Cite correct directory doc/UFsparse.
Revision 1324 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 17 20:15:54 2006 UTC (14 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1319
update date
Revision 1319 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 17 13:08:04 2006 UTC (14 years, 6 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1304
non0ind() extended for symmetric sparse matrices -> correct printing
Revision 1304 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 26 14:34:21 2006 UTC (14 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1299
Preparing for new release in early July
Revision 1299 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 12 08:06:21 2006 UTC (14 years, 7 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1298
mcmcsamp()[,"deviance"] was wrong column
Revision 1298 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 10 19:56:18 2006 UTC (14 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1295
Revision 1295 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 9 21:47:22 2006 UTC (14 years, 7 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1291
coercion to and multiplication of diagonal and sparse matrices
Revision 1291 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 8 16:04:09 2006 UTC (14 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 904 byte(s)
Diff to previous 1280
Change the Depends:
Revision 1280 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 23 08:01:44 2006 UTC (14 years, 8 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 888 byte(s)
Diff to previous 1267
useDynlib(*, .registration=TRUE)
Revision 1267 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 16 19:12:13 2006 UTC (14 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 888 byte(s)
Diff to previous 1253
single argument [t]crossprod now returns a symmetric matrix
Revision 1253 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 19 09:17:14 2006 UTC (14 years, 9 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 888 byte(s)
Diff to previous 1238
tT -> tC; and diagU2N() for solve(<dtC>)
Revision 1238 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 30 19:56:09 2006 UTC (14 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1232
coercions from dgC to triangular (dtC) and symmetric (dsC), etc
Revision 1232 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 21 11:07:55 2006 UTC (14 years, 10 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1230
modifying return value of ranef method and adding residuals method
Revision 1230 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 16 20:03:41 2006 UTC (14 years, 10 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1228
Fix dpotrf call for BLAS under Mac OS X
Revision 1228 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 15 17:43:34 2006 UTC (14 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1226
put "mm" and "y" datasets into list "KNex" and change the docu, examples, tests, and one vignette accordingly; ready for release of 0.995-6
Revision 1226 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 13 14:07:58 2006 UTC (14 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1213
sparse: "[<-" and better arithmetic; other tweaks
Revision 1213 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 23:44:07 2006 UTC (14 years, 11 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1210
Fix case of cbind(successes, failures) for lmer fitting a GLMM (see Changelog)
Revision 1210 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 26 08:21:46 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1207
Date++
Revision 1207 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 25 08:39:10 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1201
comment in simple.R; ready for 0.995-4 release
Revision 1201 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 16:04:12 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1197
Class cleanup; particularly ldense* ones
Revision 1197 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 23 13:43:15 2006 UTC (15 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1192
Version 0.995-3
Revision 1192 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 20 20:56:46 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1183
Version ++
Revision 1183 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 19 10:35:44 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1175
Date++
Revision 1175 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 17 23:41:36 2006 UTC (15 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1169
Munging the data frame
Revision 1169 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 16 14:41:55 2006 UTC (15 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1161
Really only need R-2.2.0 (for nlminb)
Revision 1161 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 13 23:46:29 2006 UTC (15 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1152
Preparation for new version
Revision 1152 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 12 07:56:14 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 887 byte(s)
Diff to previous 1127
0.995 ; util; R >= 2.3.0
Revision 1127 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 10 18:11:23 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 886 byte(s)
Diff to previous 1123
add ", drop = FALSE" in lmer.coef constructions; plus a few comments
Revision 1123 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 10 17:04:29 2006 UTC (15 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 886 byte(s)
Diff to previous 1119
Release 0.99-6
Revision 1119 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 7 19:52:37 2006 UTC (15 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 886 byte(s)
Diff to previous 1109
Fix due to Peter Dalgaard for segfault with multiple non-nested grouping factors; Version 0.99-5
Revision 1109 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 3 16:42:31 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 886 byte(s)
Diff to previous 1106
"diagonalMatrix" class and subclasses with a few methods; very basic "ltTMatrix" methods
Revision 1106 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 2 13:58:00 2006 UTC (15 years ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 886 byte(s)
Diff to previous 1091
depend on "utils"; new version for ready for CRAN
Revision 1091 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 12 13:59:58 2005 UTC (15 years, 1 month ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 879 byte(s)
Diff to previous 1086
update
Revision 1086 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 9 16:23:13 2005 UTC (15 years, 1 month ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 879 byte(s)
Diff to previous 1053
new Version (needed for build)
Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 14 22:21:04 2005 UTC (15 years, 2 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 879 byte(s)
Diff to previous 1052
Release 0.99-2
Revision 1052 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 14 17:11:13 2005 UTC (15 years, 2 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 651 byte(s)
Diff to previous 1039
SystemRequirements: GNU make
Revision 1039 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 11 21:22:49 2005 UTC (15 years, 2 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 1027
Release 0.99-2
Revision 1027 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 8 23:13:17 2005 UTC (15 years, 2 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 986
New release
Revision 986 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 21 19:36:30 2005 UTC (15 years, 3 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 977
Remove references to mer2 and mltloc.rda which are now in a branch
Revision 977 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 7 22:14:47 2005 UTC (15 years, 3 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 929
mer2_initial
Revision 929 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 19 21:29:08 2005 UTC (15 years, 4 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 925
Added release information
Revision 925 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 19 19:01:31 2005 UTC (15 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 911
too many changes: rbind2 for dM*, cbind2(), "Math", "Arith" for sparse ones; more "s/gTMatrix/TsparseMatrix/" fixes; quite a few more tests, incl some for *all* classes
Revision 911 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 9 08:13:06 2005 UTC (15 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 908
date
Revision 908 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 8 15:30:08 2005 UTC (15 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 900
cbind() / cbind2() methods for R >= 2.2.0
Revision 900 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 3 22:00:07 2005 UTC (15 years, 4 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 871
up "Version" (for those using svn version)
Revision 871 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 26 17:26:49 2005 UTC (15 years, 5 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 863
Version 0.98-6: "[" methods for dense matrices; first "[<-"; examples
Revision 863 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 18 21:31:31 2005 UTC (15 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 854
Release 0.98-5
Revision 854 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 16 18:05:01 2005 UTC (15 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 846
Release 0.98-4
Revision 846 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 10 22:08:35 2005 UTC (15 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 825
Release 0.98-3
Revision 825 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 7 15:22:33 2005 UTC (15 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 820
Harwell-Boeing and MatrixMarket formats
Revision 820 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 27 23:07:04 2005 UTC (15 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 622 byte(s)
Diff to previous 809
Version 0.98-1
Revision 809 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 12 23:00:50 2005 UTC (15 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 616 byte(s)
Diff to previous 807
Release 0.97-4 with fix suggested by DTL
Revision 807 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 11 14:51:22 2005 UTC (15 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 616 byte(s)
Diff to previous 806
Release 0.97-3
Revision 806 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 8 15:38:43 2005 UTC (15 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 616 byte(s)
Diff to previous 801
Preliminary version of glmmMCMC
Revision 801 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 6 16:24:33 2005 UTC (15 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 616 byte(s)
Diff to previous 794
Updates for release 0.97-2
Revision 794 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 4 14:54:33 2005 UTC (15 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 616 byte(s)
Diff to previous 780
New release
Revision 780 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 19 14:59:30 2005 UTC (15 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 777
Release 0.96-3
Revision 777 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 14 04:02:57 2005 UTC (15 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 772
release 0.96-2
Revision 772 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 9 16:57:55 2005 UTC (15 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 769
Prepare for release 0.96-1
Revision 769 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 8 23:47:45 2005 UTC (15 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 586 byte(s)
Diff to previous 763
Moving lmer to the Matrix package
Revision 763 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 6 15:53:08 2005 UTC (15 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 587 byte(s)
Diff to previous 753
New release
Revision 753 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 29 02:15:35 2005 UTC (15 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 587 byte(s)
Diff to previous 749
Release 0.95-11
Revision 749 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 20 03:17:14 2005 UTC (15 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 587 byte(s)
Diff to previous 728
Release 0.95-10
Revision 728 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 14 00:21:17 2005 UTC (15 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 587 byte(s)
Diff to previous 726
Preparing for release 0.95-10
Revision 726 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 12 14:59:04 2005 UTC (15 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 586 byte(s)
Diff to previous 725
Release 0.95-9
Revision 725 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 10 14:50:39 2005 UTC (15 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 586 byte(s)
Diff to previous 718
Release 0.95-8 with bug fix for sparse symmetric solve
Revision 718 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 9 01:24:35 2005 UTC (15 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 586 byte(s)
Diff to previous 702
Getting ready for a release
Revision 702 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 21 13:00:36 2005 UTC (15 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 586 byte(s)
Diff to previous 692
Moving Doxyfile
Revision 692 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 18 14:34:33 2005 UTC (15 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 586 byte(s)
Diff to previous 687
Release 0.95-6
Revision 687 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 1 07:36:09 2005 UTC (15 years, 10 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 681
"[" and show() methods for sparse matrices => RFC
Revision 681 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 31 00:14:36 2005 UTC (15 years, 10 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 680
Repaired a thinko in the lmer_fitted function
Revision 680 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 30 14:43:56 2005 UTC (15 years, 10 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 596
Prepare for release 0.95-4
Revision 596 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 3 05:18:35 2005 UTC (15 years, 11 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 583
Preparing for 0.95-4 release
Revision 583 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 1 11:42:12 2005 UTC (15 years, 11 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 579
dgCMatrix: needs explicit "dim" method (should not be needed!)
Revision 579 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 00:04:16 2005 UTC (15 years, 11 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 573
dimnames(), "dimnames() <-", better t(), etc
Revision 573 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 26 18:06:08 2005 UTC (15 years, 11 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 569
more group methods and testing them
Revision 569 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 25 13:20:28 2005 UTC (15 years, 11 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 561
Release 0.95-2
Revision 561 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 18 19:24:43 2005 UTC (15 years, 11 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 539
Release 0.95-1
Revision 539 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 10 13:53:28 2005 UTC (15 years, 11 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 519
update Version (just in case)
Revision 519 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 5 14:25:56 2005 UTC (15 years, 11 months ago) by maechler
Original Path: pkg/DESCRIPTION
File length: 593 byte(s)
Diff to previous 492
some matrix exponential tests
Revision 492 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 3 14:24:03 2005 UTC (15 years, 11 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 607 byte(s)
Diff to previous 459
Getting package to pass CMD check
Revision 459 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 29 14:08:22 2005 UTC (16 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 557 byte(s)
Diff to previous 450
Preparation for new release
Revision 450 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 23 10:05:02 2005 UTC (16 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 557 byte(s)
Diff to previous 448
New release
Revision 448 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 21 21:59:45 2005 UTC (16 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 415
Release 0.8-23
Revision 415 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 3 19:05:11 2005 UTC (16 years ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 410
Change to the lmer representation
Revision 410 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 28 14:51:42 2004 UTC (16 years, 1 month ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 398
Working on the lmer classes
Revision 398 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 16 19:31:11 2004 UTC (16 years, 1 month ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 392
New release
Revision 392 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 14 20:01:16 2004 UTC (16 years, 1 month ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 388
Revision 388 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 13 16:00:22 2004 UTC (16 years, 1 month ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 342
New release
Revision 342 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 15 13:55:52 2004 UTC (16 years, 2 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 327
Updates for factorization name and default value
Revision 327 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 6 18:04:31 2004 UTC (16 years, 2 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 296
New release
Revision 296 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 4 17:13:29 2004 UTC (16 years, 3 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 558 byte(s)
Diff to previous 291
Add registration of .Call functions
Revision 291 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 3 21:51:33 2004 UTC (16 years, 3 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 576 byte(s)
Diff to previous 283
Release 0.8-15
Revision 283 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 2 17:05:34 2004 UTC (16 years, 4 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 561 byte(s)
Diff to previous 271
check for lattice package in image methods
Revision 271 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 2 23:12:30 2004 UTC (16 years, 4 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 564 byte(s)
Diff to previous 268
Prepare for new release
Revision 268 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 31 19:13:33 2004 UTC (16 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 564 byte(s)
Diff to previous 258
New version
Revision 258 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 24 14:22:13 2004 UTC (16 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 564 byte(s)
Diff to previous 257
Preparing for a new release
Revision 257 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 24 02:08:08 2004 UTC (16 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 564 byte(s)
Diff to previous 255
Remove taucs, add lmeRep, new release
Revision 255 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 20 16:27:15 2004 UTC (16 years, 5 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 540 byte(s)
Diff to previous 245
Add the lmeRep class
Revision 245 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 12 12:46:54 2004 UTC (16 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 511 byte(s)
Diff to previous 241
Remove warnings, new release, change gradient calculation method
Revision 241 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 7 18:23:11 2004 UTC (16 years, 6 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 511 byte(s)
Diff to previous 213
Remove pdMat classes
Revision 213 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 7 19:32:00 2004 UTC (16 years, 7 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 496 byte(s)
Diff to previous 205
Ready for next release
Revision 205 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 1 21:36:47 2004 UTC (16 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 496 byte(s)
Diff to previous 189
Prepare for next release
Revision 189 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 31 19:03:51 2004 UTC (16 years, 8 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 496 byte(s)
Diff to previous 140
Doxygen configuration file
Revision 140 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 29 22:54:12 2004 UTC (16 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 1912 byte(s)
Diff to previous 112
Change release number
Revision 112 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 20 17:34:18 2004 UTC (16 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 1912 byte(s)
Diff to previous 80
New release
Revision 80 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 14 23:01:49 2004 UTC (16 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 1912 byte(s)
Diff to previous 78
Release 0.8-4
Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 14 20:44:38 2004 UTC (16 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 1912 byte(s)
Diff to previous 71
New release
Revision 71 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 12 22:08:52 2004 UTC (16 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 1912 byte(s)
Diff to previous 58
Release 0.8-3 to fix Makefile.win
Revision 58 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 6 22:10:05 2004 UTC (16 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 1912 byte(s)
Diff to previous 51
Revision 51 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 6 02:37:45 2004 UTC (16 years, 9 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 1912 byte(s)
Diff to previous 10
Release 0.8-2
Revision 10 - (view) (download) (annotate) - [select for diffs]
Added Mon Mar 22 20:20:05 2004 UTC (16 years, 10 months ago) by bates
Original Path: pkg/DESCRIPTION
File length: 2700 byte(s)
Initial import
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
root@r-forge.r-project.org | ViewVC Help |
Powered by ViewVC 1.0.0 |