Releases: EmpaEconversion/aiida-aurora
Releases · EmpaEconversion/aiida-aurora
aiida-aurora 0.4.0
- Implemented AiiDA 2.x calculation monitoring feature
- Implemented cycling sequence workflow
aiida-aurora 0.3.2
- Migrated schemas from the app
- Updated CI and pre-commit hooks
aiida-aurora 0.3.1
analysis utils updated - rename `monitor_analysis` into `cycling_analysis` - add some simple plot functions
aiida-aurora 0.3.0
Merge pull request #11 from epfl-theos/develop Release `aiida-aurora` 0.3.0
aiida-aurora 0.2.0
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).