Skip to content

v0.16.0 (2024.01.27)

Enhancements

  • added dotdict utility for easy dot-access with nested dictionary objects
  • all settings can be added via environment variables for cloud-based deployments
  • add @workflow decorator for easily creating basic workflows
  • add _incar_updates to VaspWorkflows for cleaner inheritance & syntax
  • add Docker builds for Quantum Espresso to help new users
  • add Docker builds for Bader to help new users
  • add simmate config command to help inspect and update settings

Refactors

  • Fully reimplemented how all settings are loaded
  • Revised all documentation and tutorials

Fixes

  • fix bug where user-provided command parameter is not properly loaded

0.16.1 (2024.01.28)

  • fix bugs for Docker-QE runs
  • fix typos in Getting Started tutorials