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)