Skip to content

Releases: voutilad/gogopython

v0.17.0

28 Aug 14:19
Compare
Choose a tag to compare
  • rewrite unicode string converter to avoid having to scan for NUL-terminator
  • add initial support for detecting Python bool types

v0.16.0

23 Aug 14:09
Compare
Choose a tag to compare
  • PyObject_IsInstance support

v0.15.0

22 Aug 14:53
Compare
Choose a tag to compare
  • Add some module stuff to help support Pandas.

v0.14.0

21 Aug 23:31
Compare
Choose a tag to compare
  • function/method call functions.

v0.13.0

21 Aug 13:41
Compare
Choose a tag to compare
  • Add PyImport functions to allow programmatic fun stuff like pickling from Go.

v0.12.0

20 Aug 18:38
Compare
Choose a tag to compare
  • More calling functions functions....functions!

v0.11.0: Add features to support calling Python functions and generators.

19 Aug 23:33
Compare
Choose a tag to compare
  • Adds support for using Python functions and generators.
  • Adds examples of each.

v0.10.1

13 Aug 15:19
Compare
Choose a tag to compare
  • Fixes PyDict_GetItem signature, removing extraneous val argument.

v0.10.0

13 Aug 14:58
Compare
Choose a tag to compare
  • Adds more PyDict_ functions.

Full Changelog: v0.9.0...v0.10.0

v0.9.0

12 Aug 17:46
Compare
Choose a tag to compare
  • Adds support for creating Go callbacks from Python.

Full Changelog: v0.8.0...v0.9.0