Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.15 KB

CHANGELOG.HOPS.md

File metadata and controls

50 lines (40 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.8.0] - 2021-08-31

Added

  • Export python sample added to Hops component context menu
  • Export JSON added to Hops component context menu

Fixed

  • Default values for "Get" components can be resolved when relays are in between the component and upstream data
  • Custom icons for hops components are always resized to 24x24

[0.7.0] - 2021-06-23

Added

  • Nested hops calls now permitted with a recursion limit of 10. This limit can be modified by changing a GH app setting
  • Components in named RH_OUT groups are now supported

Fixed

  • String inputs/outputs were not getting unescaped when passed back and forth between hops and compute
  • Points, lines, circles were not getting converted to geometry when input to a "Get Geometry" component
  • Improved error messages by forwarding errors from remote solved components
  • 0.7.2: attempt to fix handling different forms of input strings in compute
  • 0.7.3: handle exception in a plug-in's DocumentAdded event handler and allow request to continue

[0.6.0] - 2021-05-30

Added

  • Path input (optional)
  • Enabled input (optional)
  • Asynchronous solving. Components can solve without blocking GH user interface. Asynchronous operation mode is optional per component.
  • Maximum concurrent request setting to preferences

Fixed

  • Hid some preference controls on Mac that are only meant for Windows
  • Component attempts to detect when inputs/outputs on a server have changed and will rebuild itself
  • Removed parallel computing and variable parameters context menu items as they were unnecessary
  • [0.6.2] Planes were not supported as a data type to be passed between processes

[0.5.0] - 2021-05-18

Added

  • rhino.compute.exe now shipping with Hops on Windows and acts as a top level reverse proxy server to solve definitions.
  • tree input support for python servers

Fixed

  • data output params are now passed back to hops

[0.3.3] - 2021-03-03

[0.1.0] - 2021-02-10