Version 0.1.2
Enhancements:
- Improve and simplify match scoring
- Add "main_cols_for_matching" kwarg to specify a subset of columns to be used for matching (potentially faster and more accurate than considering all columns)
- pylookup function returns modified copy of main_table by defuault. Can specify inplace=True to modify main_table in place.
- Improve performance by 20%+