Skip to content

Releases: perrutquist/StaticNumbers.jl

v0.4.0

12 Apr 15:12
baae4ce
Compare
Choose a tag to compare
minor release

v0.3.3

22 Jun 16:06
Compare
Choose a tag to compare

StaticNumbers v0.3.3

Diff since v0.3.2

Merged pull requests:

  • Fix at-stat; do not assume maybe_static to exist (#9) (@tkf)

v0.3.2

17 Feb 16:05
Compare
Choose a tag to compare

StaticNumbers v0.3.2

Diff since v0.3.1

Closed issues:

  • Size() ambiguity (#8)

Merged pull requests:

v0.3.1

26 Jan 19:21
v0.3.1
Compare
Choose a tag to compare

v0.3.0

19 Jan 21:58
v0.3.0
Compare
Choose a tag to compare

v0.2.2

13 Jan 09:46
v0.2.2
3e4d1d8
Compare
Choose a tag to compare

v0.2.2 (2020-01-13)

Diff since v0.2.1

Closed issues:

  • setindex(::Tuple, _, ::StaticInteger) is not fully inferred (#5)

Merged pull requests:

  • Make setindex(::Tuple, _, ::StaticInteger) inferrable (#6) (tkf)

v0.2.1

01 Jan 20:10
v0.2.1
Compare
Choose a tag to compare

v0.2.0

31 Dec 10:09
v0.2.0
Compare
Choose a tag to compare

v0.1.3

21 May 06:24
v0.1.3
Compare
Choose a tag to compare

Commits

  • Add 0.7 to compat, to get rid of warning (4ec7345)
  • Add compat section to project file (f7e4d48)
  • Fix for pi ^(-1) (ad7b4e5)
  • Fix package UUID (2b5ad36)
  • Remove Manifest.toml from repository (51c2baf)
  • more test numbers, bump minor version (63b6314)

This changelog was automatically generated, and might contain inaccuracies.

Julia 1.1 compatible

19 Dec 10:53
cbf5046
Compare
Choose a tag to compare

This release incorporates fixes by Jeff Bezanson, making the package compatible with the upcoming Julia 1.1 release. See: JuliaLang/julia#30374