Skip to content

Releases: JuliaMath/Tau.jl

v2.0.1

28 Jul 21:01
a74455e
Compare
Choose a tag to compare

Tau v2.0.1

Diff since v0.2.0

Merged pull requests:

Closed issues:

  • Tests failing in julia nightly (#26)
  • Package compatibility caps (#34)
  • Missing sincostau (#39)
  • TagBot trigger issue (#41)
  • Missing cistau (#42)
  • Document the functions (#43)

v0.2.0: Merge pull request #32 from donm/support-julia1.0

02 Feb 18:44
0164fd3
Compare
Choose a tag to compare

v0.1.1

28 Jun 15:00
Compare
Choose a tag to compare

Changes in this version:

  • Enabled precompilation (#18)
  • Dropped support for Julia 0.4 (#19, #21)
  • Added more documentation to the README,
    and add a new document explaining the tau vs. pi inequality (#27)
  • Brought test coverage to 100% (#15, #19)

Detailed list of commits going into this release: v0.1.0...v0.1.1

Release published on JuliaLang/METADATA.jl#10006

v0.1.0

07 Jan 11:12
Compare
Choose a tag to compare

This version restores compatibility with Base, after the MathConst --> Irrational change (JuliaLang/julia#11922), and makes the tests pass again.

Detailed list of commits going into this release: v0.0.3...v0.1.0

Release published on JuliaLang/METADATA.jl#7488

v0.0.3

07 Jul 19:06
Compare
Choose a tag to compare

Three new methods have been added: sintau, costau and modtau, based on the sinpi, cospi and mod2pi methods from Base.

Additionally, the code has been streamlined by reusing the @math_cost macro from Base, rather than recreating it.

Detailed list of commits going into this release: v0.0.2...v0.0.3

Release published on JuliaLang/METADATA.jl#1081

v0.0.2

06 Jan 10:20
Compare
Choose a tag to compare

Adds BigFloat compatibility.

Detailed list of commits going into this release: v0.0.1...v0.0.2

Release published on JuliaLang/METADATA.jl#1065

v0.0.1

06 Jan 11:14
Compare
Choose a tag to compare

Initial version of the Tau.jl package. This release simply provides a definition of the τ constant of type MathConst, with value 6.2831853071795864769, as well as an alias tau for it.
The constant conforms to the test tau == 2pi.

Detailed list of commits going into this release: 67a1e95...v0.0.1

Release published on JuliaLang/METADATA.jl#1048