Skip to content

Releases: pilcru/ghpythonremote

v1.2.0

09 Jul 00:04
Compare
Choose a tag to compare

New

  • Now fully compatible with Rhino 6.

Changes

  • Revert using a special RPyC distribution, now explicitly using upstream.
  • Upgrade to RPyC 4.1.0.
  • Hide rpyc behind a special ghpythonremote import. rpyc.utils functions deliver and obtain are available as ghpythonremote.deliver and ghpythonremote.obtain; rpyc should be imported with from ghpythonremote import rpyc if ever needed.
  • Expand the environment path in CPython subprocess, trying to match what conda would do, helping Numpy finds its DLLs.

Fix

  • Repair pip install command on recent pip with pip.main deprecated.
  • Repair incompatibilities with IronPython 2.7.0.
  • Repair incompatibilities with RPyC 4.1.0, using monkey-patched compatibilty fixes for IronPython.
  • Remove unnecessary pip install parameters.

v1.1.4

28 Feb 16:31
Compare
Choose a tag to compare

Fix

  • Stop using the exposed prefix to remote attributes, per rpyc v4.

v1.1.3

27 Feb 21:59
Compare
Choose a tag to compare

Fix

  • Rename async import from rpyc to async_.
  • Bump rpyc version to pilcru/[email protected] to fix IronPython 2.7.0 dump bytes issues.

v1.1.2

23 Feb 19:43
Compare
Choose a tag to compare

Fix

  • Use https file location for the dependencies, to remove the need for git when installing.

v1.1.1

20 Feb 00:24
Compare
Choose a tag to compare

New

  • Documented obtain and deliver features of rpyc to speedup remote array-like objects creation and retrieval.

Changes

  • Use the v4.0.0 pre-release of rpyc to fix IronPython <-> CPython str unpickling issues.
  • Improve error messages when connection is lost.

Fix

  • Repair the GH to python example, where argument passing (for the port configuration) was broken.

v1.0.3

29 Sep 15:26
Compare
Choose a tag to compare

This is the first public release of gh-python-remote.