Skip to content

Commit ce33ec5

Browse files
committed
Update changelog
1 parent 32eff74 commit ce33ec5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ language runtime. The main focus is on user-observable behavior of the engine.
55

66
## Version 21.0.0
77

8+
* Implement name mangling for private attributes
9+
* Correctly raise an AttributeError when a class defines slots, but not dict
10+
* Fix infinite continuation prompt in REPL when pasting snippets
11+
* Add jarray module for compatiblity with Jython
12+
* Fix multiple memory leaks and crashes when running NumPy in a shared engine
13+
* Improved support for Pandas
14+
* Initial support for Matplotlib
15+
* Many fixes to pass the unittests of standard library types and modules:
16+
abc, array, builtin, bzip2, decimal, descriptors, difflib, enum, fractions,
17+
gzip, memoryview, metaclass, pickle, platform, print, reprlib, statistics,
18+
strftime, strtod, sysconfig, userdict, userlist, userstring, zipfile,
19+
zipfile64, zlib
20+
* Improve performance in multiple areas:
21+
array, memoryview, unzipping packages, dictionaries with dynamic string keys,
22+
string slicing
23+
824
## Version 20.3.0
925

1026
* Fix multiple memory leaks when running Python code in a shared engine.

0 commit comments

Comments
 (0)