1.8.2
- Promote
Integer
typed columns toLongInteger
if they will not fit in 32 bits. Partially restores behavior seen before adding type information for #6 when Pythonint
s always exported asLongInteger
. - When running data functions, make sure exceptions with causes (i.e., nested exceptions) output the causes in addition to the main exception.