Skip to content

Releases: perrutquist/Zeros.jl

v0.3.0

17 Aug 16:15
Compare
Choose a tag to compare

This release introduces the aliases 𝟎 and 𝟏, as shorthand for Zero() and One(), respectively.

v0.2.2

29 Jun 09:06
Compare
Choose a tag to compare

Zeros v0.2.2

Diff since v0.2.1

Closed issues:

  • Possible to add log and exp support? (#6)
  • Common supertype for One and Zero? (#7)

v0.2.1

25 Jun 17:05
Compare
Choose a tag to compare

Zeros v0.2.1

Diff since v0.2.0

v0.2.0

24 Jun 07:06
Compare
Choose a tag to compare

Zeros v0.2.0

Diff since v0.1.0

Closed issues:

  • Limited scope (#3)

Merged pull requests:

Compatible with Julia 0.6 and 0.7

11 Jul 09:43
Compare
Choose a tag to compare

This release makes the package compatible with Julia 0.7, while keeping compatibility with 0.6, and dropping 0.5

There are some changes in datatypes:

Zero is now a subtype of Integer, instead of Real, which should make it compatible with more functions.
Complex{Zero} is no longer used. Instead, trying to create a Complex where the real part is Zero will result in a Real.

(Minor releases up to v1.0.0 may introduce breaking changes.)