v1.2.0
Major Changes:
- Addressed Issue #1 - All TDBs from TDBDB I looked at had LETTERS# formatting without numbers, but other software, including ESPEI, likes to include numbers in them. I adjusted the pattern to
"[A-Z][A-Z0-9]*#"
so that numbers are allowed inside the function name (when#
-referenced in equations) - Small bugfix versus v1.1.0 - Phase names consisting of words appended with phase type (e.g., "FCC") like "ORD_FCC" will require "_" before it to mitigate conflicts with function names like "GCRFCC".
- Added
R_PHASE
to the recognized common phase names.
Full Changelog: v1.1.1...v1.2.0