Skip to content

Commit 7fd4453

Browse files
author
masa
committed
version narray-0.5.9p6
git-svn-id: svn+ssh://ion/home/svn/ruby/narray05/trunk@79 09a2cad2-7366-4d26-ab3d-61f00787735e
1 parent 01bbcc1 commit 7fd4453

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
2008-06-10 Masahiro TANAKA <masa16.tanaka at gmail.com>
215

316
* bench/: new sophisticated benchmark script.

README.ja

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,3 @@
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-

narray.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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 :

0 commit comments

Comments
 (0)