Skip to content

Commit 27000b2

Browse files
committed
edits
1 parent 57e78f8 commit 27000b2

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

Diff for: index.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ layout: default
66

77
*What:* A workshop to bring together folks working on different
88
approaches to **high-performance compilation for Python**, to share
9-
experience, discuss future plans and common interests, and explore
10-
possible points of collaboration -- especially with regard to
11-
numerical/scientific programming.
9+
experience, discuss common interests, and start sketching out a
10+
roadmap for how the broader Python ecosystem can adapt to take maximal
11+
advantage of these new implementations.
1212

1313
*When and where:* **July 11-12, 2016** in **Austin, Texas**,
1414
co-located with the [SciPy 2016](http://scipy2016.scipy.org)
@@ -44,11 +44,12 @@ includes [PyPy](http://pypy.org/), [Numba](http://numba.pydata.org/),
4444
[Pythran](https://github.com/serge-sans-paille/pythran),
4545
[Pyjion](https://github.com/Microsoft/Pyjion),
4646
[Numexpr](https://github.com/pydata/numexpr),
47-
[HOPE](www.cosmology.ethz.ch/research/software-lab/HOPE.html), ...
47+
[HOPE](www.cosmology.ethz.ch/research/software-lab/HOPE.html),
48+
[GT-Py](https://software.intel.com/en-us/blogs/2016/03/22/gt-py-accelerating-numpy-programs-with-minimal-programming-effort)...
4849

4950
Now seems like a good time to compare notes! Plus there are lots of
5051
questions that seem like they could benefit from some cross-project
51-
collaboration. Our exact agenda will depend on participants interests,
52+
collaboration. Our exact agenda will depend on participants' interests,
5253
but here are some examples to give the flavor:
5354

5455
* If I wrap a C function using Cython/CFFI/SWIG/..., could there
@@ -125,14 +126,21 @@ outline their approaches and name some problems they're worrying
125126
about, and then switch to unconference mode.
126127

127128

128-
## Confirmed attendees
129+
## A partial list of confirmed attendees
129130

130-
TBD
131+
* Nathaniel Smith (NumPy)
132+
* Jonathan Rocher
133+
* Robert Cohn (Intel)
134+
* Kevin Modzelewski (Pyston)
135+
* Marius Wachtler (Pyston)
136+
* Maciej Fijalkowski (PyPy)
131137

132138

133139
## Sponsors
134140

135-
TBD
141+
We're grateful to our sponsors for helping make this event possible:
142+
143+
![Intel](/assets/intel-logo.png)
136144

137145

138146
## Travel information
@@ -146,4 +154,7 @@ and other travel details.
146154

147155
## Code of conduct
148156

149-
TBD (maybe we can just point to SciPy's?)
157+
Workshop attendees are expected to adhere to the
158+
[SciPy code of conduct](http://scipy2016.scipy.org/ehome/146062/388087/?&&).
159+
Please report any violations or concerns to
160+
[Nathaniel Smith](mailto:[email protected]) or a member of SciPy staff.

0 commit comments

Comments
 (0)