Skip to content

Commit 4958c2b

Browse files
committed
Update changelog
1 parent 993c58d commit 4958c2b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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 19.3.0
7+
8+
* Implement `charmap_build` function
9+
* Implement `hexversion` to sys module
10+
* Implement `_lzma` module
11+
* Fix printing of Pandas data frames
12+
* Fix a bug in `bytes.startswith` for tuple arguments
13+
* Fix destructuring assignments of arbitrary iterators
14+
* Fix `dict.__contains__` for dictionaries with only `str` keys for subclasses of `str`
15+
* Support NumPy 1.16.4 and Pandas 0.25.0
16+
* Support importing java classes using normal Python import syntax when the package is known
17+
* Improve performance across many Python benchmarks
18+
619
## Version 19.2.0
720

821
* Implement PyStructSequence_* C API functions

0 commit comments

Comments
 (0)