Releases: gotray/go-python
Releases · gotray/go-python
v0.3.0
22 Nov 08:10
Compare
Sorry, something went wrong.
No results found
v0.2.0
20 Nov 13:01
Compare
Sorry, something went wrong.
No results found
Add gopy command:
gopy init: create project and add golang, python, mingw as environment
gopy build/run/install: set environment variables of python/pkg-config
v0.1.1
07 Nov 12:52
Compare
Sorry, something went wrong.
No results found
What's Changed
Compatible Go 1.20
Fix random crash by keeping PyMethodDef
Fix module
Fix GC by @cpunion in #22
Refine exported types by @cpunion in #21 #23
Increase test coerage
Full Changelog : v0.1.0...v0.1.1
v0.1.0
06 Nov 07:13
Compare
Sorry, something went wrong.
No results found
Key Features:
Python to Go type conversion with keyword arguments support
Auto type mapping between Python and Go
Python function calls from Go
Go types/functions export to Python
Examples:
Using matplotlib and gradio
Full Changelog : https://github.com/cpunion/go-python/commits/v0.1.0