Release v1.4.6 of GH Python Remote. Full installation instructions in the downloadable PDF. Adds support for Rhino 7 and MacOS.Quick install commands:pip install gh-python-remote --upgradepython -m ghpythonremote._configure_ironpython_installation
GH Python Remote v1.3.1
2020年3月21日
Release v1.3.1 of GH Python Remote. Full installation instructions in the downloadable PDF.Quick installation commands, to run from your preferred Python virtual environment:pip install gh-python-remote --upgradepython -m ghpythonremote._configure_ironpython_insta...
GH Python Remote v1.2.1
2019年7月25日
Release v1.2.1 of GH Python Remote. Full installation instructions in the downloadable PDF.The installation process now works with Rhino 6, and modern pip versions.If you are upgrading from a previous version, you should:Update pip to the current version, the pack...
GH Python Remote v1.1.4
2018年2月20日
Release v1.1.4 of GH Python Remote. Full installation instructions in the downloadable PDFSee the documentation for faster creation and retrieval of Numpy arrays, for example:import rpyc, scriptcontextlist = range(1000)r_array = rpyc.utils.classic.deliver(scriptco...
GH Python Remote v1.0.3
2019年7月25日
First public release of GH Python Remote. Full installation instructions in the downloadable PDF.pip install gh-python-remotepython -m ghpythonremote._configure_ironpython_installation