Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 5.06 KB

CHANGELOG.md

File metadata and controls

64 lines (43 loc) · 5.06 KB

v0.3.0

🐛 Bug fixes

  • Fix default unique_extra_keys value [2039c89]

📚 Documentation

  • Load profile in add_in_batches example [984dae6]

🔧 Maintenance

  • Update pre-commit to ~=3.8 [b12d0f4]
  • Update Python versions [036f98f]

⬆️ Update dependencies

  • Upgrade to aiida-core~=2.5 and pydantic~=2.8 [b861256]

v0.2.0

‼️ Breaking changes

  • Prioritize the order_by approach to sorting submissions [201cdac]
  • Redesign controllers as pydantic BaseModels [a3b1d33]

✨ New features

  • Add optional delay between submissions [ffafbf5]
  • Add the order_by field to the FromGroupSubmissionController [ab943f6]
  • Print a table with the status when submitting [a53f0c5]
  • FromGroupSubmissionController: Add filters [76eb0b0]

👌 Improvements

  • Catch all Exceptions during submission loop [8dcea88]
  • Always submit number of requested processes [b910171]
  • Update .gitignore [1ee409a]
  • Make unique_extra_keys a pydantic field [6662ac8]
  • Catch and log submissions [6b915bd]

🐛 Bug fixes

  • Fix number of submitted WorkChains [ce9b6f6]
  • Fix submit_new_batch when verbose = True [d944b42]
  • Make unique_extra_keys field properly optional [d811858]
  • Fix dry_run in BaseSubmissionController [f83a7f9]
  • Allow specifying nested extras [fcfd545]

📚 Documentation

  • Update add_in_batches example [f3f6dac]
  • Update PwBaseWorkChain example [da769d0]

🔧 Maintenance

  • Remove language version for black pre-commit hook [f80d29b]
  • Add update_changelog.py script [cf9d6f0]
  • Add CD GitHub Action [7696919]
  • Switch from pylint to ruff [98771d9]
  • Switch to using black [7d31f2e]
  • Add isort to pre-commit hooks [b35338b]
  • Remove .pylintrc and fix linting [8eef381]
  • Switch to pyproject.toml [fad21ad]