Skip to content

chemsolve v1.8.2

Compare
Choose a tag to compare
@amogh7joshi amogh7joshi released this 21 Mar 21:46
· 28 commits to master since this release

This version improves error raising and traceback in the library. Specifically, invalid element names passed to the Element class will now raise an appropriate InvalidElementError as opposed to an IndexError by the periodic table, and the Reaction.from_string method now raises an InvalidReactionError rather than a ValueError.