Skip to content

Commit

Permalink
chore(main): release 12.7.0 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mljs-bot authored Nov 23, 2023
1 parent bec701a commit cf03423
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [12.7.0](https://github.com/mljs/spectra-processing/compare/v12.6.0...v12.7.0) (2023-11-23)


### Features

* add utilities isPowerOfTwo and nextPowerOfTwo ([bec701a](https://github.com/mljs/spectra-processing/commit/bec701a88d851ea6e95fa3792197ac764a729c4f))
* enable FFT for xHilbertTransform to enhance speed for arrays with lengths that are powers of 2 ([#198](https://github.com/mljs/spectra-processing/issues/198)) ([e5677a7](https://github.com/mljs/spectra-processing/commit/e5677a7c7805f463b4efaa6c2bf28e769444ee7a))

## [12.6.0](https://github.com/mljs/spectra-processing/compare/v12.5.1...v12.6.0) (2023-10-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ml-spectra-processing",
"version": "12.6.0",
"version": "12.7.0",
"description": "Various method to process spectra",
"main": "./lib/index.js",
"module": "./lib-esm/index.js",
Expand Down

0 comments on commit cf03423

Please sign in to comment.