0.1.0a2
Pre-release
Pre-release
A few critical bug fixes:
0 >> r
would be interpreted asReaction(Species('r'), Species('nothing')
, instead of the correctReaction(Species('nothing'), Species('r')
. That is, the0
was always a product when used in a reaction.r + r >> b
would be interpreted asr >> b
, since species are keys in adict
.