We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8efd46 commit d432eccCopy full SHA for d432ecc
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [6.6.3](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.6.2...v6.6.3) (2021-06-18)
4
+
5
6
+### Bug Fixes
7
8
+* maxCriteria=false gives more consistent results ([2652ec2](https://www.github.com/mljs/global-spectral-deconvolution/commit/2652ec265193207ff128348c8d0207d74e1b0c0c))
9
10
### [6.6.2](https://www.github.com/mljs/global-spectral-deconvolution/compare/v6.6.1...v6.6.2) (2021-05-11)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-gsd",
- "version": "6.6.2",
+ "version": "6.6.3",
"description": "Global Spectra Deconvolution",
"main": "lib/index.js",
"module": "src/index.js",
0 commit comments