Skip to content

Releases: oscarbranson/latools

0.3.19

06 Apr 22:44
Compare
Choose a tag to compare

[0.3.19] - Gradient Filters, quality of life

Changed

  • Filters now use pandas to keep track of filter components and switches.
  • Quality of life improvements using pandas DataFrames to display filter status
  • Improvements to the calculation of rolling statistics. Can choose justification window relative to data position, and rolling gradient calculation now handles nans better (excludes them).
  • Improvements to gradient_threshold filters. Can now set absolute_gradient=False to select 'up' or 'down' components separately. gplot now shows the effect of filters directly, similar to tplot.

0.3.18

23 Mar 22:15
Compare
Choose a tag to compare

[0.3.18]

Added

  • Change ratio calibration framework to support multiple internal standards. Internal standard is now stored alongside analyte name after ratio calculation as 'XX_YY'. This involved a lot of tweaks to discrimnate between pre- and post- ratio treatment of data. All tests passing & manuscript supplement notebooks run fine, but some more advanced features may be broken. Please log an issue if you find anything.

Changed

  • latools.preprocessing.split.long_file can now accept wildcards in sample names to allow for repeat ablations of single samples.

0.3.17

18 Jan 13:25
Compare
Choose a tag to compare

Added clear_subsets function
Re-aligned pypi versions after snafoo.

Fix bug caused by numpy update

24 Sep 17:49
Compare
Choose a tag to compare

Fixed type error thrown after numpy update.

Fixed srm_id_auto bug

11 Dec 17:00
Compare
Choose a tag to compare

No longer fails if analytes are missing from SRM database.

Analyte Ordering in Export

28 Oct 12:42
Compare
Choose a tag to compare
0.3.12

Analye ordering

Minor Fixes

04 Jul 07:24
Compare
Choose a tag to compare

[0.3.11] - 04/07/2019

Fixing minor bugs introduced in 0.3.10. General cleanup, added makefile.

Changed

  • Fixed broken meta_regex parsing when key was numeric instead of str.
  • Fixed default behaviour of mass fraction calculation
  • Removed extrapolation from interp1d background calculation to avoid negative backgrounds/stderrs.

Long File Splitting, Calculate Mass Fractions

14 Jun 10:40
Compare
Choose a tag to compare

Plus minor tweaks and bug fixes throughout.

read_data fix

12 Feb 22:45
Compare
Choose a tag to compare

Modified read_data to correctly remove non-analyte columns from data table on import.

Calibration Improvement

24 Dec 23:46
Compare
Choose a tag to compare

Fixed numerous bugs in hurried last release.