[Pkg-javascript-commits] [science.js] 69/87: v1.9.1.
bhuvan krishna
bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:12:04 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 6edf64386277e0230bd870de74016d8dcdae8f80
Author: Jason Davies <jason at jasondavies.com>
Date: Thu Apr 19 22:43:26 2012 +0100
v1.9.1.
---
package.json | 2 +-
science.v1.js | 2 +-
science.v1.min.js | 2 +-
src/core/core.js | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index aca4eda..73b4b2f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "science",
- "version": "1.9.0",
+ "version": "1.9.1",
"description": "Scientific and statistical computing in JavaScript.",
"keywords": [
"science",
diff --git a/science.v1.js b/science.v1.js
index eaeea98..12ea4f3 100644
--- a/science.v1.js
+++ b/science.v1.js
@@ -1,6 +1,6 @@
(function(exports){
(function(exports){
-var science = exports.science = {version: "1.9.0"}; // semver
+var science = exports.science = {version: "1.9.1"}; // semver
science.ascending = function(a, b) {
return a - b;
};
diff --git a/science.v1.min.js b/science.v1.min.js
index a204cb0..907b4af 100644
--- a/science.v1.min.js
+++ b/science.v1.min.js
@@ -1 +1 @@
-(function(a){(function(a){var b=a.science={version:"1.9.0"};b.ascending=function(a,b){return a-b},b.EULER=.5772156649015329,b.expm1=function(a){return a<1e-5&&a>-0.00001?a+.5*a*a:Math.exp(a)-1},b.functor=function(a){return typeof a=="function"?a:function(){return a}},b.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)},b.quadratic=function(){function b(b,c,d){var e=c*c-4*b*d;return e>0?(e=Math.sqrt(e)/(2*b),a?[{r:-c-e,i:0} [...]
\ No newline at end of file
+(function(a){(function(a){var b=a.science={version:"1.9.1"};b.ascending=function(a,b){return a-b},b.EULER=.5772156649015329,b.expm1=function(a){return a<1e-5&&a>-0.00001?a+.5*a*a:Math.exp(a)-1},b.functor=function(a){return typeof a=="function"?a:function(){return a}},b.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)},b.quadratic=function(){function b(b,c,d){var e=c*c-4*b*d;return e>0?(e=Math.sqrt(e)/(2*b),a?[{r:-c-e,i:0} [...]
\ No newline at end of file
diff --git a/src/core/core.js b/src/core/core.js
index 21d3dc0..df4c431 100644
--- a/src/core/core.js
+++ b/src/core/core.js
@@ -1 +1 @@
-var science = exports.science = {version: "1.9.0"}; // semver
+var science = exports.science = {version: "1.9.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