-
- Downloads
outsourcing of selection code. Types get properly checked now.
e.g. direct comparison of a value from a column of type bool with a value from a column with type string raises an error. NaN and None handling has also been improved.
Showing
- modules/base/pymod/CMakeLists.txt 1 addition, 1 deletionmodules/base/pymod/CMakeLists.txt
- modules/base/pymod/table.py 9 additions, 398 deletionsmodules/base/pymod/table.py
- modules/base/pymod/table_selector.py 459 additions, 0 deletionsmodules/base/pymod/table_selector.py
- modules/base/tests/test_table.py 51 additions, 47 deletionsmodules/base/tests/test_table.py
Loading
Please register or sign in to comment