Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@inkydragon inkydragon released this 03 May 14:15
· 9 commits to master since this release
7afa48d

Combinatorics v1.0.3

What's Changed

Bugfix

  • Update factorials.jl to handle the 0 and 1 condition #107
  • Check overflow in multinomial #172

Performance

  • faster permutations, based on what rdeits suggested #122
  • inline iterate method to avoid allocations #148
  • Improve performance of derangement/subfactorial with iterative implementation #146
  • Make multiexponents type stable #136
  • Improve factorial(n, k) performance for BigInt #149

docs

  • narana and prevprod tweaks #115
  • fix: documentation of multiset_permutations #141
  • doc: add examples for permutations.jl #173
  • doc: fix typo in levicivita doc #180

Others

  • Remove undef symbol gamma #178
  • Routine CI Maintenance and Cleanup
    • Update README.md #106
    • Add install instructions #111
    • Setup Documenter #112
    • MassInstallAction: Install the CI workflow on this repository #102
    • enable dependabot for GitHub actions #131
    • MassInstallAction: Install the CompatHelper workflow on this repository #145
    • ci: fix doc deploy #153
    • README: Update readme badge #154
    • Test on latest Julia release as well #144
    • ci: reopen doctest #159
    • ci: update CI workflow #160
    • ci: use codecov token #161
    • ci: run julia with default arch #174

Full Changelog: v1.0.2...v1.0.3