Skip to content

Commit 3fdde32

Browse files
committed
update changelog
1 parent 9701ff9 commit 3fdde32

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
This changelog summarizes major changes between GraalVM versions of the Python
44
language runtime. The main focus is on user-observable behavior of the engine.
55

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+
623
## Version 1.0.0 RC10
724

825
* Improve performance of C API upcalls

0 commit comments

Comments
 (0)