Skip to content

Releases: iraikov/chicken-pyffi

Bug fixes in defining methods and slots with Scheme names

11 Jun 22:14
Compare
Choose a tag to compare

This release includes bug fixes for defining Python methods and slots with Scheme names.

Support for keyword arguments in define-pymethod

11 Jun 21:41
Compare
Choose a tag to compare

This release adds support for keyword arguments to Python method definitions, a bug fix in the dictionary conversion code, as well as an example of using the h5py library.

Updates to internal datastructures

10 Jun 21:58
Compare
Choose a tag to compare

This release includes changes to use hash table instead of an alist for import python procedures.