Skip to content

Releases: gotray/go-python

v0.3.0

22 Nov 08:10
f68c85b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

20 Nov 13:01
87c68df
Compare
Choose a tag to compare

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
397cf15
Compare
Choose a tag to compare

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
f04f781
Compare
Choose a tag to compare

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