author | primal primal007@gmail.com |
Sun, 04 Dec 2011 00:16:07 +0530 | |
branch | 2011 |
changeset 503 | 2fd1aa38924e |
parent 459 | 6cd2a8ce6662 |
permissions | -rw-r--r-- |
73
05e834df29ff
Added split schedule for tutorial and sprint.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
1 |
{% extends "base.html" %} |
05e834df29ff
Added split schedule for tutorial and sprint.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
2 |
{% block content %} |
454 | 3 |
<h1>SciPy.in 2011 Sprint Schedule</h1> |
4 |
<h2>Day 5, Thursday, December 8th, 2011 </h2> |
|
5 |
<h2>Topics</h3> |
|
6 |
<ol> |
|
7 |
<li>Changing Mayavi/TVTK to use VTK's "new" pipeline.</li> |
|
8 |
<ul> |
|
9 |
<li>Mayavi currently uses VTK's old pipeline structure and this is to be |
|
10 |
deprecated in future VTK releases. This is important for the future |
|
11 |
of Mayavi.</li> |
|
12 |
<li>See <a href="http://www.vtk.org/Wiki/VTK/Tutorials/New_Pipeline">here</a></li> |
|
13 |
<li>This change will be invasive and will require a fair bit of work. You |
|
14 |
will need to know VTK fairly well and also Traits and Mayavi. |
|
15 |
</li> |
|
16 |
<li>Documentation on Traits, Mayavi and Envisage are available from <a href="http://github.enthought.com/">here</a></li> |
|
17 |
</ul> |
|
18 |
<br /><br /> |
|
19 |
<li>Improving PyQt/PySide support.</li> |
|
20 |
<ul> |
|
21 |
<li>Mayavi's support for PyQt/Pyside is not tested and doesn't work |
|
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> |
|
459
6cd2a8ce6662
changed a bit on the sprint page
Parth buch <parth.buch.115@gmail.com>
parents:
454
diff
changeset
|
30 |
<p>Please contact Puneeth <puneeth [at] enthought.com> or Pankaj <pankaj [at] enthought.com> to register and know more about the sessions</p> |
73
05e834df29ff
Added split schedule for tutorial and sprint.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff
changeset
|
31 |
{% endblock content %} |