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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,28 @@ All notable user-visible changes to this project are documented here.
10
10
11
11
### Added
12
12
13
-
## [3.0.1] – Unreleased
13
+
## [3.0.3] - 2026-02-20
14
+
15
+
### Changed
16
+
- Hardened PyPI publishing CI with OIDC preflight checks and manual `workflow_dispatch` target selection (`testpypi`/`pypi`); installation docs now lead with `python -m pip install cea` and mention GitHub Releases binary assets.
17
+
18
+
### Fixed
19
+
20
+
### Added
21
+
22
+
## [3.0.2] – 2026-02-20
23
+
24
+
### Added
25
+
- Initial Microsoft Visual C++ (MSVC) support in the C bindings/build pipeline (`#29`).
26
+
27
+
### Changed
28
+
-`RocketSolver_solve` now treats `pi_p` as optional for better API compatibility and easier caller usage (`#36`).
29
+
30
+
### Fixed
31
+
- Corrected detonation-wave upstream enthalpy calculations and upstream molecular weight handling in the legacy interface (`#33`).
32
+
- Resolved failing transport-property test cases to restore expected regression behavior (`#37`).
33
+
34
+
## [3.0.1] – 2026-02-11
14
35
15
36
### Added
16
37
- Python bindings and examples/tests for the CEA interface (`Feat/icx python binding`, #23).
0 commit comments