Skip to content

Releases: laudominik/filterflow

FilterFlow 1.1

17 Jun 19:50
Compare
Choose a tag to compare

Changelog:

  • new bitwise operations (and, or, xor)
  • set proper names to previous binary operations (and -> multiply, or -> addition); removed old "binary xor"
  • add visualization to all binary operations

Full Changelog: release_1_0...release_1_1

FilterFlow 1.0

17 Jun 09:54
d29ad8f
Compare
Choose a tag to compare

FilterFlow 1.0 is out!!!

FilterFlow 1.1.1

18 Jun 06:04
Compare
Choose a tag to compare

Changelog:

  • fixed deserialization (loading notebooks)

Full Changelog: release_1_1...1_1_1