Skip to content

Commit

Permalink
v2024.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Feb 15, 2024
1 parent 99227c2 commit 9ff355a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,46 @@ nav_order: 2

# Change Log

## v2024.2.15

### 🐛 Bug Fixes

* Fix `KspacingMetalHandler` triggering on runs that don't use `KSPACING` by @janosh in https://github.com/materialsproject/custodian/pull/298
* Fixed a small issue with the erroneous attribute call on a Structure object in AMIN handler by @fyalcin in https://github.com/materialsproject/custodian/pull/297
* Move `TEST_DIR` + `TEST_FILES` from `custodian/__init__.py` to `tests/conftest.py` by @janosh in https://github.com/materialsproject/custodian/pull/312

### 🛠 Enhancements

* Rewrite handler tests by @janosh in https://github.com/materialsproject/custodian/pull/299
* Fix `AliasingErrorHandlerTest` modifying test files by @janosh in https://github.com/materialsproject/custodian/pull/301
* Caching parsed output files by @gpetretto in https://github.com/materialsproject/custodian/pull/273

### 🧹 House-Keeping

* Move tests to their own root-level directory by @janosh in https://github.com/materialsproject/custodian/pull/305
* Refactor test file copying by @janosh in https://github.com/materialsproject/custodian/pull/306
* Move `_clear_tracked_cache` fixture by @gpetretto in https://github.com/materialsproject/custodian/pull/307
* Don't needlessly inherit from `unittest.TestCase` by @janosh in https://github.com/materialsproject/custodian/pull/308

### 🧪 Tests

* Add new error handlers, add tests for NonConvergingErrorHandler by @esoteric-ephemera in https://github.com/materialsproject/custodian/pull/313

### 🏥 Package Health

* Merge `setup.py` into `pyproject.toml` by @janosh in https://github.com/materialsproject/custodian/pull/304
* Fix release CI by @janosh in https://github.com/materialsproject/custodian/pull/314

### 🤷‍♂️ Other Changes

* Add eddiag error handling and fix AMIN error handling in VaspErrorHandler by @esoteric-ephemera in https://github.com/materialsproject/custodian/pull/302

## New Contributors

* @esoteric-ephemera made their first contribution in https://github.com/materialsproject/custodian/pull/302

**Full Changelog**: https://github.com/materialsproject/custodian/compare/v2023.10.9...v2024.2.15

## 2023.10.9

* PR #293 from @samblau (#293)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "custodian"
version = "2024.1.9"
version = "2024.2.15"
description = "A simple JIT job management framework in Python."
authors = [
{ name = "Janosh Riebesell", email = "[email protected]" },
Expand Down

0 comments on commit 9ff355a

Please sign in to comment.