Camelot v0.8.0 Release Notes

Release Date: 2020-05-24 // almost 4 years ago
  • ๐Ÿ‘Œ Improvements

    • โฌ‡๏ธ Drop Python 2 support!
      • Remove Python 2.7 and 3.5 support.
      • Replace all instances of .format with f-strings.
      • Remove all __future__ imports.
      • Fix HTTP 403 forbidden exception in read_pdf(url) and remove Python 2 urllib support.
      • Fix test data.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix library discovery on Windows. #32 by KOLANICH.
    • ๐Ÿ›  Fix calling convention of callback functions. #34 by KOLANICH.