Releases: rnajena/read5
Releases · rnajena/read5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
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
1.0.0
Switched back to version 1.0.0 as read5 was not importable before using Conda.
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
0.1.2
0.1.1
First Prototype of Read5
-
Reading fast5, slow5, blow5 and pod5 using overloaded functions.
-
Testing files & tests
-
Conda recipe
-
Reading read:
- signal, pA signal and normalized signal
- calibration & normalization parameter
- start time
- channel number
- sampling rate
-
Running tests after conda build automatically