From 1d36840610a960845f17c7abc9f583ae0fc4c1e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ingvar=20Dahlgren?= Date: Wed, 24 Apr 2024 18:35:22 +0200 Subject: [PATCH] update CHANGES.rst --- CHANGES.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a1fdea37..05d0cedb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -v0.9.0 -====== +v0.9.0 (2024-04-24) +=================== - Fractional stoichiometries are now officially supported in parser (e.g. Fe2O3.14) - Complexes/crystal water should now be delimited with '..' (fix by @jeremyagray) - Unicode printing of subscript decimal point should now work (gh-223, fix by @jeremyagray) @@ -7,6 +7,14 @@ v0.9.0 - Unit per100eV now has correct repr (fix by @daankoning) - Passing results from balance_stoichiometry into Reaction now works (gh-218, thanks @montmorill) +v0.8.4 (2024-04-24) +=================== +- Reverted parsing behavior for crystal water. Use this release to convert to new syntax: + NaSO4..10H2O + from chempy-0.9+ the following syntax is supported: + Fe2O3.14 + v0.8.3 had a regression in this respect, see gh-223 + v0.8.3 ====== - Fixes for latest version of quantities.