Zeros v0.4.0
Breaking changes
muladdandfmanow also propagateZeros (muladd(::Zero, ::Number, ::Zero) === Zero()).Zero()^nwith literal exponents (when code lowers toBase.literal_pow) will return eitherOne()orZero(), as opposed to the previous behaviour of returning aBool. Nevertheless, the function is still inferable.
Merged pull requests:
- Added enough
muladdmethods to propagateZeros.Zero()(#10) (@favba) - Update CI infrastructure to use github actions (#13) (@favba)
- Fix issue #11 (#14) (@favba)
Closed issues: