Skip to content

v0.27.0 - New Iterator Baseclass

Compare
Choose a tag to compare
@AKuederle AKuederle released this 09 Nov 10:19
· 128 commits to main since this release

[0.27.0] - 2023-11-09

Added

  • The TypedIterator (introduced in 0.26.0) now hase a base class (BaseTypedIterator), that can be used to implement
    custom iterators that can get custom inputs to the iterate method, that are then further processed before the actual
    iteration.