* Cleanly handle failure to detect dialect in console application * Remove any (partial) support for Python 2
0.3.5
Not secure
* Remove Python parser - this speeds up file reading and tie breaking
0.3.4
Not secure
* Ensure the C parser is used in the ``reader``. * Update integration tests to improve error handling * Readme updates
0.3.3
Not secure
* Ensure detected encoding is in the generated Python code for the ``clevercsv code`` command. * Ensure encoding is detected in ``wrappers.detect_dialect``. * Bugfix in integration test * Expand readme
0.3.2
Not secure
* Add documentation on [Read the Docs](https://clevercsv.readthedocs.io/) * Use requirements.txt file for dependencies when packaging
0.3.1
Not secure
* Add help description to each CLI command * Update README * Add transpose flag for ``standardize`` and ``view`` commands