Skip to content

Commit e8343f9

Browse files
committed
[hotfix] Update changelog.
PullRequest: graalpython/97
2 parents 80dc54f + 61796a3 commit e8343f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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 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

0 commit comments

Comments
 (0)