lessthanoptimal / Java-Matrix-Benchmark

Java Matrix Benchmark is a tool for evaluating Java linear algebra libraries for speed, stability, and memory usage.
http://lessthanoptimal.github.io/Java-Matrix-Benchmark/
GNU General Public License v3.0
56 stars 10 forks source link

Version updates #5

Closed apete closed 8 years ago

lessthanoptimal commented 8 years ago

Thanks for the pull request. Got a couple of comments.

1) SNAPSHOT dependencies shouldn't be added to the "stable" master branch. Recently got burned by that in another project 2) What's with the addition of .pom files? They won't be used by gradle.

apete commented 8 years ago

I released ojAlgo v40 to get rid of "SNAPSHOT" and updated gitignore to ignore pom files inside runtimeLibs