- rename `download()` to `download_extract_sqlite()` to make room for other download functions - added `supplier()` function for loading the SDF dump through RDKit
0.0.4
- Update pandas backend for `query()` function - Improve CLI
0.0.3
Add `query()` function for automatically generating pandas DataFrames from a given SQL query
0.0.2
- Fix bug when version not given - Fix bug where different chembl versions' different folder structures causes problem
0.0.1
Initial release has a `download()`, `connect()`, and `cursor()` function.