------------------
Improvements:
- For speed purposes, pytoshop no longer uses traitlets.
- Performance improvements to the compression/decompression code.
- Added support for the ``shmd`` metadata tagged block, and the ability
to access it from the ``user.nested_layers`` API.
Bugfixes:
- Updated the list of tagged blocks that use 8-bit lengths.
- Fixed a bug where the image data would be corrupted when writing
images from an input file to an output file with a different file
format version.
- Fixed a crash when the input file contains no layer group ids.
- Allow Numpy arrays of shape () in place of scalars for constant
images.