Changed - Changed `sklearn` to `scikit-learn` in requirements.txt to accommodate change in upstream package name - Moved from setup.py to setup.cfg for package metadata - Changed version labelling from `__version__` to `VERSION` to match pypi expectations.
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
0.3.26
Changed - minor updates to calibrate to deal with nan values.
0.3.25
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`