From c36b70aa4a88216baa3cdcd9303b2a65a43b0310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:44:27 +0000 Subject: [PATCH] Squashed 'phreeqc3-doc/' changes from 05a4c62f..d76f816a d76f816a Merge pull request #96 from dlparkhurst/mix_error 5ce8cb55 Tony's fit of sulfate solubilities for phreeqc.dat, pitzer.dat, phreeqc_rates.dat 1f54041a Note on isotopes for PhreeqcRM. f0851e90 changed map to set to mix from largest mixing fraction to smallest git-subtree-dir: phreeqc3-doc git-subtree-split: d76f816aedab530a361a63c26a02b453eadf01a2 --- RELEASE.TXT | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/RELEASE.TXT b/RELEASE.TXT index cec40ef3..b81cd9d2 100644 --- a/RELEASE.TXT +++ b/RELEASE.TXT @@ -1,4 +1,35 @@ Version @PHREEQC_VER@: @PHREEQC_DATE@ + ----------------- + August 23, 2025 + ----------------- + PHREEQC: Sulfate solubilities refit for phreeqc.dat, Amm.dat, and phreeqc_rates.dat. + + ----------------- + August 5, 2025 + ----------------- + PHREEQC: Added two options to SIT parameters: -EPSILON1 and -EPSILON2. The + total epsilon parameter for a pair of ions is calculated as + epsilon + epsilon1*I + epsilon2*log10(I), where I is ionic strength. + + ----------------- + July 24, 2025 + ----------------- + PhreeqcRM: Isotopes were not included in the list of species generated by FindComponents. + Added a calculation necessary to produce the correct list including isotopic species. + + ----------------- + April 22, 2025 + ----------------- + PhreeqcRM: Fixed test case AdvectBMI_py.py. The test case was incorrect and + did not advect calcium through the column. Replaced the concentration pointer + with explicit calls to get_value("Concentration", c) and set_value("Concentration", c) + to correct the problem. + + ----------------- + April 22, 2025 + ----------------- + PHREEQC: Fixed MIX to allow negative mixing fractions. + ----------------- March 11, 2025 -----------------