* Add an ``explore`` command to the command line application for CleverCSV. This command makes it easy to start exploring a CSV file using the Python interactive shell.
0.6.0
Not secure
* Split the package into a "core" and "full" version. This allows users who only need the improved dialect detection functionality to download a version with a smaller footprint. Fixes [issue 10](https://github.com/alan-turing-institute/CleverCSV/issues/10)]. Thanks to seperman.
0.5.6
Not secure
* Fix speed of ``unix_path`` regex used in type detection. ([issue 13](https://github.com/alan-turing-institute/CleverCSV/issues/13)). Thanks to kaskawu.
0.5.5
Not secure
* Add ``stream_csv`` wrapper that returns a generator over rows * Minor update to the URL type detection * Documentation updates
0.5.4
Not secure
* Fix bugs discovered from fuzz testing ([issue 7](https://github.com/alan-turing-institute/CleverCSV/issues/7)) * Minor changes to readme and code quality
0.5.3
Not secure
* Fix using nan as default value when skipping a dialect ([issue 5](https://github.com/alan-turing-institute/CleverCSV/issues/5))