Skip to content

Commit

Permalink
Update for new gem release
Browse files Browse the repository at this point in the history
  • Loading branch information
translunar committed Aug 23, 2013
1 parent 8017a26 commit ee86320
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
11 changes: 7 additions & 4 deletions History.txt
Expand Up @@ -379,10 +379,13 @@

* Fixed memory leak in slicing

=== 0.0.8 / 2013-09-??
=== 0.0.8 / 2013-08-23

* 0 major enhancements:
* 2 bug fixes:

* Fixed Ubuntu compilation bug caused by math header file
refactoring

* 0 minor enhancements:
* Fixed pry version error which manifests on some systems but not
others

* 0 bug fixes:
1 change: 1 addition & 0 deletions Manifest.txt
Expand Up @@ -67,6 +67,7 @@ ext/nmatrix/math/getrf.h
ext/nmatrix/math/getri.h
ext/nmatrix/math/getrs.h
ext/nmatrix/math/idamax.h
ext/nmatrix/math/inc.h
ext/nmatrix/math/laswp.h
ext/nmatrix/math/long_dtype.h
ext/nmatrix/math/math.h
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -79,7 +79,7 @@ Read the instructions in +CONTRIBUTING.md+ if you want to help NMatrix.

== Features

The following features exist in the current version of NMatrix (0.0.7):
The following features exist in the current version of NMatrix (0.0.8):

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

0 comments on commit ee86320

Please sign in to comment.