Skip to content

Releases: seqcode/seqchromloader

New API for passing transform functions

28 Sep 20:53

Choose a tag to compare

  • Consistent API for pass transform functions
  • Clean the code

Full Changelog: 0.2.0...0.2.1

New API compatible with all pytorch dataloder arguments, bug fixes

28 Sep 20:48

Choose a tag to compare

  • Add dataloder_kws to grant loaders the ability to accept all dataloader arguments
  • writer function name adjustment
  • Several bug fixes

Full Changelog: 0.1.1...0.2.0

Patch fix: Unittest, Dependencies

27 Sep 20:47

Choose a tag to compare

Pre-release

Add unittest module
Fix some errors on dependencies

Full Changelog: 0.1.0...0.1.1

Pre-alpha version: pytorch dataloader, webdataset support

26 Sep 16:11

Choose a tag to compare

  1. Add writer and loader for webdataset,
  2. Provide pytorch dataloader wrapper
  3. Provide pytorch-lightning datamodule wrapper