diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 0010ecaa187d26c54231911bba5afe8ea52dc22b..d7f4005e1ecfb7cce1a6244e0132e2b74918ea09 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,3 +1,30 @@ +# [1.4.0](https://gitlab.com/sibmip/gateway/compare/1.3.1...1.4.0) (2023-03-23) + + +### Bug Fixes + +* categories bins ([bf750eb](https://gitlab.com/sibmip/gateway/commit/bf750eba2ade5aba2178c67817f9628e9c8f1c7a)) +* cleanup ([edecf44](https://gitlab.com/sibmip/gateway/commit/edecf440a51fcb832f29dd77583a4fae87da989f)) +* enabled LR Cross-Validation, Cast numbers -> strings ([bac2951](https://gitlab.com/sibmip/gateway/commit/bac2951f608076e6863a418d62f1d9ab0b27964f)) +* **exareme2:** Categorical bins ([bb472ec](https://gitlab.com/sibmip/gateway/commit/bb472ec03aefa788c52d062a8362f3fe80b57a84)) +* **exareme2:** debug for histograms ([622d2d7](https://gitlab.com/sibmip/gateway/commit/622d2d7f1bc1d676a423ff6f44e132f6241fc8a4)) +* **Exareme2:** Fixed histogram enumeration casting ([6f2c26b](https://gitlab.com/sibmip/gateway/commit/6f2c26bd01f548796be097a0ebad41c8cf10535b)) +* **Exareme2:** Histograms labels ([fd04921](https://gitlab.com/sibmip/gateway/commit/fd04921e5201a6a944d32dbf214fab3a150f5d20)) +* **exareme2:** lint ([8f5bc14](https://gitlab.com/sibmip/gateway/commit/8f5bc1497ef2b13ed490b9defe1db95d468f47f6)) +* **exareme:** Issue with Linear reg cv result ([35a2ec4](https://gitlab.com/sibmip/gateway/commit/35a2ec4146c038552159bd0847ec0be2384322f6)) +* **exareme:** Type issue on algorithm param (integer) ([9628eda](https://gitlab.com/sibmip/gateway/commit/9628edae7a790b4c997fbfa17d4b9d6f947cd92b)), closes [#75](https://gitlab.com/sibmip/gateway/issues/75) +* **exareme:** Workaround integer issue ([ce222e9](https://gitlab.com/sibmip/gateway/commit/ce222e9333fad66602aec06d892aedb8c9cd11f2)) +* **issue-71:** Logitistic regression cv matrix ([a51616d](https://gitlab.com/sibmip/gateway/commit/a51616d34830a410fc01baae51349435c1777764)) +* **issue-72:** Pearson correlation algorithm ([b46f0eb](https://gitlab.com/sibmip/gateway/commit/b46f0ebc77e9c9578c199ee9c2a28b0cb5ec4726)) +* linter cleanup ([a07ef93](https://gitlab.com/sibmip/gateway/commit/a07ef936f199ecc90d5c8f321b5e09a1d517fd64)) + + +### Features + +* **exareme:** Anova two way integration ([008da61](https://gitlab.com/sibmip/gateway/commit/008da61a8c72edbfc1608de34f62739d239ffe3c)) +* Histograms handler ([de0c7c2](https://gitlab.com/sibmip/gateway/commit/de0c7c2fbc6379c2f751192a2e41a5377d92f430)) +* Logistic Regression handler ([e6eb047](https://gitlab.com/sibmip/gateway/commit/e6eb0474491315adf3e91b3a94a0e1f4d196c20d)) + ## [1.3.1](https://gitlab.com/sibmip/gateway/compare/1.3.0...1.3.1) (2022-11-22) diff --git a/api/package-lock.json b/api/package-lock.json index 4978b9c343e3b6b89c3a3fb11f980159204dfd3e..56f923bb0bc4f20e77836c6faf2f47241cbe151c 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,12 +1,12 @@ { "name": "gateway", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gateway", - "version": "1.3.1", + "version": "1.4.0", "license": "Apache-2.0", "dependencies": { "@nestjs/apollo": "^10.0.22", @@ -28320,4 +28320,4 @@ "dev": true } } -} \ No newline at end of file +} diff --git a/api/package.json b/api/package.json index e7a5f117979ff23769ec11f01de4aa15a5c1ba3f..0a45aa7cced62c1c7e943d19b203e59bcab37a8f 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "gateway", - "version": "1.3.1", + "version": "1.4.0", "description": "", "author": "", "private": true, @@ -164,4 +164,4 @@ } ] } -} \ No newline at end of file +}