Recent Releases of peakfit
peakfit - v0.10.5
What's Changed
- Fix shell-dependent file validation crashes and centralize error messaging by @gbouvignies in https://github.com/gbouvignies/PeakFit/pull/8
Full Changelog: https://github.com/gbouvignies/PeakFit/compare/v0.10.4...v0.10.5
- Python
Published by gbouvignies about 1 year ago
peakfit - v0.10.1
- Numbered the extension of simulated spectra according to its dimension.
- Fixed a bug that prevented CPMG profiles from being plotted.
- Fixed a bug that severely affected the calculation of SP1 and SP2 shapes.
Full Changelog: https://github.com/gbouvignies/PeakFit/compare/v0.10.0...v0.10.1
- Python
Published by gbouvignies about 2 years ago
peakfit - v0.9.0
What's Changed
- Added plotting module for PeakFit by @gbouvignies in https://github.com/gbouvignies/PeakFit/pull/5
plot_cest,plot_cpmg, andplot_intensityhave been updated topeakfit-plot cest,peakfit-plot cpmg, andpeakfit-plot intensity, respectively.- Introduced a new command
peakfit-plot spectra --exp [spectra_exp_filename] --sim [spectra_sim_filename]to plot and compare the experimental spectra with the simulated spectra, including their differences.
Full Changelog: https://github.com/gbouvignies/PeakFit/compare/v0.8.0...v0.9.0
- Python
Published by gbouvignies about 2 years ago
peakfit - v0.7.0
Full Changelog: https://github.com/gbouvignies/PeakFit/compare/v0.6.1...v0.7.0
Add new lineshapes and automatic shape selection This release introduces new lineshapes:
no_apodfor no apodization, andsp1andsp2for shifted sine-bell apodization raised to the power of 1 and 2, respectively. The acquisition time and apodization parameters are used to accurately simulate the lineshape. By default, PeakFit will check the NMRPipe spectrum header to determine the appropriate model. IfSPwith powers of 1 or 2 is detected,sp1orsp2will be selected. If no apodization orEMis used,no_apodwill be applied. For all other cases,pvoigtwill be used.The segmentation algorithm for identifying clusters of peaks has been replaced by the SciPy algorithm.
- Python
Published by gbouvignies about 2 years ago
peakfit - v0.6.0
New in this release:
- Read peak lists exported from CCPN
- Review the quality of the fits with the contour plots in the <OUTPUT_PATH>/clusters.pdf file
Full Changelog: https://github.com/gbouvignies/PeakFit/compare/v0.5.0...v0.6.0
- Python
Published by gbouvignies about 2 years ago
peakfit - v0.5.0
- Consider all planes to select points above the threshold
- Add automatic noise calculation
- Move to PDM package manager
Full Changelog: https://github.com/gbouvignies/PeakFit/compare/0.1.5...v0.5.0
- Python
Published by gbouvignies about 2 years ago