2.0.11
2.0.11.0
Note: The version number of DolphinDB Python API has been adjusted to improve user experience. The new version number aligns with DolphinDB Server 200.
Improvements
- Removed the length limit on the uploaded BLOB data; added the length limit on the uploaded SYMBOL/STRING data to less than 256 KB.
- Enhanced type annotations.
- Added new parameter sortColumns to
Session.loadTextEx
to support loading data to the TSDB database. - Enabled Python API's compatibility with NumPy version up to 1.26.3 and pandas version up to 2.2.0.
- Optimized the handling of illegal column names in the
Table
class.
Bug Fixes
- Fixed the lag when uploading empty DataFrame with a SYMBOL column.
- Fixed the issue where the BLOB column of the subscribed heterogeneous stream table contains NULL values.
- Fixed the issue where the decimal points in DECIMAL data of the subscribed heterogeneous stream table are missing.