Skip to content

Releases: EmpaEconversion/aiida-aurora

aiida-aurora 0.4.0

31 Aug 13:24
fd89e22
Compare
Choose a tag to compare
  • Implemented AiiDA 2.x calculation monitoring feature
  • Implemented cycling sequence workflow

aiida-aurora 0.3.2

15 Jun 09:59
947330b
Compare
Choose a tag to compare
  • Migrated schemas from the app
  • Updated CI and pre-commit hooks

aiida-aurora 0.3.1

17 Oct 11:22
Compare
Choose a tag to compare
analysis utils updated

- rename `monitor_analysis` into `cycling_analysis`
- add some simple plot functions

aiida-aurora 0.3.0

13 Oct 15:35
fa7ca34
Compare
Choose a tag to compare
Merge pull request #11 from epfl-theos/develop

Release `aiida-aurora` 0.3.0

aiida-aurora 0.2.0

09 Aug 16:22
319b948
Compare
Choose a tag to compare
First working implementation of plugin (#6)

- Data nodes: `BatterySample`, `BatteryState`, `CyclingSpecs`, `TomatoSettings`.
The data schemas of `aiidalab-aurora` are used.
- Calculation nodes: `BatteryCyclerExperiment`, `BatteryFakeExperiment` (obsolete).
- Parser: `TomatoParser`
- Scheduler: `TomatoScheduler` (works with `tomato<=0.2a1`)

Note: tests are not yet implemented (#1).