Skip to content

Release 0.0.3

Latest
Compare
Choose a tag to compare
@falexwolf falexwolf released this 24 Jul 23:21
· 3 commits to main since this release

See https://docs.lamin.ai/changelog

What's Changed

  • Added basic unit tests for data loading and store creation + bug fixes by @felix0097 in #1
  • πŸ“ Added doc strings with small examples by @felix0097 in #9
  • ✨ Add a data loader for sparse arrays by @ilan-gold in #6
  • βœ… Add tests + checks to loader arguments by @ilan-gold in #10
  • ♻️ Unify dense and sparse loaders + apply MultiBasicIndexer to dense by @ilan-gold in #12
  • (fix): ensure correct indexing + fix worker handle by @ilan-gold in #13
  • (feat): variable batch size for dataset iteration by @ilan-gold in #15
  • Added tests for multiprocess loading by @felix0097 in #14
  • (fix): raw datasets + no __init__ cache to sidestep deadlocking by @ilan-gold in #17
  • Feature: Added utility function to shuffle+shard h5ad files + made shuffling optional during store creation by @felix0097 in #11
  • chore: test zarrs by @ilan-gold in #18
  • ✨ Added function to extend an existing store with new h5ad files by @felix0097 in #19
  • πŸ—οΈ Deduplicate models module with modlyn by @falexwolf in #20
  • ♻️ Move package source back to root level to get release tooling to work again by @falexwolf in #21

New Contributors

Full Changelog: https://github.com/laminlabs/arrayloaders/commits/0.0.3