Skip to content

Releases: go-python/gopy

Update with latest PRs applied

Choose a tag to compare

@rcoreilly rcoreilly released this 12 Dec 20:17

-build-tags arg and GIL release

Choose a tag to compare

@rcoreilly rcoreilly released this 01 Jul 06:34

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

Choose a tag to compare

@rcoreilly rcoreilly released this 27 Jun 06:45

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

Choose a tag to compare

@rcoreilly rcoreilly released this 19 Jun 09:08

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

Choose a tag to compare

@rcoreilly rcoreilly released this 30 Aug 07:22

Should be working a lot better all around..

Current stable release

Choose a tag to compare

@rcoreilly rcoreilly released this 25 Oct 22:53

well tested in extensive use for exe mode.

Release v0.3.0: pybindgen

Choose a tag to compare

@sbinet sbinet released this 24 Aug 08:38
ci: disable py2 in appveyor