PyJNIus v1.4.1 Release Notes
Release Date: 2021-10-30 // about 3 years agoPrevious changes from v1.4.0
-
Implemented enhancements:
- ๐ #542 Improve performance of byte array parameters
- #515 Allow passing Python Lambdas as Java lambdas
- ๐จ #541 Refactor of env.py
๐ Fixed bugs:
- #549 Fixes #548 JVM options are not correctly set by jnius_config.set_options()
- #546 Add in missing assignable check for int parameters etc.
- #558 Improve error message on method not found
- #567 Fix static methods
- #566 fix bug for constuctors with variable arguments
- #569 set_resolve_info: replace j_self w/ resolve_static
- #595 Use Python standard library
which
instead of OSwhich
๐ Documentation
- #556 fix link in readme
- โก๏ธ #572 update readme for python3
- โก๏ธ #584 Updated android.rst for python3
- โก๏ธ #565 Update python versions
CI
- #560 added x86 workflow
- #564 run on pull request & add missing badge
- #536 add missing architecture for python setup in actions
Packaging
- ๐ #594 Add pyproject.toml to specify Cython as a build requirement