5.0.3 (2024-09-13)
- deal with the case levels array is empty (e540c0c)
5.0.2 (2023-05-18)
5.0.1 (2023-05-18)
- types: improve typings and allow typed arrays as inputs (0e1a4c9)
5.0.0 (2023-05-12)
- The contour lines are now returned in an object instead of an array with additional properties.
4.0.0 (2022-10-20)
- return an object instead of throw error when timeout exceeded (#13)
3.2.1 (2021-08-30)
- types: move swapAxes option to Conrec constructor (643c197)
3.2.0 (2021-02-28)
- improve speed (d521b5f)
3.1.0 (2021-02-26)
- improve speed (28005aa)
3.0.0 (2019-07-03)
- In previous versions, the X axis was along the rows of the data matrix
and the Y axis along the columns. This was not intuitive regarding how
the contours are then drawn. The default was changed to now consider X
along the columns and Y along the rows respectively.
Pass
swapAxes: true
to the Conrec constructor to get the previous behavior.
2.0.0 (2019-05-16)
- rewrite project is ESM (4754f86)
- The Conrec class is now a named export.
1.0.0 (2016-07-21)
- add timeout option (a3f1861)