Skip to content

2.3.3

Compare
Choose a tag to compare
@wwkimball wwkimball released this 04 Mar 04:46
· 809 commits to master since this release
2514119

Bug Fixes:

  • Subtraction Collector math had no effect when the RHS was a list of scalar
    values (because LHS was a list of NodeCoords, so comparison was always
    false). Also reduced O(3N) to O(2N) during Collector subtraction.

Enhancements:

  • The console logger's debug method now includes the type of each element in a
    list while it is being dumped.