Releases: JuliaMath/Tau.jl
v2.0.1
Tau v2.0.1
Merged pull requests:
- Fixes for julia 0.7/1.0 (#32) (@donm)
- README: update badges for 0.7 and 1.0 (#33) (@waldyrious)
- Install TagBot as a GitHub Action (#35) (@JuliaTagBot)
- MassInstallAction: Install the CI workflow on this repository (#36) (@timholy)
- add Project.toml, remove REQUIRE (#37) (@wookay)
- Use
IrrationalConstants
andsinpi
/cospi
(#40) (@devmotion) - Support IrrationalConstants 0.2 (#44) (@devmotion)
- Add
sincostau
(#45) (@devmotion) - Add
cistau
(#46) (@devmotion) - Add documentation (#47) (@devmotion)
- Update Github actions (#48) (@devmotion)
- enable dependabot for GitHub actions (#51) (@ranocha)
- Bump actions/checkout from 3 to 4 (#52) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#53) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#54) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#55) (@dependabot[bot])
- Make
tau-2pi.svg
dark-mode-friendly (#56) (@rwnobrega) - Bump version to 2.0.1 (#57) (@waldyrious)
- Add CODECOV_TOKEN to the corresponding GH Action (#58) (@waldyrious)
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)
Release published via JuliaRegistries/General#111640
v0.2.0: Merge pull request #32 from donm/support-julia1.0
Fixes for julia 0.7/1.0
v0.1.1
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
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
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
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
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