Combinatorics v1.1.0
What's Changed
feat
- Add Derangements by @FedericoStra in #150
- Allow calling
stirlings1andstirlings2withIntegerarguments by @FedericoStra in #193 - Add
multiset_permutationsmethod that doesn't require length by @oscardssmith in #164
bugfix
- Bugfix: include empty combination by @Stivanification in #129
- Bugfix: let
integer_partitions(0) == [Int[]]by @inkydragon in #179
performance
- Optimize
permutationswith low effort (no change in algorithm) by @FedericoStra in #184 - Optimize
permutationsby implementing it viamultiset_permutationsby @FedericoStra in #186
docs
- doc: add more examples and test for
partitionsby @inkydragon in #181
ci
- ci: workaround for tagbot permissions by @inkydragon in #183
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #198
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #202
- ci: use
macos-15-intelby @inkydragon in #203
New Contributors
- @oscardssmith made their first contribution in #164
- @Stivanification made their first contribution in #129
Full Changelog: v1.0.3...v1.1.0