- The
create-table
andinsert-files
commands all now accept multiple--pk
options for compound primary keys. (#620) - Now tested against Python 3.13 pre-release. (#619)
- Fixed a crash that can occur in environments with a broken
numpy
installation, producing amodule 'numpy' has no attribute 'int8'
. (#632)