Skip to content

Version 0.0.4 (17 May 2022)

Pre-release
Pre-release
Compare
Choose a tag to compare
@StefanGreve StefanGreve released this 17 Apr 16:52
· 47 commits to master since this release
13377fc

Refactors code and improves the doc strings here and there. The Iter.__ctor method was removed in favor of Iter.range for implementing the Iter.__init__ overload.

Additionally, the following methods have been removed as well:

  • self.each
  • self.fetch

Turns out they are not that useful in Python after all.