-------------
Changes
- Row subsets of table data are returned in the order sent by the user
rather than sorted and unique. E.g. rows = [2, 2, 1] will return
data corresponding to that order of rows, including duplicates.
- Removed deprecated `pkg_resources` from tests (M. Becker).
- converted tests to use pytest
- Improved doc strings (N. Tessore)
Bug Fixes
- Bug updating header string cards was adding new key rather than updating
- Bug gzip compression when not using quantization