Skip to content

Latest commit

 

History

History
717 lines (311 loc) · 29.1 KB

CHANGELOG.md

File metadata and controls

717 lines (311 loc) · 29.1 KB

Changelog

9.1.0 (2022-02-03)

Features

9.0.0 (2022-02-01)

⚠ BREAKING CHANGES

  • added the xSampling and createXArray functions (#112)

Features

  • added the xSampling and createXArray functions (#112) (655c428)
  • rename createSequentialArray was renamed to createXArray (655c428)

8.3.1 (2022-01-26)

Bug Fixes

  • xyIntegral and xyIntegration throw error is length 0 and returns correct value if length=1 (#110) (cdbe86e)

8.3.0 (2022-01-25)

Features

8.2.0 (2022-01-24)

Features

  • xyCheck may have the option minLength (06501df)

Bug Fixes

  • avoid to return number in xyMaxYPoint and xyMinYPoint (throw error in no elements in array) (5f9aae3)
  • xGetFromToIndex takes care about the size of the array (14f10f1)

8.1.0 (2022-01-20)

Features

  • added utility functions in order to encode textual features into numerical features (#104) (d987ac9)

8.0.3 (2021-12-15)

Bug Fixes

  • is-any-array is a dependency and not a devDependency (c7e6510)

8.0.2 (2021-12-15)

Bug Fixes

  • correct package.json, spline-interpolator is a dependency (737eb3e)

8.0.1 (2021-12-15)

Bug Fixes

  • correctly import spline-interpolation and fix xNoiseSanPlot (474f08c)

8.0.0 (2021-12-15)

⚠ BREAKING CHANGES

  • Remove xyCalibrate

Miscellaneous Chores

7.0.0 (2021-12-14)

⚠ BREAKING CHANGES

  • remove node 10 from CI

Features

  • add sorted option to xFindClosestIndex function (#94) (aa228be)

Bug Fixes

Miscellaneous Chores

6.8.0 (2021-07-23)

Features

6.7.1 (2021-06-16)

Bug Fixes

  • xyArrayAlignToFirst: deal correctly with delta as function (9cef8f4)

6.7.0 (2021-06-16)

Features

6.6.0 (2021-05-12)

Features

6.5.0 (2021-05-04)

Features

  • optimize xySortX if already sorted (e6dac65)

Bug Fixes

  • script to deploy documentation (2c2cbee)

6.4.0 (2021-05-04)

Features

  • add xyArrayWeightedMerge (37032c2)
  • xyArrayWeightedMerge allows a function for delta (028eaa1)

6.3.0 (2021-04-30)

Features

6.2.1 (2021-04-30)

Bug Fixes

  • fix matrixHistogram with log scale (c531c6c)

6.2.0 (2021-04-30)

Features

  • add absolute option in xHisotgram and matrixHistogram (f3ea8a3)
  • add matrixMinMaxAbsoluteZ (0b30854)
  • add matrixMinMaxAbsoluteZ (e8662e7)
  • allow absolute in matrixHistogram (f4e266c)

6.1.3 (2021-04-29)

Bug Fixes

  • correct matrixHistogram for count of 0 (a1c6b0d)

6.1.2 (2021-04-29)

Bug Fixes

  • xHistogram log should be value + 1 (024fd33)

6.1.1 (2021-04-29)

Bug Fixes

  • histogram is a float array to allow log (7db1295)

6.1.0 (2021-04-29)

Features

  • xHistogram and matrixHistogram add x and y log scale (bf50407)
  • xHistogram: allow any base for log scale on X axis (23dc2b3)

6.0.0 (2021-04-25)

⚠ BREAKING CHANGES

  • matrixYRescale: rename method to matrixZRescale
  • matrixCenterYMean: rename method to matrixCenterZMean

Features

  • add matrixHistogram (b49d2bf)
  • matrixCenterYMean: rename method to matrixCenterZMean (44f2673)
  • matrixMinMaxZ: add new method (08d242e)
  • matrixYRescale: rename method to matrixZRescale (8f980eb)
  • xHistogram returns a DataXY (44089c7)
  • xHistogram: add log10Scale option (6952e19)
  • xHistogram: give possibility to append to existing histogram (31f1e0d)

Bug Fixes

  • edge case of xHistogram (40752b0)

5.10.0 (2021-04-22)

Features

  • add xCumulative (a991750)
  • add xyCumulativeDistributionStatistics (d805015)

Bug Fixes

  • xyCumulativeDistributionStatistics (a154964)

5.9.0 (2021-03-24)

Features

Bug Fixes

5.8.0 (2021-03-10)

Features

5.7.2 (2021-03-10)

Bug Fixes

5.7.1 (2021-03-09)

Bug Fixes

  • xyJoinX when Y values are zero (69c7089)

5.7.0 (2021-03-04)

Features

5.6.0 (2021-03-03)

Features

5.5.3 (2021-02-23)

Bug Fixes

5.5.2 (2021-02-23)

Bug Fixes

  • try to change lactame.yml to trigger it (28cd509)

5.5.1 (2021-02-23)

Bug Fixes

5.5.0 (2021-02-23)

Features

5.4.0 (2021-02-23)

Features

5.3.1 (2021-02-16)

Bug Fixes

  • xAdd/substract/divide/multiply also work with floatarray (#53) (6460573)
  • xMonotone was failing if it started with constant values (#54) (3fbd82b)

5.3.0 (2021-02-15)

Features

  • exporting xDotProduct in index.js (#51) (e84b430)

5.2.0 (2021-02-10)

Features

5.1.0 (2021-01-19)

Features

  • add matrixCenterYMean (55dd43c)
  • add matrixYRescale (1acf214)
  • rename probabilisticQuotientNormalization to matrixPQN (8a1c7e0)

5.0.0 (2021-01-19)

⚠ BREAKING CHANGES

  • rename xyXShift to xyCalibrate

Features

  • rename xyXShift to xyCalibrate (eb04e3d)

4.12.0 (2021-01-08)

Features

4.11.0 (2021-01-08)

Features

  • add createSequentialArray (649547d)
  • add xParetoNormalization (ec0c517)

Bug Fixes

4.10.0 (2020-12-08)

Features

  • add xyUniqueX and xyQuickSortX (6fd6711)
  • add xyUniqueX and xySortX (3ab1b4e)

4.9.4 (2020-11-19)

Bug Fixes

  • return value of xyXShift if from / to not defined (ca747f5)

4.9.3 (2020-11-19)

Bug Fixes

  • deal with from=0 or to=0 in xyXShift (e0f8292)
  • in xyXShift if no peaks returns 0 (19b1643)

4.9.2 (2020-11-18)

Bug Fixes

4.9.1 (2020-11-18)

Bug Fixes

4.9.0 (2020-11-18)

Features

4.8.0 (2020-11-11)

Features

  • add Probabilistic quotient normalization method (#30) (67f2ce0)

4.7.0 (2020-11-06)

Features

4.6.0 (2020-11-02)

Features

4.5.1 (2020-10-09)

Bug Fixes

  • setup registry url for npm publish (1ae83d5)

4.5.0 (2020-10-09)

Features

Bug Fixes

  • check that xRolling parameter is an array (eb398ba)

4.4.0 (2020-10-09)

Features

4.3.0 (2020-10-09)

Features

4.2.1 (2020-09-09)

4.2.0 (2020-07-14)

Features

4.1.0 (2020-05-23)

Features

4.0.0 (2020-05-20)

3.0.2 (2020-05-16)

Bug Fixes

  • wrong search and replace (430934a)

3.0.1 (2020-05-15)

3.0.0 (2020-05-15)

2.4.0 (2020-05-12)

Features

2.3.0 (2020-05-08)

Features

  • add automatic phase correction in ReIm (#6) (cab2afa)

2.2.0 (2020-04-16)

2.1.1 (2020-04-09)

2.1.0 (2020-04-03)

Features

2.0.2 (2020-03-27)

2.0.1 (2020-02-25)

Bug Fixes

2.0.0 (2020-02-08)

Bug Fixes

  • eslint (af497eb)
  • use Number.NEGATIVE_INFINITY and not Number.MIN_VALUE (06827c1)

Features

1.2.0 (2019-12-13)

Features

1.1.0 (2019-12-13)

Bug Fixes

  • export X.getFromToIndex (39e16c3)

Features

0.6.1 (2019-11-13)

Features

  • add index in minYPiont and maxYPoint (0b5e135)

0.6.0 (2019-11-13)

Features

0.4.0 (2019-10-01)

Features

0.3.0 (2019-08-30)

Features

  • x: add getTargetIndex (389c3be)
  • xy: add maxClosestYPoint and minClosestYPoint (85e36fe)
  • xy: add realMinYPoint and realMaxYPoint (0c628e3)

0.2.0 (2019-08-17)

0.1.5 (2019-08-16)

0.1.4 (2019-08-16)

0.1.3 (2019-08-06)

0.1.2 (2019-08-05)

0.1.1 (2019-07-26)

0.1.0 (2019-07-26)

0.0.3 (2019-07-14)

0.0.2 (2019-07-11)

0.0.1 (2019-07-11)