Skip to content

Releases: compmec/rbool

v0.0.4

05 Aug 17:06
12752a8

Choose a tag to compare

What's Changed

  • Drop python versions py3.5 an py3.6 cause annotations were added only in py3.7
  • Fix: import error due to version of impotlib-metadata by @carlos-adir in #8

Full Changelog: v0.0.3...v0.0.4

v0.0.3

04 Aug 18:44
e09cd75

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

08 Jul 20:57
bf5d7f6

Choose a tag to compare

Release v0.0.2

Add older python versions: py3.5, py3.6, py3.7 and py3.8

v0.0.1

26 Jun 07:18

Choose a tag to compare

First release of the package.

Classes:

  • EmptyR1
  • WholeR1
  • SingleValueR1
  • IntervalR1
  • DisjointR1

Performs booleans operations between any two objects:

  • AND: a & b
  • OR: a | b
  • XOR: a ^ b
  • NOT: -a or ~a