Skip to content

Releases: BatLabLancaster/pybatdata

Version 0.0.1 Release

04 Dec 15:45
463ad83

Choose a tag to compare

Version 0.0.1 Release

This release is related to the work done so far by Matheus Aparecido do Carmo Alves @Micanga as a collaborator in the project of BatLabLancaster.

a. Notable Updates

1. Implementation of the main Interface by Dash Plotly application;
2. Support to Novonix Data File implemented;
3. Addition of initial functionalities and plots (e.g., Cycle Plot Selection and Differential Voltage Analysis);
4. Initial tests and debugs made.

b. Dash by Plotly Install Guide and Usage

1. Dash by Plotly Website: https://plot.ly/products/dash/
2. Main Dependencies Quick-Install:

  • pip install dash==0.31.1 # The core dash backend
  • pip install dash-html-components==0.13.2 # HTML components
  • pip install dash-core-components==0.39.0 # Supercharged components
  • pip install dash-table==3.1.7 # Interactive DataTable component (new!)

c. Downloads