1.3.0
Major features:
- Add common data structures - Container, Data, DynamicTable, CSRMatrix, most of which are moved from PyNWB. #134, #150 (@ajtritt)
Minor features:
- Add functionality to slice a DataIO object using object[slice] which calls object.data[slice]. #141 (@oruebel)
- Add more reasonable defaults for BuildManager and NamespaceCatalog. #133 (@ajtritt)
- Replace Travis CI and Appveyor CI with Azure Pipelines. #137 (@rly)
Bug fixes:
- If a spec does not specify a dtype or uses the dtype 'numeric', infer the dtype from the data. This fixes an issue where a TimeSeries that used a DataChunkIterator as data would always write the data as floats instead of the original data type. #143, #146 (@rly)
- Fix infinite recursion when copying H5DataIO object. #141 (@oruebel)
- Fix typos and clean up repository. #138 (@rly)