|
|
|
@293
|
[293]
|
06/09/11 23:15:34 |
dsimcha |
Better loop unrolling: Speed up ILP optimized functions ~10%. |
|
|
|
@290
|
[290]
|
05/25/11 22:17:37 |
dsimcha |
Add beta distribution to dstats.distrib, clean up dstatsEnforce line … |
|
|
|
@288
|
[288]
|
05/14/11 12:21:49 |
dsimcha |
Minor updates for 2.053. |
|
|
|
@276
|
[276]
|
02/21/11 20:28:58 |
dsimcha |
Make TempAlloc? use the C heap. Remove excessively zealous nothrow's … |
|
|
|
@266
|
[266]
|
02/12/11 19:18:03 |
dsimcha |
Mostly WIP, some trivial fixes. |
|
|
|
@236
|
[236]
|
01/08/11 09:37:37 |
dsimcha |
Improve error messages. |
|
|
|
@234
|
[234]
|
12/22/10 20:35:18 |
dsimcha |
2.051 updates. This breaks all earlier versions of DMD because I dumped … |
|
|
|
@230
|
[230]
|
11/16/10 20:49:02 |
dsimcha |
Misc small bugs and silliness exposed by testing on GDC. |
|
|
|
@227
|
[227]
|
11/15/10 20:31:38 |
dsimcha |
Fix some unit tests that fail in edge cases on Linux. |
|
|
|
@226
|
[226]
|
11/13/10 18:58:27 |
dsimcha |
Fix 64-bit compilation errors. Code only passes semantic analysis, hasn't … |
|
|
|
@225
|
[225]
|
10/26/10 19:37:36 |
dsimcha |
fix unittest. |
|
|
|
@214
|
[214]
|
09/05/10 22:30:54 |
dsimcha |
Fixes for Appender-related bit rot. |
|
|
|
@211
|
[211]
|
08/22/10 21:53:08 |
dsimcha |
Fix ranges: Add save() and @property stuff. |
|
|
|
@209
|
[209]
|
08/22/10 21:23:02 |
dsimcha |
Fix some style issues and a few 64 issues. |
|
|
|
@175
|
[175]
|
07/11/10 23:25:17 |
dsimcha |
Add special-case byCategory for boolean labels. |
|
|
|
@168
|
[168]
|
06/30/10 20:19:09 |
dsimcha |
Need Unqual. |
|
|
|
@164
|
[164]
|
06/19/10 18:23:09 |
dsimcha |
Add AUROC, misc. 2.047-related updates. |
|
|
|
@163
|
[163]
|
05/15/10 10:59:23 |
dsimcha |
Small fixes, confirmed working w/ 2.046. |
|
|
|
@145
|
[145]
|
02/28/10 22:49:52 |
dsimcha |
80-bit reals -> 64-bit doubles, since this results in up to 3x performance … |
|
|
|
@143
|
[143]
|
02/24/10 23:17:29 |
dsimcha |
-- |
|
|
|
@137
|
[137]
|
02/14/10 11:53:43 |
dsimcha |
Remove all foreach_reverse, misc. small refactorings. |
|
|
|
@134
|
[134]
|
01/31/10 10:04:32 |
dsimcha |
static this -> shared static this. |
|
|
|
@130
|
[130]
|
12/25/09 21:31:19 |
dsimcha |
Improve error handling and constraints. |
|
|
|
@128
|
[128]
|
12/21/09 21:50:15 |
dsimcha |
Added byCategory(). |
|
|
|
@123
|
[123]
|
12/05/09 16:53:44 |
dsimcha |
Make dstats compile w/ 2.037. |
|
|
|
@117
|
[117]
|
11/25/09 20:04:38 |
dsimcha |
-- |
|
|
|
@116
|
[116]
|
11/24/09 23:40:17 |
dsimcha |
Made all ranks use double instead of float because it's not actually … |
|
|
|
@104
|
[104]
|
11/05/09 22:30:14 |
dsimcha |
Refactoring. |
|
|
|
@97
|
[97]
|
10/27/09 09:30:08 |
dsimcha |
Fix degenerate case bug in Perm, Comb. Now work for n, r = 0. |
|
|
|
@95
|
[95]
|
10/26/09 00:36:58 |
dsimcha |
Optimizations for Perm. |
|
|
|
@94
|
[94]
|
10/24/09 12:59:06 |
dsimcha |
Add small optimization to perm(): Use bytes instead of ints in cases … |
|
|
|
@93
|
[93]
|
10/24/09 12:37:32 |
dsimcha |
Fix small doc error. |
|
|
|
@92
|
[92]
|
10/24/09 12:29:14 |
dsimcha |
Improve comb, perm, add toNumericRange, misc small cleanups. |
|
|
|
@88
|
[88]
|
10/18/09 06:57:55 |
dsimcha |
Misc. code cleanup, refactoring. |
|
|
|
@86
|
[86]
|
10/13/09 13:16:18 |
dsimcha |
Fix some code that was relying on bugs no longer present in 2.034. |
|
|
|
@85
|
[85]
|
10/10/09 03:49:39 |
dsimcha |
More misc. small fixes/improvements. |
|
|
|
@83
|
[83]
|
07/07/09 20:52:09 |
dsimcha |
Bug fixes, 2.031 updates. |
|
|
|
@78
|
[78]
|
05/30/09 22:04:25 |
dsimcha |
Fix bug in Comb. |
|
|
|
@65
|
[65]
|
05/15/09 22:58:14 |
dsimcha |
Bug fix for NumericFile?, small optimization in summary. |
|
|
|
@60
|
[60]
|
05/14/09 23:10:56 |
dsimcha |
Misc. cleanup and optimization. |
|
|
|
@34
|
[34]
|
04/26/09 15:54:46 |
dsimcha |
Bug fixes, generalize from isForwardRange to isIterable. |
|
|
|
@28
|
[28]
|
04/23/09 23:30:02 |
dsimcha |
Make dstats work with ranges. |
|
|
|
@24
|
[24]
|
02/02/09 22:11:17 |
dsimcha |
Argh, bug 1629 workarounds. |
|
|
|
@23
|
[23]
|
01/31/09 12:34:47 |
dsimcha |
A few bug fixes. |
|
|
|
@22
|
[22]
|
01/24/09 21:45:24 |
dsimcha |
Make binning functions accept a return type parameter. |
|
|
|
@20
|
[20]
|
01/22/09 22:38:19 |
dsimcha |
Optimize TempAlloc? and add some sanity checks. Fix unittests to … |
|
|
|
@16
|
[16]
|
01/16/09 21:06:31 |
dsimcha |
Improve infotheory performance. Rename jointEntropyObs to entropy. Fix … |
|
|
|
@5
|
[5]
|
01/04/09 22:22:14 |
dsimcha |
Initial commit |