Releases: JuliaMath/Primes.jl
Releases · JuliaMath/Primes.jl
v0.5.6
Primes v0.5.6
Merged pull requests:
- changed documentation of isprime(n::Integer) -> Bool (#147) (@fepaul-book)
- MassInstallAction: Install the CompatHelper workflow on this repository (#148) (@DilumAluthge)
- Bump codecov/codecov-action from 3 to 4 (#149) (@dependabot[bot])
- fix code cov (#150) (@oscardssmith)
- fix
eachfactor
type stability (#152) (@oscardssmith) - Update version (#153) (@oscardssmith)
Closed issues:
v0.5.5
Primes v0.5.5
Merged pull requests:
- Set up GH Actions for CI and doc deployment (#135) (@fingolfin)
- Update Documenter version (#137) (@oscardssmith)
- Fix CI.yml (#138) (@fingolfin)
- divisors: add doctest filter (#140) (@fingolfin)
- Update title page of documentation (#141) (@fingolfin)
- Disable failing doctest (#142) (@fingolfin)
- relax version requirement for Documenter (#143) (@oscardssmith)
- Bump actions/checkout from 3 to 4 (#144) (@dependabot[bot])
- fix type-stability for factoring weird Integer types. (#146) (@oscardssmith)
Closed issues:
v0.5.4
Primes v0.5.4
Closed issues:
Merged pull requests:
- Divisors function (#124) (@adrsm108)
- suppressed Integer annotation on Factorization; fixed bug in calls of… (#127) (@jmichel7)
- enable dependabot for GitHub actions (#128) (@ranocha)
- use BPSW for primality testing (#129) (@oscardssmith)
- Bump version (#130) (@oscardssmith)
v0.5.3
Primes v0.5.3
Closed issues:
Merged pull requests:
- simpler and slightly faster factorization (#114) (@oscardssmith)
- WIP: increase speed of
Factorization
objects (#115) (@oscardssmith) - switch
PRIMES
toMIN_FACTOR
(#117) (@oscardssmith) - Add
eachfactor
iterator (#118) (@oscardssmith) - update version (#121) (@oscardssmith)
v0.5.2
Primes v0.5.2
Closed issues:
- factor a not very big number takes forever (#91)
- nextprime of a prime returns the same prime (#96)
- We need a new release tagged (#100)
Merged pull requests:
- remove REQUIRE, add [compat], upgrade version (#78) (@rfourquet)
- CI: test on julia 1.2, 1.3, and allow nightly failure (#79) (@rfourquet)
- Install TagBot as a GitHub Action (#81) (@JuliaTagBot)
- remove broken badge from the README (#85) (@rfourquet)
- Remove
isprime
from trial division part offactor
(#93) (@oscardssmith) - small typo correction (#95) (@Ricoter)
- Fix ys in Pollard's rho algorithm (#98) (@mlochbaum)
- update version (#101) (@oscardssmith)
- use
IntegerMathUtils
(#105) (@oscardssmith) - change Julia version ci (#106) (@oscardssmith)
- Use
===
over==
to compare nothing in runtests.jl (#107) (@ebb-earl-co) - Allow DataStructures v0.18 (#108) (@ChrisRackauckas)
- properly use deps (#109) (@oscardssmith)
- remove datastructures compat entry. (#110) (@oscardssmith)
v0.5.0
remove REQUIRE, add [compat], upgrade version (#78)
Version 0.4.0
v0.4.0 precompile is now the default