File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-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 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
+
6
19
## Version 19.2.0
7
20
8
21
* Implement PyStructSequence_ * C API functions
You can’t perform that action at this time.
0 commit comments