Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@alanorth alanorth released this 26 Sep 11:15
· 442 commits to master since this release
e15c98c

Updated

  • Update python dependencies to latest versions, including numpy 1.17.2, pandas 0.25.1, pytest 5.1.3, and requests-cache 0.5.2

Added

  • csvkit to dev requirements (csvcut etc are useful during development)
  • Experimental language validation using the Python langid library (enable with -e, see README.md)

Changed

  • Re-formatted code with black and isort