This version adds support for Android Gradle plugin version 3.2, and removes support for version 2.3.
Other changes:
- Add
resource
module. - Remove broken
select.kevent
/select.kqueue
API. This affected PyZMQ, which should now work (Crystax issue #1433). - Set
HOME
environment variable if the system hasn’t already done so, soos.path.expanduser
can return a usable location. - Implement
importlib.abc.InspectLoader.get_code
: this allowsrunpy.run_module
to be used.
The following packages have been added to the repository since the previous version:
- cymem
- cytoolz
- lxml
- murmurhash
- obspy
- preshed
- spacy
- thinc
- twisted