**Changes**: The *fromFormula* and *fromCombustion* methods have been added to the Compound and Reaction classes, respectively, as classmethods to use instead of the *FormulaCompound* and *CombustionTrain* classes.
*Note*: Changes are currently still backwards-compatible, the FormulaCompound and CombustionTrain classes are still usable with regular features. However, in version 2.0.0, they will be removed.
In addition:
1. The addition of the molecules attribute for elements and compounds.
2. The relative methods used for CombustionTrain and FormulaCompound implemented as utilities for future use.
3. New warnings for to-be deprecated classes.