Removed
* Drop 3.6 and 3.7 support
Changed
* Optimize CocoObject1D get calls with SQL backends
* CocoObject1D.lookup with default now "works"-ish with SQL. Still experimental.
Fixed
* Added workaround for an issue where a postgresql cache of a coco dataset is unable to remember its original json filepath.
* Fixed issue with `CocoSqlDatabase.disconnect` where a session would be dereferenced, but not closed.
* Worked around issue in postgresql backend where track-ids were not decoded properly in their string form.