GroupSlices registration, or alternatives

I use GroupSlices.jl , but it would be more convenient if the package were registered. Should I just submit a PR to Metadata for this?

Or alternatively, is there another package I should be using? In something I’m writing I use it to get what is to unique as sortperm is to sort.

There’s an open PR to fix minor 0.6 warnings:
https://github.com/AndyGreenwell/GroupSlices.jl/pull/6

I usually open an issue first if I want a package to be registered.

However, the package you mention hasn’t been touched in 10 months, which is borderline abandonware for Julia. The polite thing to do would be asking the author if he intends to maintain it, then if not, fork and take over if you think it is worthwhile.

OK, thanks for the thoughts.

Perhaps I will check how much effort is needed for 0.7 before volunteering…