Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
39 stars 15 forks source link

pandas 2.0 support #575

Closed Dr-Irv closed 1 year ago

Dr-Irv commented 1 year ago

Description

I installed the latest version of taipy via pip and it removed pandas 2.0.1 from my environment, and installed 1.5.3 instead.

Is there any reason you're not supporting pandas 2.0.1?

jrobinAV commented 1 year ago

Hello @Dr-Irv,

There is no reason. We had no time to update it before the previous release. We will definitely update it for the next release planned for mid-June.

Thx !

jrobinAV commented 1 year ago

Note for the assignees :

jrobinAV commented 1 year ago

Hi,

taipy-core depends on modin that does not support pandas 2.x yet. We are waiting for modin ticket #5936 to be done first. A PR is opened on modin project.

joaoandre-avaiga commented 1 year ago

@jrobinAV The PR on Modin was merged yesterday, also a release 0.22.1 was made, although it looks like it doesn't include pandas 2.0 support just yet. Maybe by the next sprint this will be unblocked.

jrobinAV commented 1 year ago

0.22.1 is a patch version. I guess they only include hotfixes. It will probably be out in the next minor version 0.23.0. I hope it will be before our own release taipy 2.3.0.

jrobinAV commented 1 year ago

0.22.2 has been released without the pandas 2.0 support. However a release candidate (0.23.0.rc0) has been published supporting pandas 2.0. The actual release should be out in a few a days.

jrobinAV commented 1 year ago

Version 0.23.0 of modin has been released today supporting pandas 2.0 but not 1.5 anymore.