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 eda138f commit ce1c94bCopy full SHA for ce1c94b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.0.2](https://github.com/mljs/regression-polynomial/compare/v3.0.1...v3.0.2) (2025-05-22)
4
+
5
6
+### Bug Fixes
7
8
+* remove dependency on cheminfo-types ([#15](https://github.com/mljs/regression-polynomial/issues/15)) ([eda138f](https://github.com/mljs/regression-polynomial/commit/eda138fca89fe40162304ec689f82a39a51346c7))
9
10
## [3.0.1](https://github.com/mljs/regression-polynomial/compare/v3.0.0...v3.0.1) (2024-05-16)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-regression-polynomial",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "Polynomial Regression",
"types": "./lib/index.d.ts",
"main": "./lib/index.js",
0 commit comments