scheinerman / Permutations.jl

Permutations class for Julia.
Other
51 stars 14 forks source link

Add CoxeterGenerator, CoxeterDecomposition #11

Closed dlfivefifty closed 6 years ago

dlfivefifty commented 6 years ago

This PR adds CoxeterGenerator, CoxeterDecomposition

It also deprecates some of the un-julian code: E.g., use Matrix(p) instead of matrix(p).

scheinerman commented 6 years ago

I accepted the pull request and tagged a new version ... but somehow this isn't updating on my computer. Can you please tell me what to do? (Sorry ... all this git and version stuff has me mystified.)

dlfivefifty commented 6 years ago

The tag won't register until it's been merged into METADATA: https://github.com/JuliaLang/METADATA.jl/pull/13712

In the meantime, just do Pkg.checkout("Permutations") to get the master branch.

scheinerman commented 6 years ago

Nothing for me to do then ... right? Just wait for METADATA to catch up?

scheinerman commented 6 years ago

It's now live. It needs a bit of work: (1) Documentation (in README and in REPL help) and (2) a more human-readable output. I'll see if I can do that "soon".