forked from masa16/narray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters