Releases: SLACKHA/pyJac
Releases · SLACKHA/pyJac
v1.0.6
[1.0.6] - 2018-02-21
Added
- DOI for 1.0.4
Fixed
- Syntax errors in readme.md
- Conda install instructions in install.md
- Corrected TRange columns in parser
- Minor documentation fixes
Added
- Add check to reactions to test that all species exist
- Duplicate warning from falloff->chemically-activated TROE reactions for zero-parameters
- Add handling of non-unity default third body efficiency
v1.0.4
v1.0.3
Fixed
- Fix for SRI Falloff functions with non-default third bodies (issue #12)
- Fixed removal of jac/rate lists before libgen of functional_tester
- Fixed pywrap module import
Changed
- Issue warning in Cantera parsing if the installed version doesn't have access to species thermo properties.
Added
- Added significantly more documentation and examples for data ordering,
the state vector / Jacobian, and using the python interface
v1.0.2
Added
- Added CHANGELOG
- Added documentation for libgen / pywrap features
Changed
- Minor compilation fixes for including OpenMP
- Updated github links to point to SLACKHA / Niemeyer Research Group
Deprecated
- Shared library creation for CUDA disabled, as CUDA does not allow linkage of SO's into another CUDA kernel
Fixed
- Explicitly conserve mass in PaSR
- Minor path fixes
- Division by zero in some TROE parameter cases
v1.0.1 release
Added
- Added GPU macros, e.g. THREAD_ID, GRID_SIZE
Changed
- Much better handling of removal of files created during testing
Fixed
- Bugfix that generates data.bin's correctly from npy files for performance testing (important)
- Explicit setting of omp # threads for performance testing
v1.0 release
Version 1.0 release associated with first submission of pyJac paper.
Added
- pyJac is now a python package
- pyJac now posesses the ability to create a static/shared library for a mechanism (for external linkage)
- documentation added
- examples added
Changed
- much better handling of CUDA compilation via cython
- pointers are now restricted where appropriate
- better Python 3 compatibility
Fixed
- other minor bugfixes
v0.9.1
This beta release is the first version that fully implements the new equations that incorporate the change of having the last mass fraction being set as one minus the sum of the others.
Full validation and performance testing / tweaking still to follow, but from limited testing everything is correct
Added
- First working / tested version of pyJac
v0.9-beta release
Release corresponding to WSSCI Fall 2015 meeting paper presentation. Multiple mechanisms tested, including those with third-body and falloff reactions (Lindemann & Troe formulations). Pressure-dependent reaction formulations (Chebyshev, pressure-log) supported but not fully tested.