Releases: timholy/Ratios.jl
Releases · timholy/Ratios.jl
v0.4.5
What's Changed
- Implement
isinteger
by @MilesCranmer in #34
New Contributors
- @MilesCranmer made their first contribution in #34
Full Changelog: v0.4.4...v0.4.5
v0.4.4
What's Changed
- enable dependabot for GitHub actions by @ranocha in #28
- Bump actions/cache from 1 to 3 by @dependabot in #31
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #30
- Bump actions/checkout from 2 to 3 by @dependabot in #29
- use an extension for FixedPointNumbers by @KristofferC in #32
New Contributors
- @ranocha made their first contribution in #28
- @dependabot made their first contribution in #31
- @KristofferC made their first contribution in #32
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.2
v0.4.1
Ratios v0.4.1
Closed issues:
- Enhance promotion of SimpleRatio to work with FixedPointNumbers (#18)
Merged pull requests:
v0.4.0
Ratios v0.4.0
Closed issues:
- isfinite error (#11)
Merged pull requests:
- make work with Base.decompose and isfinite (#12) (@taylormcd)
- Install TagBot as a GitHub Action (#13) (@JuliaTagBot)
- REQUIRE -> Project.toml (#14) (@timholy)
Ratios 0.3.1
- support
isfinite
(#12)
Support 0.7
Fix deprecation Warnings on 0.7 (#10) * Femtocleaning * Change OverflowError of negative unsigned Ratios to same error as Rationals * Change julia version in .travis.yml to 0.7 * Make compatible with julia 0.6 Add Compat 0.33 as a requirement.
Bump julia version and add precompilation
v0.2.0 Bump minimum Julia version
Bump versions
Merge pull request #8 from timholy/teh/versions Update julia version information