Size: 850
Comment:
|
← Revision 12 as of 2008-11-14 13:41:58 ⇥
Size: 855
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* [:/matrixdensenumpy: Create a Matrix_numpy_dense class in Sage] | * [[/matrixdensenumpy| Create a Matrix_numpy_dense class in Sage]] |
Line 6: | Line 6: |
* [:/numpyosx64: Get NumPy, SciPy & MatplotLib to build on 64-bit OS X] | * [[/numpyosx64| Get NumPy, SciPy & MatplotLib to build on 64-bit OS X]] |
Line 8: | Line 8: |
* [:/hnf2: Further optimize the implementation of Hermite Normal Form in Sage] | * [[/hnf2| Further optimize the implementation of Hermite Normal Form in Sage]] |
Line 10: | Line 10: |
* [:/mpznumpy: Create a prototype fast numpy matrix with mpz_t (GMP) entries] | * [[/mpznumpy| Create a prototype fast numpy matrix with mpz_t (GMP) entries]] |
Line 16: | Line 16: |
* [:/manipulate: Create manipulate functionality for notebook inspired by Traits and Mathematica] | * [[/manipulate| Create manipulate functionality for notebook inspired by Traits and Mathematica]] |
Sage Days 8 Coding Sprints
Further optimize the implementation of Hermite Normal Form in Sage
Create a prototype fast numpy matrix with mpz_t (GMP) entries
- weave cataloging mechanism for sharing with Sage %fortran, %cython, gpu kernels...
- making sage dtypes for better integration into numpy arrays
Create manipulate functionality for notebook inspired by Traits and Mathematica
- Code inlining tools to be shared between Sage and Scipy.
- _fast_float_ / numexpr
- Cython/weave, learn about the Cython/C++ bridge.
- Fix %timeit, %prun to respect preparser (in Ipython).
- Sage spkg for traits, chaco, etc.