Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 447 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 447 Bytes

Changelog

Version 0.2.8

  • Set dependency for scipy. Seems like the hstack and vstack functions have been updated in 1.13.0+.

Version 0.2.0 - 0.2.7

  • Support multi apply
  • Add tests and documentation
  • Sync package with the rest of the BiocPy

Version 0.1 (development)

  • first release
  • performs some basic operations over numpy or scipy matrices.
  • provides apply method so user can extend the underlying logic to any function