Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya committed Feb 15, 2016
1 parent a2ddedc commit a0c69dd
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
56 changes: 56 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
2016-02-15 Seiya Nishizawa <[email protected]>

* fixed wrong integer type in the lu solver

2016-02-15 Seiya Nishizawa <[email protected]>

* fixed wrong type

2016-02-15 Seiya Nishizawa <[email protected]>

* add "include NumRu" to the benchmark scripts

2016-02-15 Seiya Nishizawa <[email protected]>

* enable #to_s_refer for ruby >= 1.9

2016-02-14 Seiya Nishizawa <[email protected]>

* use #to_s for #to_s_refer for ruby < 2.2

2016-02-13 Seiya Nishizawa <[email protected]>

* update README

2016-02-13 Seiya Nishizawa <[email protected]>

* update mkmath.rb (na_math.c was overwrited)

2016-02-13 Seiya Nishizawa <[email protected]>

* update tests

2016-02-13 Seiya Nishizawa <[email protected]>

* add "include NumRu" to the test files

2016-02-13 Seiya Nishizawa <[email protected]>

* add Gemfile file

2016-02-13 Seiya Nishizawa <[email protected]>

* add travis setting

2016-02-13 Seiya Nishizawa <[email protected]>

* add NumRu::NArray#to_s_refer method (same as #to_s but not dup data)

2016-02-12 Seiya Nishizawa <[email protected]>

* remove narray.gemspec

2016-02-12 Seiya Nishizawa <[email protected]>

* update ChangeLog

2016-02-12 Seiya Nishizawa <[email protected]>

* update version
Expand Down
4 changes: 2 additions & 2 deletions ext/numru/narray/narray.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#define NARRAY_VERSION "0.6.0.8"
#define NARRAY_VERSION_CODE 608

#define NUMRU_NARRAY_VERSION "1.0.1"
#define NUMRU_NARRAY_VERSION_CODE 101
#define NUMRU_NARRAY_VERSION "1.0.2"
#define NUMRU_NARRAY_VERSION_CODE 102

/* big memory support */
#define NARRAY_BIGMEM 1
Expand Down

0 comments on commit a0c69dd

Please sign in to comment.