Skip to content

Releases: iraikov/chicken-pyffi

Fix in pkg-config support

19 Feb 15:26
c24c351
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

This release adds support for Python 3.

Removed srfi-4 as a dependency

05 May 21:43
Compare
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
Compare
Choose a tag to compare

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

Added syntax imports

19 Mar 14:13
Compare
Choose a tag to compare

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

Port to CHICKEN 5

14 Dec 00:00
Compare
Choose a tag to compare

This release includes a port to CHICKEN 5