v2024.2.15
What's Changed
🐛 Bug Fixes
- Fix
KspacingMetalHandler
triggering on runs that don't useKSPACING
by @janosh in #298 - Fixed a small issue with the erroneous attribute call on a Structure object in AMIN handler by @fyalcin in #297
- Move
TEST_DIR
+TEST_FILES
fromcustodian/__init__.py
totests/conftest.py
by @janosh in #312
🛠 Enhancements
- Rewrite handler tests by @janosh in #299
- Fix
AliasingErrorHandlerTest
modifying test files by @janosh in #301 - Caching parsed output files by @gpetretto in #273
🧹 House-Keeping
- Move tests to their own root-level directory by @janosh in #305
- Refactor test file copying by @janosh in #306
- Move
_clear_tracked_cache
fixture by @gpetretto in #307 - Don't needlessly inherit from
unittest.TestCase
by @janosh in #308
🧪 Tests
- Add new error handlers, add tests for NonConvergingErrorHandler by @esoteric-ephemera in #313
🏥 Package Health
🤷♂️ Other Changes
- Add eddiag error handling and fix AMIN error handling in VaspErrorHandler by @esoteric-ephemera in #302
New Contributors
- @esoteric-ephemera made their first contribution in #302
Full Changelog: v2023.10.9...v2024.2.15
What's Changed
🐛 Bug Fixes
🧪 Tests
- Add new error handlers, add tests for NonConvergingErrorHandler by @esoteric-ephemera in #313
🏥 Package Health
Full Changelog: v2024.1.9...v2024.2.15