Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 729 Bytes

joss-review-notes.md

File metadata and controls

18 lines (15 loc) · 729 Bytes

Joss Review

Issue-2: Tests for failure and coercion

  • added tests for missing input files, wrong input types and dimensions, and columnwise data input for vm methods as of 8d00a9c1083bb1652353c4267a3269684680057c

Issue-3: Documentation

  • package-level docs: added in a89f4e003c7cda844bd3fa0dd9cd082c8c068335
  • function-level docs - add @return, @examples
  • more detailed argument explanations
  • performance and functionality comparison with dtw
  • Examples of practical applications
  • guide to file/vector/matrix methods cd612f6
  • qlength explanation
  • figure in readme

Issue-4: Export C++ level interface

  • C++ interface for high-level functions added in 8a8b8507