_Basically the same as 1.0.0 (https://github.com/JannesSP/read5/releases/tag/1.0.0, commit: 4020097) - but changed to version number 1.1.0 to avoid confusion!_
Changes
- **read5 should be importable now - fixed __init__.py and conda recipe**
- Add 'Abstract' to abstract class and file 'FileReader'
- Change 'read.py' to 'Reader.py'
- Rename 'open' function to 'read5'
Added
- Added basic functions to read data from fast5, slow5/blow5 and pod5
- Added tests to test all basic functions
- Launched documentation site under https://jannessp.github.io/read5.github.io/
- Add exception tests
Conda
- update recipe
- switch to find_packages() in setup.py
Others
- Update READMEs