We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b00126 commit 8214453Copy full SHA for 8214453
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [14.14.0](https://github.com/mljs/spectra-processing/compare/v14.13.0...v14.14.0) (2025-07-23)
4
+
5
6
+### Features
7
8
+* add matrixTranspose function ([#309](https://github.com/mljs/spectra-processing/issues/309)) ([0b00126](https://github.com/mljs/spectra-processing/commit/0b001263d25ca966a676360f7e54807232b6cc02))
9
10
## [14.13.0](https://github.com/mljs/spectra-processing/compare/v14.12.0...v14.13.0) (2025-07-09)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "ml-spectra-processing",
- "version": "14.13.0",
+ "version": "14.14.0",
"description": "Various method to process spectra",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
0 commit comments