gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 82 forks source link

Networkx 2.0 compatibility fix by @Erotemic #75

Closed ewels closed 7 years ago

ewels commented 7 years ago

Fix suggested by @Erotemic in #73.

I'm the author of a tool that was affected by this problem through a web of several dependencies, see https://github.com/ewels/MultiQC/pull/561

Thanks!

Phil

gtaylor commented 7 years ago

Thanks, @ewels!

Fixes #73.

ewels commented 7 years ago

Hi @gtaylor,

Any idea when the next release will go out? It would be great if this fix could hit PyPI before nextworkx 2.0 comes out of beta..

Phil

ewels commented 6 years ago

Hi @gtaylor,

The new networkx 2.0 release is now live, so all installations of colormath (and downstream tools) will now be broken until the next release goes out..

Let me know if there's anything that I can do to help!

Cheers,

Phil

Erotemic commented 6 years ago

Thanks for merging this for me!

Jaza commented 6 years ago

Hi @gtaylor, new release of colormath would be great, latest stable (2.1.1) is broken on CircleCI due to this problem.