Skip to content

Tags: pingtou19901022/ghpythonremote

Tags

v1.2.1

Toggle v1.2.1's commit message
1.2.1 (2019-07-24)

------------------

Fix
^^^
- Cleanup examples directory, and fix missing file at installation
(pilcru#26).
- Update logger names in .ghuser file

v1.2.0

Toggle v1.2.0's commit message
1.2.0 (2019-07-08)

------------------

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

Toggle v1.1.4's commit message
1.1.4 (2018-02-28)

------------------

Fix
^^^
- Stop using the `exposed` prefix to remote attributes, per rpyc v4.

v1.1.3

Toggle v1.1.3's commit message
1.1.3 (2018-02-27)

------------------

Fix
^^^
- Rename ``async`` import from rpyc to ``async_``.
- Bump rpyc version to pilcru/rpyc@3.4.6 to fix IronPython 2.7.0 dump
bytes issues.

v1.1.2

Toggle v1.1.2's commit message
v1.1.2

1.1.2 (2018-02-23)
------------------

Fix
^^^
- Use https file location for the dependencies, to remove the need for
git when installing.

v1.0.4

Toggle v1.0.4's commit message
v1.0.4

Fix
~~~
- Fix quote escaping issue in pip install command for IronPython

v1.0.3

Toggle v1.0.3's commit message
Release v1.0.3