NumPyPy Status: how much of numpy can you use in pypy?
        Version: {{ ver }}
        numpy compatability test results, generated automatically by running
        pypy/module/micronumpy/tool/numready/main.py <path-to-latest-pypy>
        Overall: {{ msg }}
        Warning: a positive result does not mean the function is actually working!  It only means that the function/module/constant is present.  It may be missing other things.
        
            
                
                    |  | PyPy |  | PyPy |  | PyPy |  | PyPy |  | PyPy | 
            
            
                {% for chunk in all_items %}
                    
                    {% for item in chunk %}
                        | {{ item.name }} | {{ item.symbol }}{% endfor %} | 
                {% endfor %}