Changes:
- Fix “This platform lacks a functioning sem_open implementation” error when using
multiprocessing.dummy.Pool(akamultiprocessing.pool.ThreadPool). This affected many common uses of TensorFlow. - Work around dynamic linker bug on 64-bit ABIs before API level 23 (#228).
- Fix out of memory error when running Gradle with a small heap size.
- Fix incompatibility with external package
importlib_metadata(#276). - Fix
NoClassDefFoundErrorwhen using Python to access certainandroidxclasses, includingAppCompatTextView. - Fix conversion of Java
byte[]array to Pythonbytearray. - Improve startup speed by deferring
pkg_resourcesinitialization until the module is first imported. - Update CA bundle to certifi 2020.4.5.1.
The following packages have been updated since the previous version:
- pillow (7.1.2)
