This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Lookup fixes + minor changes
Table.loadnow properly subclassess the table instead of always resulting intablite.Table.Table.from_*methods now respect subclassess, fixed somefrom_*methods which were instance methods and not class methods.- Fixed
Table.from_dictonly acceptinglistandtuplebut nottablite.Columnwhich is an equally valid type. - Fix
lookupparity in single process and multiple process outputs. - Fix an issue with multiprocess
lookupwhere no matches would throw instead of producingNone. - Fix an issue with filtering an empty table.