Skip to content

Tags: JuliaMath/Combinatorics.jl

Tags

v1.0.3


    

v1.0.2

## Combinatorics v1.0.2

[Diff since v1.0.1](v1.0.1...v1.0.2)



**Merged pull requests:**
- Remove stale dependency on Polynomials.jl (#94) (@jaakkor2)

v1.0.1

## Combinatorics v1.0.1

[Diff since v1.0.0](v1.0.0...v1.0.1)



**Merged pull requests:**
- Install TagBot as a GitHub Action (#90) (@JuliaTagBot)
- Bump Polynomials compat to include v0.7, v0.8 (#91) (@jaakkor2)
- Update version to v1.0.1 for tagging (#93) (@jaakkor2)

v1.0.0

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaMath/Combinatorics.jl/releases/tag/v1.0.0 for rel…

…ease notes

v0.7.0

Update Combinatorics for Julia 1.0 (#69)

* Update Combinatorics for 1.0

* Remove dependence on Compat

v0.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add powerset function (#63)

Fixes #11.

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

v0.4.1

Switch from Iterators.jl to IterTools.jl (#51)

v0.4.0

Updates for Julia 0.6 (#47)

v0.2.2

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Combinatorics v0.2.2 [92f47e4]