Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbranson committed Sep 13, 2023
1 parent 9030c48 commit 4a3589c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Changelog
All significant changes to the software will be documented here.

## [0.3.29-dev] - LIVE
## [0.3.30-dev] - LIVE

### 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.29]

More pandas 2.0 'indexing with set' compatibility updates...

### Changed
- modify dataframe indexing in filt_obj to work with pandas>=2.0.0



## [0.3.28]

### Changed
Expand All @@ -14,7 +23,7 @@ All significant changes to the software will be documented here.
- minor revisions to GitHub Actions scripts


## [0.3.28] missed... oops!
## [0.3.27] missed... oops!

## [0.3.26]

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.28'
__version__ = '0.3.29'

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

0 comments on commit 4a3589c

Please sign in to comment.