Conversation
lpatiny
commented
Aug 8, 2025
- feat: add xyObjectNormedY
- chore: update dependencies and fix eslint
- chore: update actions to node 24
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #313 +/- ##
=======================================
Coverage 96.58% 96.59%
=======================================
Files 196 199 +3
Lines 5709 5782 +73
Branches 1244 1253 +9
=======================================
+ Hits 5514 5585 +71
- Misses 195 197 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@targos Could you help me with this PR. The eslint error is related to files that are not in the repo seems to me (matrixTranspose). I don't know how to solve the TS errors. |
|
What do you mean not in the repo? |
package.json
Outdated
| "jscpd": "^4.0.5", | ||
| "ml-spectra-fitting": "^4.2.4", | ||
| "prettier": "^3.5.3", | ||
| "ml-spectra-fitting": "^5.0.1", |
There was a problem hiding this comment.
Don't update this package. It is now ESM-only but spectra-processing has not been migrated yet.
There was a problem hiding this comment.
Ok thanks. Indeed my branch is not up-to-date with main ...
* feat: add matrixTranspose function * chore: add matrixCheck
fix(xWhittakerSmoother): ensure baseline is initialized as Float64Array fix: support TypeScript 5.9 TypedArray changes Refs: https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/#lib.d.ts-changes Co-authored-by: Michaël Zasso <targos@protonmail.com>