[scikit-learn] Github project management tools

Tim Head betatim at gmail.com
Mon Sep 19 10:11:56 EDT 2016


On Mon, Sep 19, 2016 at 4:06 PM Joel Nothman <joel.nothman at gmail.com> wrote:

> I think it would be worth trying to have a rough *priority ranking for
> things we'd like to see in 0.19*. However the Github Milestones feature
> is a bit crippled in UI: you can rank issues, but cannot filter by anything
> but open/closed, so for instance cannot see bugs and non-bugs separately.
> Perhaps Projects come to supersede that, although I think they work best
> for small-scale sprints rather than release-level milestones. And you
> cannot search sorted by milestone priority.
>

You can use the search text field to build complex queries like this:

https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aissue+is%3Aopen+milestone%3A0.18+label%3ABlocker

I once had a nice set of example queries but seem to have lost it so the
best docs I can point to is:
https://help.github.com/articles/searching-issues/

HTH,
T
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20160919/4ec2c0b1/attachment.html>


More information about the scikit-learn mailing list