Skip to content

v0.6.1

Compare
Choose a tag to compare
@ejolly ejolly released this 15 Aug 17:47
· 128 commits to main since this release
f1073c1

0.6.1

Notes

This version drops support for Python 3.7 and fixes several dependency related issues:

  • #162
  • #176
  • We can now handle images with an alpha-channel by just grabbing the RGB channels (typically in png files)
  • Update minimum scikit-learn version requirement to ensure our viz models are loaded correctly
  • Soft-pin numexpr version until this upstream pandas issue is fixed