Skip to content

Commit

Permalink
Preparing for release of 0.2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
translunar committed Dec 14, 2017
1 parent 68adec0 commit 5ea4d7a
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 87 deletions.
37 changes: 26 additions & 11 deletions Manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ travis.sh
.travis.yml
lib/nmatrix.rb
lib/nmatrix/atlas.rb
lib/nmatrix/blas.rb
lib/nmatrix/enumerate.rb
lib/nmatrix/homogeneous.rb
lib/nmatrix/math.rb
lib/nmatrix/mkmf.rb
lib/nmatrix/monkeys.rb
lib/nmatrix/nmatrix.rb
lib/nmatrix/shortcuts.rb
lib/nmatrix/version.rb
lib/nmatrix/yale_functions.rb
lib/nmatrix/fftw.rb
lib/nmatrix/lapack_core.rb
lib/nmatrix/lapack_ext_common.rb
Expand All @@ -25,17 +35,14 @@ lib/nmatrix/io/mat_reader.rb
lib/nmatrix/io/point_cloud.rb
lib/nmatrix/io/fortran_format.rb
lib/nmatrix/io/harwell_boeing.rb
lib/nmatrix/blas.rb
lib/nmatrix/enumerate.rb
lib/nmatrix/homogeneous.rb
lib/nmatrix/math.rb
lib/nmatrix/mkmf.rb
lib/nmatrix/monkeys.rb
lib/nmatrix/nmatrix.rb
lib/nmatrix/rspec.rb
lib/nmatrix/shortcuts.rb
lib/nmatrix/version.rb
lib/nmatrix/yale_functions.rb
lib/nmatrix/cruby/math.rb
lib/nmatrix/jruby/decomposition.rb
lib/nmatrix/jruby/enumerable.rb
lib/nmatrix/jruby/error.rb
lib/nmatrix/jruby/math.rb
lib/nmatrix/jruby/nmatrix_java.rb
lib/nmatrix/jruby/operators.rb
lib/nmatrix/jruby/slice.rb
ext/nmatrix/math/cblas_enums.h
ext/nmatrix/math/cblas_templates_core.h
ext/nmatrix/math/util.h
Expand All @@ -49,6 +56,14 @@ ext/nmatrix_atlas/math_atlas/gesdd.h
ext/nmatrix_atlas/math_atlas/gesvd.h
ext/nmatrix_atlas/math_atlas/inc.h
ext/nmatrix_atlas/nmatrix_atlas.cpp
ext/nmatrix_java/nmatrix/data/Complex.java
ext/nmatrix_java/nmatrix/math/MathHelper.java
ext/nmatrix_java/nmatrix/storage/dense/ArrayComparator.java
ext/nmatrix_java/nmatrix/util/ArrayGenerator.java
ext/nmatrix_java/nmatrix/util/MatrixGenerator.java
ext/nmatrix_java/nmatrix/util/WrapperType.java
ext/nmatrix_java/test/AssertTests.java
ext/nmatrix_java/test/TestRunner.java
ext/nmatrix_lapacke/extconf.rb
ext/nmatrix_lapacke/lapacke.cpp
ext/nmatrix_lapacke/lapacke/include/lapacke.h
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ task :check_manifest do |task|
manifest_files = File.read("Manifest.txt").split

git_files = `git ls-files |grep -v 'spec/'`.split
ignore_files = %w{.gitignore .rspec ext/nmatrix/binary_format.txt ext/nmatrix/ttable_helper.rb scripts/mac-brew-gcc.sh}
ignore_files = %w{.gitignore .rspec ext/nmatrix/binary_format.txt scripts/ttable_helper.rb}

possible_files = git_files - ignore_files

Expand Down
Empty file removed ext/nmatrix_java/README.md
Empty file.
6 changes: 3 additions & 3 deletions nmatrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Gem::Specification.new do |gem|
***********************************************************
Welcome to SciRuby: Tools for Scientific Computing in Ruby!
NMatrix requires a C compiler, and has been tested only
with GCC 4.6+. We are happy to accept contributions
which improve the portability of this project.
NMatrix requires a C/C++ compiler. Clang and GCC are
recommended. JRuby support is experimental, and requires
Java.
If you are upgrading from NMatrix 0.1.0 and rely on
ATLAS features, please check the README.
Expand Down
50 changes: 0 additions & 50 deletions scripts/mac-brew-gcc.sh

This file was deleted.

22 changes: 0 additions & 22 deletions scripts/mac-mavericks-brew-gcc.sh

This file was deleted.

File renamed without changes.

0 comments on commit 5ea4d7a

Please sign in to comment.