Skip to content

Releases: mljs/conrec

v5.0.3

13 Sep 11:05
417b5f6
Compare
Choose a tag to compare

5.0.3 (2024-09-13)

Bug Fixes

  • deal with the case levels array is empty (e540c0c)

v5.0.2

18 May 10:49
7e69d8d
Compare
Choose a tag to compare

5.0.2 (2023-05-18)

Bug Fixes

  • types: make return type of drawContour depend on contourDrawer (#20) (2471669)

v5.0.1

18 May 10:19
a8cc655
Compare
Choose a tag to compare

5.0.1 (2023-05-18)

Bug Fixes

  • types: improve typings and allow typed arrays as inputs (0e1a4c9)

v5.0.0

12 May 07:11
38b8e04
Compare
Choose a tag to compare

5.0.0 (2023-05-12)

⚠ BREAKING CHANGES

  • The contour lines are now returned in an object instead of an array with additional properties.

Code Refactoring

v4.0.0

20 Oct 12:39
20bfae0
Compare
Choose a tag to compare

4.0.0 (2022-10-20)

⚠ BREAKING CHANGES

  • return an object instead of throw error when timeout exceeded (#13)

Code Refactoring

  • return an object instead of throw error when timeout exceeded (#13) (22df7d4)

ml-conrec v3.2.1

30 Aug 09:54
f5a3944
Compare
Choose a tag to compare

Bug Fixes

  • types: move swapAxes option to Conrec constructor (643c197)

ml-conrec v3.2.0

28 Feb 06:10
fe50031
Compare
Choose a tag to compare

Features