PyHDX version 0.4.0 beta4
Pre-release
Pre-release
Major changes to plotting: (#232)
-
Added functions for making standard output plots in the plot.py module
-
Added functions for default colormaps and normalizers; defined default colormaps for standard data types (rfu, dG, ddG)
-
Added plotting class FitResultPlot which makes it easier to generate plots from a fit result
-
Updated the pdf output class (now named FitReport) which allows all standard plots to be combined into a .pdf file
-
SingleFitResult
andBatchFitResult
are now merged into one object.
Changes:
- Switched to pandas
DataFrame
instead of numpy structured arrays for data object's internal tables (#227) - Refactored
uptake_corrected
tod_exp
for FD-corrected D-uptake values (#227) - Properties
rfu_residues
,rfu_peptides
are now pandasSeries
objects (#227) - Removed python 3.6 support (#227)
- Added option to filter input data (peptide table data) in batch processing (8fa9c5b)
- Fitting can be done on a specific device (ie CUDA GPU) and the fitting dtype can be specified (float32/float54) (#231)