New in this release:
API changes
- Introduces `get_roi_ids`, `get_shape_ids` and `get_shape`, plus relevant tests.
- Added `get_pyramid_levels` and the `pyramid_level` parameter to `get_image`, allowing an user to see which pyramid levels are available for an image and then request pixels at a specific level.
- Added the `json_api` submodule, with `create_json_session` and `get_rendered_jpeg` functions, and tests to go with them.
- Added the `dim_order` parameter to get_image and post_image.
Bug fixes and improvements
- Solves 38 by including parameters validation to functions in ezomero. Type errors, and value errors are raised accordingly.
- Added a LOT of tests and made some small changes in main repo to make sure tests are passing.
- `post_dataset` and `post_image` now honor the group from the `conn` argument when creating orphan datasets/images, rather than using whatever group is a user's default.