| 16 | |
| 17 | == State of Play == |
| 18 | This section records what the Repa developers are actively working on. If you're hacking on something Repa related then by all means add yourself here. Records are dropped off if they haven't been updated for more than a month. |
| 19 | |
| 20 | Ben (benl23) -- updated 28th April 2010 |
| 21 | |
| 22 | * The first version has just been released, and I'm working on getting the trac set up. |
| 23 | * I'm loading all outstanding issues into the tracker, and will put up pictures showing the output of some of the examples. |
| 24 | * I'm planning to split the core of the example programs into repa-algorithms, so they're easier to reuse. |
| 25 | * I need to use a better image format than ASCII PPM for the Laplace and FFT examples. Reading and writing >10k ASCII doubles is very slow. |
| 26 | * I'll also add some more examples. I've got QR decomposition and a fluid flow solver in mind. |
| 27 | |
| 28 | |