• Workshop topics
  • Sprints
  • generators
  • DefNode vs. CFuncDefNode split
  • analyse_types() refactoring
  • improve the with statement (low prio)
  • line tracing (low prio)
  • accelerating the stdlib with Cython
  • get Haoyu's Py3 patches merged
  • array syntax additions (Kurt's branch)
  • documentation
  • what to do with multithreading/concurrency
  • support for CPU/GPU/OpenMP/OpenCL
  • built-in lightweight Cython array type (+SIMD)
  • standard interface for "unpackable" Cython functions for C callbacks
  • control flow analysis
  • improve type inference based on control flow analysis (discussion level)
  • 1.0
  • simplify Cython language
  • simplify cdef classes
  • testsuite systematics
  • pure Python mode improvements
  • make Cython functions more Python-like
  • fwrap + scipy
  • Ensure Cython works with PEP 3118-enabled NumPy
  • Discussions
  • Cython for Scientific Computing
  • Cython 1.0 and beyond
  • Development practices