Internal improvements:
- Allow docval to warn about use of positional arguments. rly (293)
- Improve efficiency of writing chunks with `DataChunkIterator` and HDF5. d-sot, oruebel (295)
Bug fixes:
- Flake8 style fixes. oruebel (291)
- Handle missing namespace version. rly (292)
- Do not raise error when a numeric type with a higher precision is provided for a spec with a lower precision and different base type. Raise a warning when the base type of a given value is converted to the specified base type, regardless of precision level. Add missing support for boolean conversions. rly (298, 299)
- Add forgotten validation of links. t-b, ajtritt (286)
- Improve message for "can't change container_source" error. rly (302)
- Fix setup.py development status. rly (303)
- Refactor missing namespace version handling. rly, ajtritt (297)
- Add print function for `DynamicTableRegion`. oruebel, rly (290)
- Fix writing of refined RefSpec attribute. oruebel, rly (301)