Skip to content

Commit de9ff0f

Browse files
committed
Update MCD numbers in README
1 parent 3e374db commit de9ff0f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![](https://img.shields.io/badge/pyenv-graalpy-blue)](#start-replacing-cpython-with-graalpy)
55
</a> [![Join Slack][badge-slack]][slack] [![GraalVM on Twitter][badge-twitter]][twitter] [![License](https://img.shields.io/badge/license-UPL-green)](#license)
66

7-
GraalPy is a high-performance implementation of the [Python](https://www.python.org/) language for the JVM built on [GraalVM](https://www.graalvm.org/).
8-
GraalPy is a Python 3.11 compliant runtime.
7+
GraalPy is a high-performance implementation of the Python language for the JVM built on [GraalVM](https://www.graalvm.org/python).
8+
GraalPy is a Python 3.11 compliant runtime.
99
It has first-class support for embedding in Java and can turn Python applications into fast, standalone binaries.
1010
GraalPy is ready for production running pure Python code and has experimental support for many popular native extension modules.
1111

@@ -24,7 +24,7 @@ GraalPy is ready for production running pure Python code and has experimental su
2424
* Support for native extension modules is considered experimental, but you can already install [packages](docs/user/Python-Runtime.md#installing-packages) like *NumPy*, *PyTorch*, or *Tensorflow*; run [Hugging Face](https://huggingface.co/) models like *Stable Diffusion* or *GPT*
2525
![](docs/user/assets/mcd.svg#gh-light-mode-only)![](docs/user/assets/mcd-dark.svg#gh-dark-mode-only)<sup>
2626
We run the tests of the [most depended on PyPI packages](https://libraries.io/pypi) every day.
27-
For 96% of those packages a recent version can be installed on GraalPy and GraalPy passes about 50% of all tests of all packages combined.
27+
For 97% of those packages a recent version can be installed on GraalPy and GraalPy passes over 60% of all tests of all packages combined.
2828
We assume that CPython not passing 100% of all tests is due to problems in our infrastructure that may also affect GraalPy.
2929
Packages where CPython fails all tests are marked as "not tested" for both CPython and GraalPy.
3030
</sup>

0 commit comments

Comments
 (0)