Releases: preetham/verifytweet
Releases · preetham/verifytweet
v0.6.1 Release
v0.6.0 Release
- Remove pipenv implementation
- Move to python3.7 as base image for Docker
v0.5.2 Release
- Better exception handling for controller
- Use cosine similarity for all cases
- Use anti-aliasing for image pre-processing
v0.5.1 Release
- Add unit testing to codebase
v0.5.0 Release
- Documentation support for all modules
- CircleCI integration
- API changes for Web Usage
v0.4.1 Release
- Improved image to text accuracy using better pre-processing methods.
v0.4 Release
- Added CLI tool functionality
- Min. version of Python changed 3.6
- Update settings.py to accomodate different configurations
- fix configuration import in router
v0.3 Release
- Restructure code following The Hitchhiker’s Guide to Python
- Added better error handling
- Added twint as default search method, enabling search further than last 7 days.
- Refactor code for future CLI support
v0.2 Release
- Added CORS support
- Updated ubuntu as base Docker image
- Detailed README