Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Jun 10, 2016
1 parent 115aee2 commit 9c8e479
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml",
"version": "0.13.0",
"version": "0.13.1",
"main": [
"dist/ml.js",
"dist/ml.min.js"
Expand Down
4 changes: 3 additions & 1 deletion dist/ml.js
Original file line number Diff line number Diff line change
Expand Up @@ -22264,7 +22264,9 @@ return /******/ (function(modules) { // webpackBootstrap
}

result = new Matrix(result);
return result.columns === 1 ? result.getColumn(0) : result;
//return result.columns === 1 ? result.getColumn(0) : result;
return result;

}

toJSON() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml",
"version": "0.13.0",
"version": "0.13.1",
"description": "Machine learning tools",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 9c8e479

Please sign in to comment.