File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed
Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 1+ 2008-11-05 Masahiro TANAKA <masa16.tanaka at gmail.com>
2+
3+ * work with ruby 1.9.1 preview1
4+ - use RARRAY_*** macros instead of struct RArray.
5+ - follow changes in Complex feature.
6+ - change oprator arg of coerce_rev func : id -> symbol
7+ - modify test scripts.
8+
9+ * na_array.c (na_do_mdai):
10+ - bug fix in counting narray's rank.
11+
12+ * ver 0.5.9p6
13+
1142008-06-10 Masahiro TANAKA <masa16.tanaka at gmail.com>
215
316 * bench/: new sophisticated benchmark script.
Original file line number Diff line number Diff line change 5151
5252 $BEDCf>;9((B
5353 $B$40U8+!$%P%0%l%]!<%H$=$NB>$O(B
[email protected] $B$^$G$*4j$$$7$^$9!#(B
54-
55- * $B<U<-(B
56-
57- $B$^$D$b$H$f$-$R$m(B $B$5$s(B $B$r$O$8$a$H$9$k(BRuby$B3+H/<T$N$_$J$5$^(B for Ruby
58-
59- $B0KF#(B $B>4B'(B $B$5$s(B for MDArray
60- $B3HD%%i%$%V%i%j$N:n$jJ}$d!"(BArray$B$+$iB?<!85G[Ns$KJQ49$9$kItJ,$r(B
61- $B;29M$K$5$;$F$$$?$@$-$^$7$?!#(B
62-
Original file line number Diff line number Diff line change 1919# include <sys/types.h>
2020#endif
2121
22- #define NARRAY_VERSION "0.5.9p5 "
23- #define NARRAY_VERSION_CODE 595
22+ #define NARRAY_VERSION "0.5.9p6 "
23+ #define NARRAY_VERSION_CODE 596
2424
2525/*
2626 Data types used in NArray :
You can’t perform that action at this time.
0 commit comments