Releases: iraikov/chicken-pyffi
Releases · iraikov/chicken-pyffi
Fix in pkg-config support
Improvements to build system, fix for kwargs handling
Support for complex numbers
This release adds support for complex numbers. Thanks for @dieggsy for the suggestion.
Support for python 3.8 and 3.9
This release adds support for python 3.8 and 3.9 [thanks to @dieggsy for the patch].
Fix to real and integer conversion
This release adds a fix to conversion of Scheme exact integers [thanks to dakling].
Added support for Python 3
This release adds support for Python 3.
Removed srfi-4 as a dependency
This release removes srfi-4 as dependency, as it is part of the core libraries.
Fixes to import logic
This release includes a streamlined import that fixes issues with submodule imports.
Added syntax imports
This release adds syntax imports for all identifiers used in macros.
Port to CHICKEN 5
This release includes a port to CHICKEN 5