Conversation
|
@QuLogic does this fix your issue? |
Current coverage is 81.40%@@ master #190 diff @@
==========================================
Files 8 8
Lines 527 527
Methods 0 0
Messages 0 0
Branches 99 99
==========================================
Hits 429 429
Misses 98 98
Partials 0 0
|
3 similar comments
|
Yep, seems to work fine. Would be nice if the |
|
can you post the |
|
On IPython 4 there is no futurewarning. What version of IPython are you running @QuLogic please? /EDIT: sorry it was written in the title of the issue #187. So it was IPython 3. I'm not sure we can do something about it, IIRC, IPython 3 started to output these messages whenever you used ipywidgets because it was in the process of being separated into its own library. |
|
Yes, that's right it's IPython 3 with the warning |
|
Ah yes so in this case I'm not sure we can or should do anything about it. First because I'm not sure how IPython issues the warnings (normally they should be suppressed by default for the end users, except if you change filters. But if they don't use the Anyway this does not hamper the functioning of tqdm, and the latest versions of IPython suppressed these warnings. Ah, the joy of managing cascaded deprecation warnings... See also the discussion at #192. |
attempt to fix aliased imports as per #187