From 61bb51c29d21957558d755243009de527413f3fa Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Wed, 13 Nov 2024 22:21:15 -0500 Subject: [PATCH 1/2] Add release note about pyscf on Windows 0b4558de79f5 drops the pyscf requirement on Windows because it fails to install there. I pushed that to main hastily and accidentally, when I intended to make a pull request. This follows that up with a release note, which we should also backport to the stable/0.8 branch. --- releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml diff --git a/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml b/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml new file mode 100644 index 0000000..5dffedd --- /dev/null +++ b/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + pyscf is no longer considered a dependency on Windows, where it fails to + install. From 6990a8a67fd2bfba29c23f29baa5773be12d4ba9 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Thu, 14 Nov 2024 09:28:36 -0500 Subject: [PATCH 2/2] Update release note with reminder that win32 remains unsupported --- releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml b/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml index 5dffedd..72639d0 100644 --- a/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml +++ b/releasenotes/notes/pyscf-win32-6e4a47d11576aa47.yaml @@ -2,4 +2,4 @@ fixes: - | pyscf is no longer considered a dependency on Windows, where it fails to - install. + install. However, Windows remains an unsupported platform.