Skip to content

Tags: pilcru/ghpythonremote

Tags

v1.4.6

Toggle v1.4.6's commit message
1.4.6 (2022-11-21) ------------------ Fix ^^^ - Missing comma...

v1.4.5

Toggle v1.4.5's commit message
1.4.5 (2022-11-21) ------------------ New ^^^ - Propagate error messages through UserObject cluster (#35). Fix ^^^ - Fix dependency version requirements, pin to the last versions to support Python 2 (#45).

v1.4.4

Toggle v1.4.4's commit message
1.4.4 (2021-02-12) ------------------ Fix ^^^ - Missing comma...

v1.4.3

Toggle v1.4.3's commit message
1.4.3 (2021-02-12) ------------------ Fix ^^^ - Add test cluster to installed files (#40).

v1.4.2

Toggle v1.4.2's commit message
1.4.2 (2021-02-02) ------------------ Fix ^^^ - Fix a typo in helpers logging format

v1.4.1

Toggle v1.4.1's commit message
1.4.1 (2021-01-27) ------------------ Fix ^^^ - Fix a small typo that created a false warning on MacOS install

v1.4.0

Toggle v1.4.0's commit message
1.4.0 (2021-01-27) ------------------ New ^^^ - Add support for Rhino 7. - Add support for MacOS.

v1.3.1

Toggle v1.3.1's commit message
1.3.1 (2020-04-01) ------------------ Changes ^^^^^^^ - Allow access to GH user objects from CPython. Access them from a PythonToGrasshopperRemote object as `py2gh.gh_remote_userobjects.<UO Name>` - Remove GhCompService.get_component. Access remote GH components from a PythonToGrasshopperRemote object as `py2gh.gh_remote_components.<Component Name>` Fix ^^^ - Fix CPython -> Rhino Python connections for Rhino 6.

v1.3.0

Toggle v1.3.0's commit message
1.3.0 (2020-03-20) ------------------ New ^^^ - Add option to select Rhino version in CPy to GH (#29). Changes ^^^^^^^ - Better Rhino path finder. - Catch conda env list failures. - Upgrade to RPyC 4.1.4 Fix ^^^ - Fix missing file at installation. - Fix async request timeout (#14). - Repair log level passing to pythonservice.py.

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 (#26). - Update logger names in .ghuser file