Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-03 | 1.4 kB | |
v1.0.3 source code.tar.gz | 2025-05-03 | 21.6 kB | |
v1.0.3 source code.zip | 2025-05-03 | 31.6 kB | |
Totals: 3 Items | 54.7 kB | 1 |
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: https://github.com/JuliaMath/Combinatorics.jl/compare/v1.0.2...v1.0.3