Releases: Maarten-vd-Sande/qnorm
Releases · Maarten-vd-Sande/qnorm
V0.8.2
Release v0.8.1
Fixed issue with axis command not working properly
Fixed issues with newer pytables and pandas now working properly
Release v0.8.0
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
Renamed quantile_normalize_file
to incremental_quantile_normalize
to better reflect what it does
Release v0.6.2
- fix imports
Release v0.6.0
- added a file-based normalization method that swaps memory to disk for low memory systems.
Release v0.5.1
- target is now sorted by qnom
tmp_for_zenodo
sort target, just to be sure
Release v0.5.0
- qnorm.quantile_normalize now accepts an axis argument
Release v0.4.0
- qnorm.quantile_normalize now supports parallel sorting, speeding up the algorithm significantly!