Release notes
Version 0.2.1b2
Added classmethod to
RateExperimentto load ARBIN.csvfiles.Added timestamp propery to
CellCyclingclass to more easily track the start of the experiment.Added a
quickload_foldermethod to thecellcycling.read_inputmodule.Added classmethod to
RateExperimentto load GAMRY standard folder format.Update to the documentation with more examples and new types of plot
Version 0.2.1b
Added a graphicaltools module to help the user in the creation of graphs and plots
Defined a simple
Colorclass to hold, manipulate and carry around RGB color values.Defined a
ColorShaderclass to generate multiple shades of a given color (e.g. to be used when plotting capacity/voltage curves of the same cell during multiple cycles)Defined a
Paletteclass to handle generic color palettes to be used in plotting different experiments.
Created an early version of the documentation of the module with examples.
Version 0.2.1a
Refactoring of the
cyclicvoltammetrymodule:Easier access to the current and voltage data of each cycle.
Implemented early version of the documentation with examples.
Added
experimentssubmodule to thecellcyclingmodule:Introduced the
RateExperimentclass to handle multiple cellcycling experiments at different currents.Updated the documentation with the new features.
Dropped support for old legacy functions.
Version 0.2.0a:
Refacoring of the
cellcyclingmodule: Separated the file loader module (echemsuite.cellcycling.read_input) from the analysis one (echemsuite.cellcycling.cycles).Added
FileManagerclass to handle the loading and manipulation of.DTAand.mptfilesRefactoring of the code and set to deprecated the functions:
build_DTA_cyclesread_mpt_cyclesread_cyclesbuild_cycles
Added documentation
Added unit testing