Releases: JuliaMath/Combinatorics.jl
Releases · JuliaMath/Combinatorics.jl
v1.0.2
v1.0.1
Combinatorics v1.0.1
Merged pull requests:
v1.0.0
v1.0.0 (2019-11-29)
Closed issues:
- Package compatibility caps (#72)
- depwarning (#66)
- first(permutations(first(combinations(1:2,0)))) type instability (#46)
- partitions does not seem to be type stable (#32)
- combinations performance (#30)
- stirling1 seems to be incorrect (#15)
Merged pull requests:
- Add a Project file, remove REQUIRE, declare version 1.0 (#88) (ararslan)
- Add partial derangements (#78) (Sedictious)
- readme: Remove reference to Base.combinations (#77) (cmcaine)
- Added Lobb and Narayana numbers (#76) (Sumegh-git)
- Make partitions type-stable (deconflicted) (#75) (mschauer)
- Corrected and optimized bellnum (#74) (mschauer)
- Give access to non-allocating combinations iterator (#73) (mschauer)
- Fix deprecations (#70) (femtocleaner[bot])
- nthperm(): Replace one
%=
by a-= remainder \* divisor
computed earlier (#55) (davidavdav) - Make partitions type-stable (#35) (ti-s)
- nthperm! argument checking (#14) (lmshk)
v0.7.0
v0.6.0
v0.5.0: Add multiexponents(m,n) for exponents of multinomial expansion (#57)
* Add multiexponents(m,n) for exponents of multinomial expansion * Implement iterator interface * Add comments * Refactor next(m::MultiExponents, s) * Fix indentation * Add tests for multiexponents() * Use immutable instead of struct because of Julia v0.5 * Add Julia v0.6 to Travis CI build * Avoid intermediate memory allocation in multiexponents * Refactor comments * Add URL for stars and bars technique