Skip to content

Commit ee86320

Browse files
committed
Update for new gem release
1 parent 8017a26 commit ee86320

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

History.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,13 @@
379379

380380
* Fixed memory leak in slicing
381381

382-
=== 0.0.8 / 2013-09-??
382+
=== 0.0.8 / 2013-08-23
383383

384-
* 0 major enhancements:
384+
* 2 bug fixes:
385+
386+
* Fixed Ubuntu compilation bug caused by math header file
387+
refactoring
385388

386-
* 0 minor enhancements:
389+
* Fixed pry version error which manifests on some systems but not
390+
others
387391

388-
* 0 bug fixes:

Manifest.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ ext/nmatrix/math/getrf.h
6767
ext/nmatrix/math/getri.h
6868
ext/nmatrix/math/getrs.h
6969
ext/nmatrix/math/idamax.h
70+
ext/nmatrix/math/inc.h
7071
ext/nmatrix/math/laswp.h
7172
ext/nmatrix/math/long_dtype.h
7273
ext/nmatrix/math/math.h

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Read the instructions in +CONTRIBUTING.md+ if you want to help NMatrix.
7979

8080
== Features
8181

82-
The following features exist in the current version of NMatrix (0.0.7):
82+
The following features exist in the current version of NMatrix (0.0.8):
8383

8484
* Matrix and vector storage containers: dense, yale, list (more to come)
8585
* Data types: byte (uint8), int8, int16, int32, int64, float32, float64, complex64, complex128, rational64, rational128,

0 commit comments

Comments
 (0)