You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be good to have this in Sage. As well as bugfixes and better error reporting, the really nice improvement is the ability to profile Cython code with cProfile and friends. (It's not on by default yet, use the cython.profile directive to enable it for a given module/function).
All doctests pass after applying the patch, which merely fixes some previously uncaught bugs (useless dead code).
Just released Cyton 0.11.3.
http://groups.google.com/group/cython-users/browse_thread/thread/a63639d3246bcf48
It would be good to have this in Sage. As well as bugfixes and better error reporting, the really nice improvement is the ability to profile Cython code with cProfile and friends. (It's not on by default yet, use the cython.profile directive to enable it for a given module/function).
All doctests pass after applying the patch, which merely fixes some previously uncaught bugs (useless dead code).
Component: packages: standard
Author: Robert Bradshaw
Reviewer: Mike Hansen
Merged: sage-4.3.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/7023
The text was updated successfully, but these errors were encountered: