Releases: compmec/rbool
Releases · compmec/rbool
v0.0.4
What's Changed
- Drop python versions
py3.5anpy3.6cause annotations were added only inpy3.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
What's Changed
- Rename: Remove suffix
R1from classes by @carlos-adir in #3 - Docs: add examples inside README and Get Started by @carlos-adir in #4
- Fix: converting string into integers and rationals by @carlos-adir in #6
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Release v0.0.2
Add older python versions: py3.5, py3.6, py3.7 and py3.8
v0.0.1
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:
-aor~a