scikit-learn-contrib / lightning

Large-scale linear classification, regression and ranking in Python
https://contrib.scikit-learn.org/lightning/
1.73k stars 214 forks source link

new release #96

Closed kmike closed 8 years ago

kmike commented 8 years ago

Hey,

What do you think about making a new release? Is there anything blocking it?

fabianp commented 8 years ago

I don't think there has been much activity since last release. Is there something that would justify a new release?

On Oct 28, 2016 3:18 PM, "Mikhail Korobov" notifications@github.com wrote:

Hey,

What do you think about making a new release? Is there anything blocking it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scikit-learn-contrib/lightning/issues/96, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ8hzhMqpWEzhPADVTQG06drPvIs3HQks5q4fYxgaJpZM4Kjbey .

kmike commented 8 years ago

Nothing big; I want to add lightning support to https://github.com/TeamHG-Memex/eli5 library, and it requires classes_ attribute which is new in master. Installing from git works fine, but it is nice to point to a release.

fabianp commented 8 years ago

OK cool. I need to fix a couple of things and I'll make a release next week.

On Fri, Oct 28, 2016 at 8:03 PM, Mikhail Korobov notifications@github.com wrote:

Nothing big; I want to add lightning support to https://github.com/TeamHG- Memex/eli5 library, and it requires classes_ attribute which is new in master. Installing from git works fine, but it is nice to point to a release.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/scikit-learn-contrib/lightning/issues/96#issuecomment-256988089, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQ8h6GHmUBjaGUVUswzDEFXqtcMxg39ks5q4jj5gaJpZM4Kjbey .

fabianp commented 8 years ago

This is done, the new package is in pypi and its also slowly hitting conda-forge

kmike commented 8 years ago

Thanks @fabianp!