Skip to content

Releases: Maarten-vd-Sande/qnorm

V0.8.2

06 Jul 18:23
9789ed3
Compare
Choose a tag to compare

Requires numpy<2.0.0

Release v0.8.1

03 Oct 10:02
Compare
Choose a tag to compare

Fixed issue with axis command not working properly
Fixed issues with newer pytables and pandas now working properly

Release v0.8.0

18 Jun 08:34
Compare
Choose a tag to compare

incremental_qnorm now also supports .parquet files. This solves a big problem that the hdf format has since it does not allow for a large number of columns.

Release v0.7.0

19 Mar 15:34
Compare
Choose a tag to compare

Renamed quantile_normalize_file to incremental_quantile_normalize to better reflect what it does

Release v0.6.2

22 Oct 09:00
Compare
Choose a tag to compare
  • fix imports

Release v0.6.0

20 Oct 12:01
5020c25
Compare
Choose a tag to compare
  • added a file-based normalization method that swaps memory to disk for low memory systems.

Release v0.5.1

08 Oct 08:55
Compare
Choose a tag to compare
  • target is now sorted by qnom

tmp_for_zenodo

20 Oct 11:22
Compare
Choose a tag to compare
sort target, just to be sure

Release v0.5.0

06 Oct 11:20
Compare
Choose a tag to compare
  • qnorm.quantile_normalize now accepts an axis argument

Release v0.4.0

28 Sep 11:36
Compare
Choose a tag to compare
  • qnorm.quantile_normalize now supports parallel sorting, speeding up the algorithm significantly!