Changes
- Queries can now be supplied as a dict or string representing a JSON structure, or as a string representing a path to a file containing a JSON structure. A Path object is no longer necessary.
- The metadata field "note" has been added. Also, user warnings on missing metadata fields have been removed.
- Fixed a bug that skipped dimensions when unpacking the dataset
- Added and improved testing to be more thourough.
- Improved CI and split dependencies for development.