On Tuesday, March 8, 2016 at 4:33:59 AM UTC-6, Edward K. Ream wrote: > Expect 5.2 b1 this Friday, and 5.2 final about a week later...
B1 is certainly on for this Friday. If we can get the extra redraw bug fixed we could even contemplate releasing 5.2 final without a beta release. > The only remaining official bug targeted for 5.2 is #213 <https://github.com/leo-editor/leo-editor/issues/213>. Fixed at rev 355c0c9de. The fix was so simple: just use default arguments to connect_qtconsole. The preliminaries were at least as important as the fix itself: 1. Modernized the imports, removing support for legacy imports. Imo, it would be unwise to support ancient imports now. 2. Added logging methods. This makes it possible to understand and debug the code in leoIPython.py. Furthermore... 3. Leo's --debug option enables more verbose IPython logging. This is a nifty feature that reveals the workings of the Jupyter kernel. EKR -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
