|
4 | 4 | Release Notes |
5 | 5 | ************* |
6 | 6 |
|
| 7 | +RMG-Py Version 2.1.0 |
| 8 | +==================== |
| 9 | +Date: March 07, 2017 |
| 10 | + |
| 11 | +- Clar structure generation |
| 12 | + - optimizes the aromatic isomer representations in RMG |
| 13 | + - lays the foundations for future development of poly-aromatic kinetics reaction families |
| 14 | + |
| 15 | +- Flux pathway analysis |
| 16 | + - introduces an ipython notebook for post-generatation pathway analysis (``ipython.mechanism_analyzer.ipynb``) |
| 17 | + - visualizes reactions and provides flux statistics in a more transparent way |
| 18 | + |
| 19 | +- Cantera mechanism |
| 20 | + - automatically writes cantera version of RMG-generated mechanism at the end of RMG jobs |
| 21 | + |
| 22 | +- Fixes bugs |
| 23 | + - upgrades ``pruning`` to fix new memory leaks introduced by recent functionalities |
| 24 | + - fixes the bug of duplicated species creation caused by ``getThermoData`` removing isomers unexpectedly |
| 25 | + - fixes restart file generation and parsing problems and users can choose restart mode again |
| 26 | + - upgrades bicyclic decomposition method such that more deterministic behaviors are ensured |
| 27 | + - change bond order type to float from string to improve RMG's symmetry calculation for species with multiple resonance structures |
| 28 | + |
| 29 | +RMG-database Version 2.1.0 |
| 30 | +========================== |
| 31 | +Date: March 07, 2017 |
| 32 | + |
| 33 | +- Several new kinetics libraries added |
| 34 | + - FFCM-1 |
| 35 | + - JetSurF 0.2 |
| 36 | + - Chernov_aromatic_only |
| 37 | + - Narayanaswamy_aromatic_only |
| 38 | + - 1989_Stewart_2CH3_to_C2H5_H |
| 39 | + - 2005_Senosiain_OH_C2H2 |
| 40 | + - 2006_Joshi_OH_CO |
| 41 | + - C6H5_C4H4_Mebel |
| 42 | + - c-C5H5_CH3_Sharma |
| 43 | + |
| 44 | +- Several new thermochemistry libraries added |
| 45 | + - FFCM-1 |
| 46 | + - JetSurF 0.2 |
| 47 | + - Chernov_aromatic_only |
| 48 | + - Narayanaswamy_aromatic_only |
| 49 | + |
| 50 | +- Improved kinetics tree accessibility |
| 51 | + - adds database tests ensuring groups in the tree to be accessible |
| 52 | + - improves definitions of group structures in the kinetics trees to ensure accessibility |
| 53 | + |
| 54 | +- New oxygenates thermo groups are added based Paraskeva et al. |
| 55 | + |
| 56 | +- Improved database tools |
| 57 | + - ``convertKineticsLibraryToTrainingReactions.ipynb`` now can visualize groups of matched rate rules that training reactions hit |
| 58 | + - ``exportKineticsLibrarytoChemkin.py`` and ``importChemkinLibrary.py`` add more logging information on reaction sources |
| 59 | + |
| 60 | + |
7 | 61 | RMG-Py Version 2.0.0 |
8 | 62 | ==================== |
9 | 63 | Date: September 16, 2016 |
|
0 commit comments