Camelot v0.3.0 Release Notes

Release Date: 2018-10-28 // over 5 years ago
  • ๐Ÿ‘Œ Improvements

    • #162 Add password keyword argument. #180 by rbares.
      • An encrypted PDF can now be decrypted by passing password='<PASSWORD>' to read_pdf or --password <PASSWORD> to the command-line interface. (Limited encryption algorithm support from PyPDF2.)
    • โš  #139 Add suppress_warnings keyword argument. #155 by Jonathan Lloyd.
      • Warnings raised by Camelot can now be suppressed by passing suppress_warnings=True to read_pdf or --quiet to the command-line interface.
    • #154 The CLI can now be run using python -m. Try python -m camelot --help. #159 by Parth P Panchal.
    • #165 Rename table_area to table_areas. #171 by Parth P Panchal.

    ๐Ÿ›  Bugfixes

    • ๐Ÿšฉ Raise error if the ghostscript executable is not on the PATH variable. #166 by Vinayak Mehta.
    • Convert filename to lowercase to check for PDF extension. #169 by Vinicius Mesel.

    Files

    • #114 Add Makefile and make codecov run only once. #132 by Vaibhav Mule.
    • โž• Add .editorconfig. #151 by KOLANICH.
    • โฌ‡๏ธ Downgrade numpy version from 1.15.2 to 1.13.3.
    • โž• Add requirements.txt for readthedocs.

    ๐Ÿ“š Documentation

    • โž• Add "Using conda" section to installation instructions.
    • โž• Add readthedocs badge.