Skip to content

Releases: go-python/gopy

Update with latest PRs applied

12 Dec 20:17
Compare
Choose a tag to compare

-build-tags arg and GIL release

01 Jul 06:34
Compare
Choose a tag to compare

Thanks to @achals for -build-tags arg and @pyalex for GIL release while running Go functions.

-dynamic-link option added to link .so libs instead of static

27 Jun 06:45
Compare
Choose a tag to compare

Added by @pyalex:

"dynamic-link" (false by default) that changes flags used on linking stage (passed to ld).

When this flag is enabled instead of linking to python (via -l python3.x) we will use flags similar to what python itself uses during building extensions (see distutils.sysconfig.get_config_var("LDSHARED")). This allows packing the resulting .so / .dylib file into python package and distribute it via PyPi.

This has been already tested during publishing feast python package.

Support for variadic functions, .pyd files included

19 Jun 09:08
Compare
Choose a tag to compare

Thanks to @nishantsharma, variadic functions are now supported. Also .pyd files are included in the mainfest for setuptools, and the go tools version is updated to be compatible with go 1.18.

Significant updates for exe mode and windows working

30 Aug 07:22
Compare
Choose a tag to compare

Should be working a lot better all around..

Current stable release

25 Oct 22:53
Compare
Choose a tag to compare

well tested in extensive use for exe mode.

Release v0.3.0: pybindgen

24 Aug 08:38
Compare
Choose a tag to compare
ci: disable py2 in appveyor