Skip to content

Commit 1005b35

Browse files
committed
Release v0.1.4
1 parent 831fd49 commit 1005b35

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-gsd",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Global Spectra Deconvolution",
55
"keywords": [
66
"optimization",

dist/ml-gsd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4635,8 +4635,8 @@ return /******/ (function(modules) { // webpackBootstrap
46354635
var yCorrection = {m:1, b:0};
46364636
if(!options.maxCriteria||options.noiseLevel>0){
46374637
y=[].concat(y);
4638-
var yCorrection = {m:-1, b:stats.array.max(y)};
46394638
if(!options.maxCriteria){
4639+
yCorrection = {m:-1, b:stats.array.max(y)};
46404640
for (var i=0; i<y.length; i++){
46414641
y[i]=-y[i]+yCorrection.b;
46424642
}

dist/ml-gsd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ml-gsd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-gsd",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Global Spectra Deconvolution",
55
"main": "src/index.js",
66
"directories": {

0 commit comments

Comments
 (0)