[Pkg-javascript-commits] [science.js] 83/87: Release 1.9.3.

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:12:05 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 ec87d894e4ff9dac54b60c5643ae36b470d589ac
Author: Jason Davies <jason at jasondavies.com>
Date:   Thu Aug 20 11:20:06 2015 +0100

    Release 1.9.3.
---
 package.json      | 4 ++--
 science.v1.js     | 2 +-
 science.v1.min.js | 2 +-
 src/core/core.js  | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index bec3848..c3af114 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "science",
-  "version": "1.9.2",
+  "version": "1.9.3",
   "description": "Scientific and statistical computing in JavaScript.",
   "keywords": [
     "science",
@@ -17,7 +17,7 @@
     "url": "http://github.com/jasondavies/science.js.git"
   },
   "devDependencies": {
-    "uglify-js": "1.2.6",
+    "uglify-js": "2.4.24",
     "vows": "0.6.0"
   }
 }
diff --git a/science.v1.js b/science.v1.js
index 60fc3fe..fa8a9ce 100644
--- a/science.v1.js
+++ b/science.v1.js
@@ -1,6 +1,6 @@
 (function(exports){
 (function(exports){
-science = {version: "1.9.1"}; // semver
+science = {version: "1.9.3"}; // semver
 science.ascending = function(a, b) {
   return a - b;
 };
diff --git a/science.v1.min.js b/science.v1.min.js
index 0557c3a..ee56bee 100644
--- a/science.v1.min.js
+++ b/science.v1.min.js
@@ -1 +1 @@
-(function(a){(function(a){science={version:"1.9.1"},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;return e>0?(e=Math.s [...]
\ No newline at end of file
+(function(exports){(function(exports){science={version:"1.9.3"};science.ascending=function(a,b){return a-b};science.EULER=.5772156649015329;science.expm1=function(x){return x<1e-5&&x>-1e-5?x+.5*x*x:Math.exp(x)-1};science.functor=function(v){return typeof v==="function"?v:function(){return v}};science.hypot=function(x,y){x=Math.abs(x);y=Math.abs(y);var max,min;if(x>y){max=x;min=y}else{max=y;min=x}var r=min/max;return max*Math.sqrt(1+r*r)};science.quadratic=function(){var complex=false;fun [...]
diff --git a/src/core/core.js b/src/core/core.js
index 5d5acfa..cab98b8 100644
--- a/src/core/core.js
+++ b/src/core/core.js
@@ -1 +1 @@
-science = {version: "1.9.1"}; // semver
+science = {version: "1.9.3"}; // 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