From d312e9508a6359d3ba8cc79c2f75ae4b8b76ad02 Mon Sep 17 00:00:00 2001 From: David Parkhurst Date: Thu, 22 Aug 2024 07:24:30 -0600 Subject: [PATCH] Updated RELEASE.TXT --- doc/RELEASE.TXT | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/RELEASE.TXT b/doc/RELEASE.TXT index 5e6f1b5ae..c7d3b786d 100644 --- a/doc/RELEASE.TXT +++ b/doc/RELEASE.TXT @@ -1,4 +1,23 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ + + ----------------- + August 20, 2024 + ----------------- + PhreeqcRM (Python): Expanded documentation in BMI Python example notebook for + PHREEQC example 11 (ex11-advect.ipynb), courtesy of LimnoTech. + + ----------------- + August 14, 2024 + ----------------- + IPhreeqc: Pull request for modifications of class definition order and header file to + accommodate Clang 15 on Mac. + + ----------------- + August 8, 2024 + ----------------- + PhreeqcRM (Python): Fixed one docstring. Added code to handle numpy arrays + in yamlphreeqc. + ----------------- July 11, 2024 ----------------- @@ -6,6 +25,8 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ erroneous output was dumped for a user number. In most cases, the correct output was dumped following the erroneous output, which caused the erroneous output to be ignored. + +Version 3.8.0: July 3, 2024 ----------------- May 18, 2024