Skip to content

Commit a0c69dd

Browse files
committed
update version
1 parent a2ddedc commit a0c69dd

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

ChangeLog

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
2016-02-15 Seiya Nishizawa <seiya@gfd-dennou.org>
2+
3+
* fixed wrong integer type in the lu solver
4+
5+
2016-02-15 Seiya Nishizawa <seiya@gfd-dennou.org>
6+
7+
* fixed wrong type
8+
9+
2016-02-15 Seiya Nishizawa <seiya@gfd-dennou.org>
10+
11+
* add "include NumRu" to the benchmark scripts
12+
13+
2016-02-15 Seiya Nishizawa <seiya@gfd-dennou.org>
14+
15+
* enable #to_s_refer for ruby >= 1.9
16+
17+
2016-02-14 Seiya Nishizawa <seiya@gfd-dennou.org>
18+
19+
* use #to_s for #to_s_refer for ruby < 2.2
20+
21+
2016-02-13 Seiya Nishizawa <seiya@gfd-dennou.org>
22+
23+
* update README
24+
25+
2016-02-13 Seiya Nishizawa <seiya@gfd-dennou.org>
26+
27+
* update mkmath.rb (na_math.c was overwrited)
28+
29+
2016-02-13 Seiya Nishizawa <seiya@gfd-dennou.org>
30+
31+
* update tests
32+
33+
2016-02-13 Seiya Nishizawa <seiya@gfd-dennou.org>
34+
35+
* add "include NumRu" to the test files
36+
37+
2016-02-13 Seiya Nishizawa <seiya@gfd-dennou.org>
38+
39+
* add Gemfile file
40+
41+
2016-02-13 Seiya Nishizawa <seiya@gfd-dennou.org>
42+
43+
* add travis setting
44+
45+
2016-02-13 Seiya Nishizawa <seiya@gfd-dennou.org>
46+
47+
* add NumRu::NArray#to_s_refer method (same as #to_s but not dup data)
48+
49+
2016-02-12 Seiya Nishizawa <seiya@gfd-dennou.org>
50+
51+
* remove narray.gemspec
52+
53+
2016-02-12 Seiya Nishizawa <seiya@gfd-dennou.org>
54+
55+
* update ChangeLog
56+
157
2016-02-12 Seiya Nishizawa <seiya@gfd-dennou.org>
258

359
* update version

ext/numru/narray/narray.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#define NARRAY_VERSION "0.6.0.8"
2828
#define NARRAY_VERSION_CODE 608
2929

30-
#define NUMRU_NARRAY_VERSION "1.0.1"
31-
#define NUMRU_NARRAY_VERSION_CODE 101
30+
#define NUMRU_NARRAY_VERSION "1.0.2"
31+
#define NUMRU_NARRAY_VERSION_CODE 102
3232

3333
/* big memory support */
3434
#define NARRAY_BIGMEM 1

0 commit comments

Comments
 (0)