You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable user-visible changes to this project are documented here.
4
4
5
5
## [Unreleased]
6
6
7
+
### Changed
8
+
9
+
### Fixed
10
+
11
+
### Added
12
+
13
+
## [3.1.1] - 2026-03-18
14
+
7
15
### Changed
8
16
- Python `Mixture` input validation now accepts `str` and `cea.Reactant` entries (including mixed lists) and no longer accepts raw `bytes` species names (`#53`).
9
17
- Added SI-focused custom-reactant handling at the Python API layer: `Reactant.temperature` is specified in K and `Reactant.enthalpy` in J/kg (converted internally for core input) (`#53`).
@@ -21,9 +29,7 @@ All notable user-visible changes to this project are documented here.
21
29
22
30
### Added
23
31
- Added C and Python support for custom reactant data (including species not present in `thermo.lib`) in parity with the main interface workflow used by RP-1311 Example 5 (`#53`).
24
-
- Added new C-API constructors for generating product mixtures from input-reactant payloads:
- Added new C-API constructors for generating product mixtures from input-reactant payloads: `cea_mixture_create_products_from_input_reactants` and `cea_mixture_create_products_from_input_reactants_w_ions` (`#53`).
27
33
- Added a shared bindc parser path for `cea_reactant_input -> ReactantInput` conversion to reduce duplicated C-binding logic (`#53`).
28
34
- Added Python `cea.Reactant` and mixed-input `Mixture(...)` support in the Cython binding (`#53`).
29
35
- Added shock regression coverage for transport output population across equilibrium/frozen branches and for singular-recovery reflected-shock cases.
0 commit comments