ENH: Expanding the symbols that can be used in Category Expressions
You can now use the following symbols to represent logical operators:
- And
- ∧, *, &
- Or
- ∨, +, |
- Complement
- ¬, ~, !
Also expressions can now have white spaces at the beginning and end of the expression.