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 c8591d2 commit d902e31Copy full SHA for d902e31
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [4.2.4](https://github.com/mljs/spectra-fitting/compare/v4.2.3...v4.2.4) (2024-09-26)
4
+
5
6
+### Bug Fixes
7
8
+* new shape generalized lorentzian ([#109](https://github.com/mljs/spectra-fitting/issues/109)) ([c8591d2](https://github.com/mljs/spectra-fitting/commit/c8591d28e6f5f293beecaa3e7d529d0eab85dc60))
9
10
## [4.2.3](https://github.com/mljs/spectra-fitting/compare/v4.2.2...v4.2.3) (2024-03-07)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-spectra-fitting",
- "version": "4.2.3",
+ "version": "4.2.4",
"description": "Fit spectra using gaussian or lorentzian",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments