------------- * Add datapath for battery archive data - Thanks Alex Dunn!
2021.5.19.17
------------- * Remove tests from coverage * Add beep.test as module
2021.5.18.10
------------- * Add ability to fit cell half data and extract cell parameters from full cell data - Thanks Patrick Asinger! * Change structuring to omit raw data in the data pipeline - Thanks Alex Dunn! * Fixes to biologic settings conversion function - Thanks Patrick Herring * Create Biologic conversion to split into different techniques - Thanks Will Powelson
2021.3.30.9
------------ * Add service information into the base class for the logger
2021.3.29.15
-------------
* Complete refactor of structuring module - Thanks to Alex Dunn! * Attribute `pcycler_run.summary` is now `pcycler_run.structured_summary` * Attribute `pcycler_run.cycles_interpolated` is now `pcycler_run.structured_data` * Attribute `pcycler_run.diagnostic_interpolated` is now `pcycler_run.diagnostic_data` * Loading of structured data should use `auto_load_processed(path)` for backwards compatibilty.
2021.3.4.9
----------- * BUGFIX Change diagnostic cycle detection and add detection for final diagnostic * BUGFIX Add filtering to features to remove appended cycles * Add rpt and reset to get_step_index