v0.2.2: Improve evaluation speed
✨ New features and improvements
- Switched to creating list comprehensions to create lists on demand instead of slower explicit for loops that rely on calling the append function in every iteration. #76
- Used sets for membership tests
- Used broadcasting instead of explicit for loops