1.1.0
Major features:
- Add unique ID to Container objects (@ajtritt, @rly)
- Note that as of 1.0.4, the spec is cached by default when writing a Container to disk
Enhancements:
- Move setting of parent and container_source of Container objects out of __init__ (@ajtritt, @rly)
- Update all requirements (@rly)
- Have TypeMap return dict instead of tuple (@bendichter)
- Added dtype and astype functions to DataChunk (@oruebel)
- Overload get_docval to find arg with matching name (@rly)
- Remove warning for empty datasets (@rly)
- Improve unit tests (@rly)
Fixes:
- get_class now uses default_name argument (@bendichter)
- Fix on determining the correct dtype based on the spec or AbstractDataChunkIterator (@oruebel)
- Honor dtype from builder when writing data iteratively (@oruebel)
- Fix checking of docval shape on types without len (@rly)
- Prevent __pycache__ from being written in release tarballs (@rly)