Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 518 Bytes

CHANGELOG.md

File metadata and controls

13 lines (13 loc) · 518 Bytes
  • v0.0.16
    • #12
      • Updated pip package: libsvm to libsvm-official
    • Added a pytest for local image
    • updated README.md
  • v0.0.15
    • Just for compatibility I have added reading the image as well.
  • v0.0.15
    • #9
      • Removed direct image loading instead made it more generic using NdArray
      • Moved the loading of the model to init method for faster score processing
  • v0.0.14
    • PyTest and Doc Update