OverflowContexts v0.2.7
Minor changes
- Add
saturating
mode, where values accumulate at the maximum and minimum value of the type - Add support for rewriting broadcasted operators and array addition/subtraction/negation
Merged pull requests:
- Add saturating integer math (#7) (@BioTurboNick)
- Handle broadcasted operators (#12) (@BioTurboNick)
- Handle elementwise array math (#13) (@BioTurboNick)
- Add saturating array methods, which was overlooked by #7 (#15) (@BioTurboNick)
Closed issues:
- Handle broadcasted operators, vector operations? (#11)