3.8 KiB
Executable File
3.8 KiB
Executable File
Release History
master
- Downgrade numpy version from 1.15.2 to 1.13.3.
- Add requirements.txt for readthedocs.
Improvements
- #139 Add suppress_warnings flag. #155 by Jonathan Lloyd.
- Warnings raised by Camelot can now be suppressed by passing
suppress_warnings=Truetoread_pdfor--quietto the command-line interface.
- Warnings raised by Camelot can now be suppressed by passing
- #154 The CLI can now be run using
python -m. Trypython -m camelot --help. #159 by Parth P Panchal. - #114 Add Makefile and make codecov run only once. #132 by Vaibhav Mule.
- Add .editorconfig. #151 by KOLANICH.
Documentation
- Add "Using conda" section to installation instructions.
- Add readthedocs badge.
0.2.3 (2018-10-08)
- Remove hard dependencies on requirements versions.
0.2.2 (2018-10-08)
Bugfixes
- Move opencv-python to extra_requires. #134 by Vinayak Mehta.
0.2.1 (2018-10-05)
Bugfixes
Improvements
- #123 Make PEP8 compatible. #125 by Oshawk.
- #110 Add more tests. Coverage is now at 84%!
- Add tests for
__repr__. #128 by Vaibhav Mule. - Add tests for CLI. #122 by Vaibhav Mule and #117 by Vinayak Mehta.
- Add tests for errors/warnings. #113 by Vinayak Mehta.
- Add tests for output formats and parser kwargs. #126 by Vinayak Mehta.
- Add tests for
- Add Python 3.5 and 3.7 support. #119 by Vinayak Mehta.
- Add logging and warnings.
Documentation
- Copyedit all documentation. #112 by Christine Garcia.
- #115 Update issue labels in contributor's guide. #116 by Johnny Metz.
- Update installation instructions for Windows. #124 by Vinayak Mehta.
Note: This release also bumps the version for numpy from 1.13.3 to 1.15.2 and adds a MANIFEST.in. Also, openpyxl==2.5.8 is a new requirement and pytest-cov==2.6.0 is a new dev requirement.
0.2.0 (2018-09-28)
Improvements
0.1.2 (2018-09-25)
Improvements
- #85 Add Travis and Codecov.
0.1.1 (2018-09-24)
Documentation
- Add documentation fixes.
0.1.0 (2018-09-24)
- Rebirth!