Combinatorics v1.0.3
What's Changed
Bugfix
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