Hi,

I just wanted to mention that while working on the linear algebra, etc.,  
in SAGE
tonight, I got tired of waiting for the nice new Pyrex-relatd features  
several people
have talked with me about.  So I completely implemented some of them:

            * foo?? now gives the source code of foo now, even if foo is  
defined
              in Pyrex.
              The source code brick wall you get when you hit Pyrex code in  
the
              interpreter is gone.   I did this by adding a new feature to  
Pyrex
              (via a command line option) so it embeds source file  
information in
              docstrings. This is really nice.

            * Automatic dependency resolution.  If you modify a Pyrex file  
(a pyx, pxd
              or pxi file), then all files that depend on that file are  
also rebuilt.

Unfortunately, I really can't release anything right now since there are a  
lot of
issues with my current working tree.

  -- William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to