------------ * Update threshold method per Patrick Asinger's suggestion * Adding the abilty to make the x axis calculations extensible * Create method for adding cycle index to Biologic files - Thanks Will Powelson! * Documentation for battery archive datapath - Thanks Alex Dunn
2021.5.25.11
------------- * 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.