From a38e61140ac5f67813d860359214a9e0198b3fbf Mon Sep 17 00:00:00 2001 From: David Zaslavsky Date: Sat, 22 Nov 2025 22:17:01 -0800 Subject: [PATCH 1/2] Update the AUTHORS file with recent contributors We haven't consistently been updating the AUTHORS file as various people have added their contributions to the project (again, my bad, code review should have caught that and we really should add an automated check for it at some point), so in this commit I'm catching up on those updates. It's important for both legal and ethical reasons that everyone gets appropriate credit for their contributions. I've taken the list of authors from the commit history. The list of authors in the file is ordered chronologically by their first commit or first interaction with the project (as far as I'm aware). --- AUTHORS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index ae651ae..0ca48bb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,3 +17,6 @@ Theodore Ni Nicola Coretti Alissa Gerhard Raphael Boidol +Pierre Sassoulas +Alissa Huskey +Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> From 2957c0a427ddb037e5b575396ec0b6d0603002fe Mon Sep 17 00:00:00 2001 From: David Zaslavsky Date: Sat, 22 Nov 2025 22:21:06 -0800 Subject: [PATCH 2/2] Update CHANGES for the upcoming 0.10 release --- CHANGES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES b/CHANGES index 9082df1..ef0136d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +0.10.0 (2025-11-24) +------------------- + +Clarify examples in README +Drop Python 3.6 support +Add Python 3.14 support +Add pytest 9 support +Consolidate tests +Remove obsolete driver code in some modules +Remove obsolete PyTest command from setup.py +Switch to PEP-639 compliant license metadata +Update outdated GitHub Action versions +Add a summary GitHub Action job +Update the AUTHORS file + 0.9.0.post0 (2024-10-05) ------------------------