[Pkg-javascript-commits] [science.js] 19/87: Version 1.4.1.

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:11:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository science.js.

commit 5a6fc3baca7bb0bceb30f12f546cd64348608298
Author: Jason Davies <jason at jasondavies.com>
Date:   Thu Aug 25 20:16:55 2011 +0100

    Version 1.4.1.
---
 package.json     | 2 +-
 science.js       | 2 +-
 science.min.js   | 2 +-
 science.stats.js | 2 +-
 src/core/core.js | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 1ca1c2a..489c34a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "science.js",
-  "version": "1.3.3",
+  "version": "1.4.1",
   "description": "Scientific and statistical computing in JavaScript.",
   "keywords": ["science", "statistics", "mathematics"],
   "homepage": "https://github.com/jasondavies/science.js",
diff --git a/science.js b/science.js
index 32b3914..61a56eb 100644
--- a/science.js
+++ b/science.js
@@ -1,4 +1,4 @@
-(function(){science = {version: "1.3.3"}; // semver
+(function(){science = {version: "1.4.1"}; // semver
 science.functor = function(v) {
   return typeof v === "function" ? v : function() { return v; };
 };
diff --git a/science.min.js b/science.min.js
index b96a9ad..3b25b3f 100644
--- a/science.min.js
+++ b/science.min.js
@@ -1 +1 @@
-(function(){science={version:"1.3.3"},science.functor=function(a){return typeof a=="function"?a:function(){return a}},science.hypot=function(a,b){a=Math.abs(a),b=Math.abs(b);var c,d;a>b?(c=a,d=b):(c=b,d=a);var e=d/c;return c*Math.sqrt(1+e*e)},science.zeroes=function(a){var b=-1,c=[];if(arguments.length===1)while(++b<a)c[b]=0;else while(++b<a)c[b]=science.zeroes.apply(this,Array.prototype.slice.call(arguments,1));return c}})()
\ No newline at end of file
+(function(){science={version:"1.4.1"},science.functor=function(a){return typeof a=="function"?a:function(){return a}},science.hypot=function(a,b){a=Math.abs(a),b=Math.abs(b);var c,d;a>b?(c=a,d=b):(c=b,d=a);var e=d/c;return c*Math.sqrt(1+e*e)},science.zeroes=function(a){var b=-1,c=[];if(arguments.length===1)while(++b<a)c[b]=0;else while(++b<a)c[b]=science.zeroes.apply(this,Array.prototype.slice.call(arguments,1));return c}})()
\ No newline at end of file
diff --git a/science.stats.js b/science.stats.js
index 6a8922d..f43a434 100644
--- a/science.stats.js
+++ b/science.stats.js
@@ -200,7 +200,7 @@ science.stats.kmeans = function() {
   };
 
   return kmeans;
-}
+};
 
 function science_stats_kmeansCompare(a, b) {
   if (!a || !b || a.length !== b.length) return false;
diff --git a/src/core/core.js b/src/core/core.js
index f6b3df1..cf8e825 100644
--- a/src/core/core.js
+++ b/src/core/core.js
@@ -1 +1 @@
-science = {version: "1.3.3"}; // semver
+science = {version: "1.4.1"}; // semver

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/science.js.git



More information about the Pkg-javascript-commits mailing list