v4.3.2
- fix
Mod
instances not being comparable toModCombination
instances (egMod("DT") == Mod.DT
wasFalse
and is nowTrue
) - fix mod initialization from strings not adding
DT
(orSD
) when parsingNC
(PF
) - add
Mod
/ModCombination
tests
Mod
instances not being comparable to ModCombination
instances (eg Mod("DT") == Mod.DT
was False
and is now True
)DT
(or SD
) when parsing NC
(PF
)Mod
/ ModCombination
tests