This version adds the following features:
- Apps can now use certain native packages, including NumPy (#14), as well as pure-Python packages which aren’t available from PyPI in wheel format.
- To see which packages and versions are currently available, you can browse the repository here. To request a package to be added or updated, please visit our issue tracker.
- The
build.gradle
syntax for callingpip install
has been changed: please see the documentation.
- Zero-initialized Java arrays can now be created in Python, by passing an integer to the array constructor rather than a sequence.
And fixes the following bugs:
- Garbage collection tests often fail on API level 19 and older (fixed as far back as API level 17)