Skip to content

Releases: rnajena/read5

1.1.3

12 Jul 13:00
Compare
Choose a tag to compare

Remove long description

1.1.2

12 Jul 12:57
Compare
Choose a tag to compare

Changes

  • Fixed Import Commands (hopefully)
  • update docs
  • update README
  • change long description type in setup.py

1.1.1

12 Jul 11:46
Compare
Choose a tag to compare

Package is buildable and runable via pip.
Conda does still not work.

1.1.0

11 Jul 10:24
223e2a9
Compare
Choose a tag to compare

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

Conda

  • update recipe
  • switch to find_packages() in setup.py

Others

  • Update READMEs

1.0.0

11 Jul 09:18
Compare
Choose a tag to compare

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

Conda

  • update recipe
  • switch to find_packages() in setup.py

Others

  • Update READMEs

0.1.2

03 May 14:45
Compare
Choose a tag to compare
  • Update Conda Dependencies
  • Prepare Conda Package Without POD5
  • Install POD5 via pip in the environment!

0.1.1

03 May 11:30
Compare
Choose a tag to compare

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

0.1.0

03 May 11:21
Compare
Choose a tag to compare

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