File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 3
3
This changelog summarizes major changes between GraalVM versions of the Python
4
4
language runtime. The main focus is on user-observable behavior of the engine.
5
5
6
+ ## Version 1.0.0 RC11
7
+
8
+ * Support running setuptools to build and install various packages
9
+ * Support running a source release version of NumPy out of the box
10
+ * Improve performance of member access to C API objects
11
+ * Improve performance of binary operations on C API objects
12
+ * Add support for ` yield from `
13
+ * Support assignment to ` object.__dict__ ` and ensure that managed subclasses of native types also have a ` __dict__ `
14
+ * Fix ` [] ` access with non-integer keys for array-like foreign objects
15
+ * Fix various performance regressions introduced in the last RC
16
+ * Implement more built-in methods on the ` time ` module
17
+ * Python no longer exposes internal languages through ` polyglot.eval `
18
+ * Improve performance of ` os.scandir ` and functions that build on it (such as ` glob ` )
19
+ * More correct implementation of standard streams, including buffering
20
+ * Properly support the ` -m ` switch to run modules
21
+ * Support creating ZIP files through the standard ` zipfile ` module
22
+
6
23
## Version 1.0.0 RC10
7
24
8
25
* Improve performance of C API upcalls
You can’t perform that action at this time.
0 commit comments