Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ml-spectra-processing

Package Overview
Dependencies
Maintainers
6
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ml-spectra-processing - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

src/matrix/matrixCenterYMean.js

9

CHANGELOG.md
# Changelog
## [5.1.0](https://www.github.com/mljs/spectra-processing/compare/v5.0.0...v5.1.0) (2021-01-19)
### Features
* add matrixCenterYMean ([55dd43c](https://www.github.com/mljs/spectra-processing/commit/55dd43c8a31a2be34d0c614b319c6f56d327a6f2))
* add matrixYRescale ([1acf214](https://www.github.com/mljs/spectra-processing/commit/1acf21484c291b9cc9c4a6fd210b30bb15dfd2ed))
* rename probabilisticQuotientNormalization to matrixPQN ([8a1c7e0](https://www.github.com/mljs/spectra-processing/commit/8a1c7e03c698db88e5a4dc829c47d98a724a2721))
## [5.0.0](https://www.github.com/mljs/spectra-processing/compare/v4.12.0...v5.0.0) (2021-01-19)

@@ -4,0 +13,0 @@

2

package.json
{
"name": "ml-spectra-processing",
"version": "5.0.0",
"version": "5.1.0",
"description": "Various method to process spectra",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -104,4 +104,6 @@ /**

export * from './matrix/probabilisticQuotientNormalization';
export * from './matrix/matrixCenterYMean';
export * from './matrix/matrixYRescale';
export * from './matrix/matrixPQN';
export * from './utils/createSequentialArray';

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc