1 {% extends "base.html" %} |
1 {% extends "base.html" %} |
2 {% block content %} |
2 {% block content %} |
3 <h1>SciPy.in 2009 Sprint Schedule</h1> |
3 <h1>SciPy.in 2011 Sprint Schedule</h1> |
4 <h2><strong>Plan for the sprint is present here: </strong><br /></h2> |
4 <h2>Day 5, Thursday, December 8th, 2011 </h2> |
5 <a href="http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en">http://docs.google.com/Doc?docid=0AS2YT-YIi2aKZGM4OWt4OHNfNGQ0ZjZxc2No&hl=en</a> |
5 <h2>Topics</h3> |
6 <br /><br /> |
6 <ol> |
7 <h2>Wireless WEP hex key-phrase for access point "space": 8a61fcbcf9</h2> |
7 <li>Changing Mayavi/TVTK to use VTK's "new" pipeline.</li> |
8 <br /> |
8 <ul> |
9 <h2>Day 5, Wednesday, December 16th, 2009 and</h2> |
9 <li>Mayavi currently uses VTK's old pipeline structure and this is to be |
10 <h2>Day 6, Thursday, December 17th, 2009</h2> |
10 deprecated in future VTK releases. This is important for the future |
11 <table class="list-all-talks"> |
11 of Mayavi.</li> |
12 <tr> |
12 <li>See <a href="http://www.vtk.org/Wiki/VTK/Tutorials/New_Pipeline">here</a></li> |
13 <th class="speaker"><h4>Time</h4></th> |
13 <li>This change will be invasive and will require a fair bit of work. You |
14 <th class="speaker"><h4>Event</h4></th> |
14 will need to know VTK fairly well and also Traits and Mayavi. |
15 <th class="speaker"><h4>Topics</h4></th> |
15 </li> |
16 </tr> |
16 <li>Documentation on Traits, Mayavi and Envisage are available from <a href="http://github.enthought.com/">here</a></li> |
17 <tr style="background-color: #90c9dc;"> |
17 </ul> |
18 <td>9:30AM onwards</td> |
18 <br /><br /> |
19 <td class="speaker" width="25%"><h4>Sprint</h4></td> |
19 <li>Improving PyQt/PySide support.</li> |
20 <td>Contribute to, hack on, develop, fix bugs of scipy/numpy</td> |
20 <ul> |
21 </tr> |
21 <li>Mayavi's support for PyQt/Pyside is not tested and doesn't work |
22 </table> |
22 properly. We will try to fix this if time permits. Requires |
|
23 knowledge of TraitsUI and PyQt/PySide.</li> |
|
24 </ul> |
|
25 </ol> |
|
26 |
|
27 <h2 id="sec-1"><span class="section-number-3"></span>Intended audience </h2> |
|
28 <p>These sprint sessions are for those who already have a through |
|
29 knowledge about the given topics and are willing to contribute to open source projects.</p> |
|
30 <p>For more information please contact Puneeth <puneeth [at] enthought.com> or Pankaj <pankaj [at] enthought.com> |
23 {% endblock content %} |
31 {% endblock content %} |