- Fix default
unique_extra_keys
value [2039c89]
- Load profile in
add_in_batches
example [984dae6]
- Upgrade to
aiida-core~=2.5
andpydantic~=2.8
[b861256]
- Prioritize the
order_by
approach to sorting submissions [201cdac] - Redesign controllers as
pydantic
BaseModel
s [a3b1d33]
- Add optional delay between submissions [ffafbf5]
- Add the
order_by
field to theFromGroupSubmissionController
[ab943f6] - Print a table with the status when submitting [a53f0c5]
FromGroupSubmissionController
: Addfilters
[76eb0b0]
- Catch all
Exception
s during submission loop [8dcea88] - Always submit number of requested processes [b910171]
- Update
.gitignore
[1ee409a] - Make
unique_extra_keys
apydantic
field [6662ac8] - Catch and log submissions [6b915bd]
- Fix number of submitted
WorkChain
s [ce9b6f6] - Fix
submit_new_batch
whenverbose = True
[d944b42] - Make
unique_extra_keys
field properly optional [d811858] - Fix
dry_run
inBaseSubmissionController
[f83a7f9] - Allow specifying nested extras [fcfd545]
- Remove language version for black pre-commit hook [f80d29b]
- Add
update_changelog.py
script [cf9d6f0] - Add CD GitHub Action [7696919]
- Switch from
pylint
toruff
[98771d9] - Switch to using
black
[7d31f2e] - Add
isort
topre-commit
hooks [b35338b] - Remove
.pylintrc
and fix linting [8eef381] - Switch to
pyproject.toml
[fad21ad]