Make relation immutable

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-08-13 10:44:39 +02:00
parent 76509e249b
commit be9fdd2e84
2 changed files with 10 additions and 34 deletions

View File

@@ -1,4 +1,5 @@
3.0
- Relations now use frozenset internally and are immutable
- Refactored parser to use better typing
- Refactored and fixed some optimizations
- Added more test cases