Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbranson committed Jul 30, 2021
1 parent 74e3f00 commit 85a0810
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Changelog
All significant changes to the software will be documented here.

## [0.3.25] - LIVE
## [0.3.25] - 30/07/2021

### Changed
- Improvements to analyte handling in filt_obj to play nicely with custom denominators.
- Improved robustness of `sample_stats` and `export_traces` at all stages
- Added tests for `sample_stats`, `export_traces` and `minimal_export`

### TODO
- implement different analyte lists for different stages (raw, ratios, mass_fractions), OR improve analyte_checker functionality. This has to propagate throught to filter assignment.

## [0.3.24] 29/07/2021

Expand Down
2 changes: 1 addition & 1 deletion latools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .helpers import chemistry
from . import preprocessing

__version__ = '0.3.25_dev'
__version__ = '0.3.25'

def cite(output='text'):
"""
Expand Down

0 comments on commit 85a0810

Please sign in to comment.