Recent Releases of qnorm
qnorm - Release v0.9.0
What's Changed
See the changelog for detailed changes.
Full Changelog: https://github.com/Maarten-vd-Sande/qnorm/compare/0000000000000000000000000000000000000000...v0.9.0
- Python
Published by github-actions[bot] 9 months ago
qnorm - Release v0.8.1
Fixed issue with axis command not working properly Fixed issues with newer pytables and pandas now working properly
- Python
Published by github-actions[bot] over 4 years ago
qnorm - 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.
- Python
Published by github-actions[bot] over 4 years ago
qnorm - Release v0.7.0
Renamed quantile_normalize_file to incremental_quantile_normalize to better reflect what it does
- Python
Published by github-actions[bot] almost 5 years ago
qnorm - Release v0.6.0
- added a file-based normalization method that swaps memory to disk for low memory systems.
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.5.1
- target is now sorted by qnom
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.5.0
- qnorm.quantile_normalize now accepts an axis argument
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.4.0
- qnorm.quantile_normalize now supports parallel sorting, speeding up the algorithm significantly!
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.3.1
- fix bug with target not working for pandas
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.3.0
- respects single and double precision input
- "quantile" normalize onto a distribution/target
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.2.2
CLI gives nice error when pandas not installed
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.2.1
accepts all numeric dtypes, and converts to float64 before quantile normalizing
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.2.0
- Pandas not a requirement anymore, but still works with pandas
- Requires float32 or float64, and raises an error if otherwise
- Implemented single dispatch
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.1.3
Allow for comments in the cli table
- Python
Published by github-actions[bot] over 5 years ago
qnorm - Release v0.1.2
Updated type hints
- Python
Published by github-actions[bot] over 5 years ago