Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Oct 19:12

Zeros v0.4.0

Diff since v0.3.0

Breaking changes

  • muladd and fma now also propagate Zeros (muladd(::Zero, ::Number, ::Zero) === Zero()).
  • Zero()^n with literal exponents (when code lowers to Base.literal_pow) will return either One() or Zero(), as opposed to the previous behaviour of returning a Bool. Nevertheless, the function is still inferable.

Merged pull requests:

  • Added enough muladd methods to propagate Zeros.Zero() (#10) (@favba)
  • Update CI infrastructure to use github actions (#13) (@favba)
  • Fix issue #11 (#14) (@favba)

Closed issues:

  • muladd Doesn't propagate Zeros.Zero()s (#9)
  • to_power_type does not exist any more in Base (#11)
  • Package status (#12)