Releases: aiidateam/aiida-firecrest
Releases · aiidateam/aiida-firecrest
Release v1.0.0
What's Changed
- Support firecrest v2 by @khsrali in #72
- version control by @khsrali in #81
- Upgrade dependency version by @khsrali in #82
- support python 3.12 and 3.13 by @khsrali in #83
- Upgrade CI dependencies by @khsrali in #84
- Fix deprecated fixture import paths by @DropD in #89
- Asyncified all functions, uses async client of pyfirecrest by @khsrali in #90
- Checksum in place by @khsrali in #92
- Mock tests removed, docker-tests is default for pytest now by @khsrali in #93
- Updated installation instructions and added a unit test for
verdi computer testby @khsrali in #99 - Bug fix: flush temp directory with user prompt by @khsrali in #100
- Simplified configuration interface,
api_versionis no longer required by @khsrali in #101 - More helpful message in case when credentials are wrong. by @khsrali in #106
- Fix two parsing issues in the scheduler plugin by @khsrali in #110
- Fix pre-commit issues & upgrading versions & disable autoupdate by @khsrali in #114
- Fix:
get_job(None)should return all jobs by @khsrali in #113 - Add resiliency to slurm job reporting gaps by @DropD in #118
- Enforce chmod to send octal string without prefix by @khsrali in #119
- Catch all errors during scheduler::kill_job by @khsrali in #122
- Release-v1.0.0 by @khsrali in #123
New Contributors
Full Changelog: v0.1.2...v1.0.0
Release v0.1.2
Increment pyfirecrest to `v3.2.0` (#73)
Release v0.1.1
What's Changed
- Bug fix on dynamic version check by @khsrali in #65
- Disable pre-commit autofix hook by @agoscinski in #67
- Upgrade to be compatible with latest aiida-core and pyfirecrest version by @khsrali in #69
- Release first version compatible with FirecREST v1 by @khsrali in #70
Full Changelog: v0.1.0a1...v0.1.1