Releases: JuliaMath/IrrationalConstants.jl
Releases · JuliaMath/IrrationalConstants.jl
v0.2.4
IrrationalConstants v0.2.4
v0.2.3
IrrationalConstants v0.2.3
Merged pull requests:
- enable dependabot for GitHub actions (#25) (@ranocha)
- Bump actions/checkout from 2 to 3 (#26) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#28) (@dependabot[bot])
- CI: Upgrade to CompatHelper v3 (#29) (@DilumAluthge)
- Bump codecov/codecov-action from 3 to 4 (#31) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#32) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#33) (@dependabot[bot])
- readme: note that some constants are not known to be irrational (#34) (@nsajko)
- Fix tests and update with recent changes in Base (#36) (@devmotion)
- Bump codecov/codecov-action from 4 to 5 (#39) (@dependabot[bot])
Closed issues:
v0.2.2
IrrationalConstants v0.2.2
Closed issues:
- Exact results for triangular functions (#20)
Merged pull requests:
- Add trigonometric functions for special irrationals (#21) (@devmotion)
v0.2.1
v0.2.0
IrrationalConstants v0.2.0
Closed issues:
- Rename Irrationals.jl? (#4)
Merged pull requests:
- Test also Julia LTS (#16) (@devmotion)
- Create Invalidations.yml (#17) (@ranocha)
- Use singleton types and custom
@irrational
macro (#19) (@devmotion)
v0.1.1
IrrationalConstants v0.1.1
Merged pull requests:
- Adds
logten
andinvsqrtπ
(#6) (@torfjelde) - Use
mpfr_const_log2
(#9) (@devmotion) - Fix
inv(sqrt(pi))
and add missing exports (#11) (@devmotion)
v0.1.0
IrrationalConstants v0.1.0
Merged pull requests:
- Initial list of constants copied from StatsFuns (#3) (@devmotion)