From 2da860d8f19eca82b535d713ac1298ecb0deb42a Mon Sep 17 00:00:00 2001 From: Kelly Sovacool Date: Wed, 6 Nov 2024 12:01:50 -0500 Subject: [PATCH] chore: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6478e3f..be4042d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Singularity bind paths were not being set properly. (#119, @kelly-sovacool) - Update docker containers to set `$PYTHONPATH`. (#119, #125, @kelly-sovacool) - Otherwise, this environment variable can be carried over and cause package conflicts when singularity is not run with `-C`. + - Also use `python -E` to ensure the `$PYTHONPATH` is not carried over. (#129, @kelly-sovacool) - Fix `reconfig` to correctly replace variables in the config file. (#121, @kelly-sovacool) - Prevent using excessive memory when copying reference files. (#126, @kelly-sovacool)