Skip to content

Releases: EmpaEconversion/aiidalab-aurora

0.4.0

17 Oct 11:32
Compare
Choose a tag to compare
Add Results Visualizer app

"Aurora app" now implements only submit functions.
The "Results Visualizer" has some basic functionalities to show the
list of submitted jobs (monitored jobs are not visualized, for
simplicity). The user can select a job and visualize the results.
For now, only these plots are implemented:
- voltage vs time
- current vs time
- voltage & current vs time
- capacity vs cycle number

BUG - TODO: a new matplotlib figure is generated every time the plot
button is clicked and the figure is appended. Ideally one should update
the same figure. Moreover, I was not able to clear the output once
generated, not sure why.

0.3.0

14 Oct 09:22
Compare
Choose a tag to compare
Release 0.3.0

0.2.1

10 Aug 09:51
Compare
Choose a tag to compare
Bump version to 0.2.1

0.2

08 Jul 07:33
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
Main panel: add submit function