Thanks Kevin. Sure. I’d be happy to do so. In a sense, this was a little project for me to learn how to work in Julia and practice for a more extensive package I’m doing for SimpleGraphs (that is not quite ready for prime time). What do I need to do to be “in compliance”?
Best, Ed On Jul 24, 2014, at 2:06 PM, Kevin Squire <[email protected]> wrote: > Dear Ed, > > Thank you for announcing this! I don't have any projects right now that need > permutations, but I have in the past, and while there is some support for > permutations in mainline Julia, permutations as a data type are definitely > useful! > > I'm wondering if you're interested in creating an official package out of > this? It would require a few small changes to follow Julia conventions, but > would make it easier for people to test. What do you think? > > Cheers! > Kevin > > On Thursday, July 24, 2014, Ed Scheinerman <[email protected]> > wrote: > Dear all, > > I've created a Permutation data type for Julia. A Permutation object > represents a permutation of a finite set of the form {1,2,...,n}. Operations > include composition and inverses. Output is in disjoint cycle format. I hope > someone finds this useful. > > It's available for download from github: > > https://github.com/scheinerman/Permutation.git > > but all you need is the file "permutation.jl" (attached) and the brief > instructions "permutation.pdf" (also attached). > > -Ed Scheinerman > >
