| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-12 | 2.0 kB | |
| v1.1.0 source code.tar.gz | 2025-12-12 | 23.7 kB | |
| v1.1.0 source code.zip | 2025-12-12 | 33.9 kB | |
| Totals: 3 Items | 59.6 kB | 0 | |
Combinatorics v1.1.0
What's Changed
- Version 1.1.0 by @timholy in https://github.com/JuliaMath/Combinatorics.jl/pull/200
feat
- Add Derangements by @FedericoStra in https://github.com/JuliaMath/Combinatorics.jl/pull/150
- Allow calling
stirlings1andstirlings2withIntegerarguments by @FedericoStra in https://github.com/JuliaMath/Combinatorics.jl/pull/193 - Add
multiset_permutationsmethod that doesn't require length by @oscardssmith in https://github.com/JuliaMath/Combinatorics.jl/pull/164
bugfix
- Bugfix: include empty combination by @Stivanification in https://github.com/JuliaMath/Combinatorics.jl/pull/129
- Bugfix: let
integer_partitions(0) == [Int[]]by @inkydragon in https://github.com/JuliaMath/Combinatorics.jl/pull/179
performance
- Optimize
permutationswith low effort (no change in algorithm) by @FedericoStra in https://github.com/JuliaMath/Combinatorics.jl/pull/184 - Optimize
permutationsby implementing it viamultiset_permutationsby @FedericoStra in https://github.com/JuliaMath/Combinatorics.jl/pull/186
docs
- doc: add more examples and test for
partitionsby @inkydragon in https://github.com/JuliaMath/Combinatorics.jl/pull/181
ci
- ci: workaround for tagbot permissions by @inkydragon in https://github.com/JuliaMath/Combinatorics.jl/pull/183
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/JuliaMath/Combinatorics.jl/pull/198
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/JuliaMath/Combinatorics.jl/pull/202
- ci: use
macos-15-intelby @inkydragon in https://github.com/JuliaMath/Combinatorics.jl/pull/203
New Contributors
- @oscardssmith made their first contribution in https://github.com/JuliaMath/Combinatorics.jl/pull/164
- @Stivanification made their first contribution in https://github.com/JuliaMath/Combinatorics.jl/pull/129
Full Changelog: https://github.com/JuliaMath/Combinatorics.jl/compare/v1.0.3...v1.1.0