Changelog¶
2.0.0 - 2020-02-28¶
- Create
CONTRIBUTING.md
(GH#28) Jacob Tomlinson - Import ABC from
collections.abc
instead ofcollections
for Python 3.9 compatibility (GH#31) Karthikeyan Singaravelan - Drop Python 2 / 3.5 and add Python 3.7 / 3.8 support (GH#34) James Bourbeau
- Duplicate keys fast slow (GH#32) fjetter
- Fix dask cuda worker’s race condition failure (GH#33) Pradipta Ghosh
- Changed default
lmdb
encoding toutf-8
(GH#36) Alex Davies - Add code linting and style check (GH#35) James Bourbeau