Skip to content

Latest commit

 

History

History
98 lines (46 loc) · 2.18 KB

CHANGELOG.md

File metadata and controls

98 lines (46 loc) · 2.18 KB

Changelog

5.0.0 (2021-07-09)

⚠ BREAKING CHANGES

  • removed support node 8 and 10

Features

Bug Fixes

  • reduce two operations in loop (79805b1)

4.1.1 (2020-04-14)

Bug Fixes

  • scale outputs for derivative >= 2 (#23) (7142025)

4.1.0 (2019-10-08)

Bug Fixes

4.0.0 (2019-06-29)

chore

  • update dependencies and remove support for Node.js 6 (8a9ff47)

BREAKING CHANGES

  • Removed support for Node.js 6.

3.0.0 (2017-07-21)

Chores

  • remove support for Node 4 (6c0ad01)

BREAKING CHANGES

  • Removed support for Node 4

2.0.4 (2016-08-16)

2.0.3 / 2016-02-18

  • Add Tonic example
  • Specify node's version

2.0.1 / 2016-02-12

  • Add examples in README

2.0.0 / 2015-09-16

  • change numeric.js for ml-matrix
  • change variable and option names
  • remove the instance and just have a function
  • add the pad and padValue options

1.0.0 / 2015-07-24

  • fill with the first calculated value the unknown values

0.0.1 / 2015-06-29

  • Basic SG filter implementation