Skip to content

Releases: djdt/dget

DGet v1.0.2

Choose a tag to compare

@djdt djdt released this 08 Oct 11:24

Improvements to the text importer

DGet v1.0.1

Choose a tag to compare

@djdt djdt released this 27 Aug 00:45
1cd6f88

What's Changed

  • Shimazdu import dialog fix by @djdt in #5

Full Changelog: v1.0.0...v1.0.1

DGet v1.0.0

Choose a tag to compare

@djdt djdt released this 08 Jul 03:04

This release adds a Qt6 based GUI to DGet!, with a Windows executable.

Peak areas are now calculated using the full mass width by interpolating edge points.

What's Changed

Full Changelog: v0.26...v1.0.0

DGet v0.26

Choose a tag to compare

@djdt djdt released this 01 Oct 04:53

Remove the error calculation for deuteration.
This is really the residuals of the deonvolution, and it is not valid to simply assume it as error in the %D.
Residuals can be checked using dget.residual_error, or visually by plotting data.

DGet v0.25

Choose a tag to compare

@djdt djdt released this 25 Sep 11:51

Add an error value to the deuteration, based on the residuals of the deconvolution.

Fix calculation of %D for adducts with multiple base molecules e.g., [2M+H]+

Improve compatibility of Flask module

DGet v0.24

Choose a tag to compare

@djdt djdt released this 25 Jul 10:12

Include new io package in setup.py.

DGet v0.23

Choose a tag to compare

@djdt djdt released this 25 Jul 09:06
2a4367e

What's Changed

  • IO and single file uploads by @djdt in #1

Full Changelog: v0.22...v0.23

DGet v0.22

Choose a tag to compare

@djdt djdt released this 13 Jul 09:33

Add a method to check if an adduct string is valid.

Full Changelog: v0.21...v0.22

DGet v0.21

Choose a tag to compare

@djdt djdt released this 12 Jul 12:06

Use a cuttoff value 'cutoff' instead of 'number_states'
This can be passed as None (same behaviour as before), a float for a cutoff below a m/z, or a str D to cutoff below a deuteration state.

Full Changelog: v0.20...v0.21

DGet v0.20

Choose a tag to compare

@djdt djdt released this 10 Jul 04:09

Updated web app to Flask based open.
The new webapp will be hosted on google cloud.

Full Changelog: v0.11...v0.20