Python 3.6 and 3.7 are no longer supported; Python 3.13 (with-GIL) is now
supported.
Added support for NumPy 2.x.
Added new parameter enableStreamTableTimestamp for
MultithreadedTableWriter to support writing data to stream
tables with a timestamp column set via
setStreamTableTimestamp.
createTable has been renamed to
createDimensionTable. The original name is retained as an
alias for compatibility.
Added a parser parameter to Session and DBConnectionPool to specify the
script parser type used by the server after connecting.
Improved logging for connection retries by promoting certain INFO messages to
ERROR and setting the default log level to WARNING.