You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update sparrow and jagua-rs to latest version
Add basic Ctrl+C cancelation with caveat of no Keyboard Interrupt Exception propagated to the Python side due to limitation of sparrow termiantion API
Add the continuous rotation feature, allowing free rotation on items
Add configurations options, in particular allowing early termination of the nesting algorithmn based on no improvment in the exploration phase
Make the API easier to use by enabling Item reuse accross instance through str IDs instead of numbered one
The retruned rotation angle is now in degrees to match the input format.