Primes.jl Versions Save

Prime numbers in Julia

v0.5.6

2 months ago

Primes v0.5.6

Diff since v0.5.5

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:

  • Clarify isprime documentation (#136)
  • The iterator eachfactor is not type-stable (#151)

v0.5.5

6 months ago

Primes v0.5.5

Diff since v0.5.4

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:

  • I would like to re-use Primes.Factorization for polynomials (#126)
  • Documentation on website is outdated (#134)
  • factor(SafeInt128(8)) returns an error (#145)

v0.5.4

10 months ago

Primes v0.5.4

Diff since v0.5.3

Closed issues:

  • make factor fast for small integers by memoizing (#112)
  • isprime(n) allocates (#125)

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

1 year ago

Primes v0.5.3

Diff since v0.5.2

Closed issues:

  • Performance regression in isprimes (#46)
  • Small mod for correct "factorization of products" (#58)

Merged pull requests:

  • simpler and slightly faster factorization (#114) (@oscardssmith)
  • WIP: increase speed of Factorization objects (#115) (@oscardssmith)
  • switch PRIMES to MIN_FACTOR (#117) (@oscardssmith)
  • Add eachfactor iterator (#118) (@oscardssmith)
  • update version (#121) (@oscardssmith)

v0.5.2

2 years ago

Primes v0.5.2

Diff since v0.5.0

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 of factor (#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

3 years ago

v0.4.0

5 years ago

v0.3.0

6 years ago

v0.2.0

6 years ago

v0.1.3

7 years ago