Skip to content

Releases: iraikov/chicken-pyffi

Converted macros to implicit renaming style

11 Jul 06:51
b02875b

Choose a tag to compare

This release includes a refactored version of pyffi that uses implicit renaming macros. Thanks to Peter Bex for the suggestion.

Fix in pkg-config support

19 Feb 15:26
c24c351

Choose a tag to compare

This release includes a fix for pkg-config configuration.

Improvements to build system, fix for kwargs handling

02 Jun 01:35
0a3a1ea

Choose a tag to compare

What's Changed

  • Tests, build process, method kwargs handling. by @CMB in #10

New Contributors

  • @CMB made their first contribution in #10

Full Changelog: 3.12...3.13

Support for complex numbers

30 Mar 03:39

Choose a tag to compare

This release adds support for complex numbers. Thanks for @dieggsy for the suggestion.

Support for python 3.8 and 3.9

23 Feb 13:53
0526a40

Choose a tag to compare

This release adds support for python 3.8 and 3.9 [thanks to @dieggsy for the patch].

Fix to real and integer conversion

20 May 17:09

Choose a tag to compare

This release adds a fix to conversion of Scheme exact integers [thanks to dakling].

Added support for Python 3

26 Oct 13:30

Choose a tag to compare

This release adds support for Python 3.

Removed srfi-4 as a dependency

05 May 21:43

Choose a tag to compare

This release removes srfi-4 as dependency, as it is part of the core libraries.

Fixes to import logic

20 Mar 16:43

Choose a tag to compare

This release includes a streamlined import that fixes issues with submodule imports.

Added syntax imports

19 Mar 14:13

Choose a tag to compare

This release adds syntax imports for all identifiers used in macros.