File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 33This changelog summarizes major changes between GraalVM versions of the Python
44language runtime. The main focus is on user-observable behavior of the engine.
55
6+ ## Version 1.0.0 RC3
7+
8+ * Support for more String encodings
9+ * Implement buffered I/O
10+ * Remove our random module substitute and use the standard library implementation
11+ * Fix a potential thread-safety problem with cached parse trees when multiple Python contexts are used from multiple threads
12+ * Complete support for math module builtins
13+ * C-API improvements to run simple scikit-learn and NumPy examples
14+ * Support the buffer protocol to wrap arbitrary Python sequences with no copy into NumPy arrays
15+
616## Version 1.0.0 RC2
717
818* Updates to the polyglot and embedding APIs
You can’t perform that action at this time.
0 commit comments