Skip to content

Commit 92fb43c

Browse files
committed
2.0.0
1 parent f9ddfa4 commit 92fb43c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

History.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<a name="2.0.0"></a>
2+
# [2.0.0](https://github.com/mljs/global-spectral-deconvolution/compare/v1.1.6...v2.0.0) (2016-11-08)
3+
4+
5+
### Bug Fixes
6+
7+
* **gsd:** more understandable variable names ([e8e9ccb](https://github.com/mljs/global-spectral-deconvolution/commit/e8e9ccb))
8+
9+
10+
### Features
11+
12+
* **gsd:** fix a threshold for first derivative ([4cd0fbb](https://github.com/mljs/global-spectral-deconvolution/commit/4cd0fbb))
13+
* **gsd:** returns as option the boundaries and real height of each peak ([cf7d895](https://github.com/mljs/global-spectral-deconvolution/commit/cf7d895))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* gsd: rename i for index
19+
20+
21+

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": "1.1.6",
3+
"version": "2.0.0",
44
"description": "Global Spectra Deconvolution",
55
"main": "src/index.js",
66
"directories": {

0 commit comments

Comments
 (0)