Releases: pilcru/ghpythonremote
Releases · pilcru/ghpythonremote
v1.4.5
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.3
Fix
- Add test cluster to installed files (#40).
v1.4.2
Fix
- Fix a typo in helpers logging format
v1.4.1
Fix
- Fix a small typo that created a false warning on MacOS install
v1.4.0
New
- Add support for Rhino 7.
- Add support for MacOS.
v1.3.1
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
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
Fix
- Cleanup examples directory, and fix missing file at installation (#26).
- Update logger names in .ghuser file