Releases: perrutquist/Zeros.jl
Releases · perrutquist/Zeros.jl
v0.3.0
v0.2.2
Zeros v0.2.2
Closed issues:
v0.2.1
Zeros v0.2.1
v0.2.0
Zeros v0.2.0
Closed issues:
- Limited scope (#3)
Merged pull requests:
- Install TagBot as a GitHub Action (#5) (@JuliaTagBot)
Compatible with Julia 0.6 and 0.7
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.)