[Pkg-javascript-commits] [science.js] 42/87: Version 1.7.0.

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:11:57 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 043756acd0472826f5cd40ec1ad2a543a1a62f44
Author: Jason Davies <jason at jasondavies.com>
Date:   Fri Sep 9 23:33:46 2011 +0100

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

diff --git a/package.json b/package.json
index 7d20f6a..cc2641f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "science.js",
-  "version": "1.6.0",
+  "version": "1.7.0",
   "description": "Scientific and statistical computing in JavaScript.",
   "keywords": [
     "science",
diff --git a/science.js b/science.js
index 55b9447..2f5556a 100644
--- a/science.js
+++ b/science.js
@@ -1,4 +1,4 @@
-(function(){science = {version: "1.6.0"}; // semver
+(function(){science = {version: "1.7.0"}; // semver
 science.ascending = function(a, b) {
   return a - b;
 };
diff --git a/science.min.js b/science.min.js
index 7e4b669..41cf0eb 100644
--- a/science.min.js
+++ b/science.min.js
@@ -1 +1 @@
-(function(){science={version:"1.6.0"},science.ascending=function(a,b){return a-b},science.EULER=.5772156649015329,science.expm1=function(a){return a<1e-5&&a>-0.00001?a+.5*a*a:Math.exp(a)-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.quadratic=function(){function b(b,c,d){var e=c*c-4*b*d;if(e>0){e=Math.sqrt(e)/(2*b);retur [...]
\ No newline at end of file
+(function(){science={version:"1.7.0"},science.ascending=function(a,b){return a-b},science.EULER=.5772156649015329,science.expm1=function(a){return a<1e-5&&a>-0.00001?a+.5*a*a:Math.exp(a)-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.quadratic=function(){function b(b,c,d){var e=c*c-4*b*d;if(e>0){e=Math.sqrt(e)/(2*b);retur [...]
\ No newline at end of file
diff --git a/src/core/core.js b/src/core/core.js
index 6441495..f51a85f 100644
--- a/src/core/core.js
+++ b/src/core/core.js
@@ -1 +1 @@
-science = {version: "1.6.0"}; // semver
+science = {version: "1.7.0"}; // 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