Skip to content

Releases: PaulDL-RS/spyrrow

v0.8.3

10 Mar 12:59

Choose a tag to compare

Version number correction of 0.8.2

v0.8.2

10 Mar 08:49

Choose a tag to compare

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

v0.8.1

06 Jan 09:53

Choose a tag to compare

misc fixes, propagating the number of workers to the exploration phase also.

v0.8

24 Nov 14:42

Choose a tag to compare

Typo correction creating API breaking change in names for StripPackingConfig

v0.7.3

23 Oct 07:10

Choose a tag to compare

Handling edge cases for 0 items, items with 0 demand and only one item

v0.7.2

23 Sep 13:52

Choose a tag to compare

Patch all API classes to support deepcopy

v0.7.1

09 Sep 08:43

Choose a tag to compare

Patch documentation poor formatting and mismatch between doc attributes and the content of spyrrow.pyi for IDE support

v0.7.0

28 Aug 09:34

Choose a tag to compare

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

v0.6.0

18 Jun 14:28

Choose a tag to compare

Allow free rotation of Items, as the feature was implemented in sparrow

v0.5.0

12 Jun 07:35

Choose a tag to compare

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.