新版Ptrade(V2024)与旧版Ptrade(V2023)差异不完全对比(欢迎大家补充):

● 内置的Python版本从3.5升级到了Python3.11

● 在Python3.11模式下,弃用了pandas.Panel(涉及函数:get_history、get_price、get_individual_entrust、get_individual_transaction、get_fundamentals)

● get_fundamentals函数返回的DataFrame中,旧版的行索引是单索引(Index),对应secu_code列;新版的行索引是多索引(MultiIndex),对应end_datesecu_code两个列。