From 4a3589cd8e22782178b124f87a7f98eb76903246 Mon Sep 17 00:00:00 2001 From: Oscar Branson Date: Wed, 13 Sep 2023 13:21:59 +0800 Subject: [PATCH] version bump --- CHANGELOG.md | 13 +++++++++++-- latools/__init__.py | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502effd..11c1e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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] diff --git a/latools/__init__.py b/latools/__init__.py index d8d7b2c..efd7cf7 100644 --- a/latools/__init__.py +++ b/latools/__init__.py @@ -17,7 +17,7 @@ from .helpers import chemistry from . import preprocessing -__version__ = '0.3.28' +__version__ = '0.3.29' def cite(output='text'): """