Skip to content

Release v0.5.0

Latest
Compare
Choose a tag to compare
@brurucy brurucy released this 13 Oct 13:23
· 5 commits to master since this release
844b1a2

[0.5.0] - 2024-10-13

Fixed

  • LiftedDelay not being strict. This was a huge bug. You would only have come across it if you were doing something with nested streams though.

Changed

  • Stream. From List to OrderedDict. Does not ever store identity elements.
  • ZSet addition switched from nested loop to python-native union.

Added

  • The RDFS reasoning algorithm
  • Notebooks showcasing using the library