All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed bug in soln2ck.py where the reaction high rate was being used instead of the reaction low rate.
1.1.0 - 2019-09-06
- Added checks to ensure any species in inputs are in the starting model
- Added ability to specify
ideal_gas
object name for reduction, if model in model file
- Moved all reduction inputs to a YAML file, and updated associated docs
- Autoignition simulations now run to steady state by default, with optional
options of
end-time
ormax-steps
to override
- Fixed bug in DRGEP overall interaction coefficient calculation with multiple conditions
- Removed erroneous message from ignition simulations about lack of convergence
- Fixed potenetial bug when printing CTI files with hyphens in species names
- Fixed bug that printed efficiency list for pressure-dependent reactions with explicit third body
- Fixed bug that retained reactions with explicit third bodies that were removed.
1.0.0 - 2019-06-21
- Added path flux analysis, so methods now include DRG, DRGEP, PFA, and sensitivity analysis
- Adds test suite for all current methods
- Adds Travis CI and AppVeyor continuous integration
- Added testing on Windows systems via Azure Pipelines
- Added printing support for chemically activated and Chebyshev reactions, and non-Troe falloff
- Adds Travis-based package deploy to PyPI and Anaconda
- Adds initial documentation site
- Major code restructuring.
- Now supports Python 3.6+
- Fixed bugs in setup.py script and path imports
- Fixed model printing of Plog reactions
- Added preliminary project files (README, CODE_OF_CONDUCT, etc.) without any actual source code