dspy icon indicating copy to clipboard operation
dspy copied to clipboard

Fix applymap deprecation warning

Open quajak opened this issue 11 months ago • 4 comments

Fixes #492

quajak avatar Mar 05 '24 19:03 quajak

Super, thank you!

insop avatar Mar 06 '24 02:03 insop

Hey @isaacbmiller do you know why things are failing here, it's too small of a change to cause failing checks

okhat avatar Mar 06 '24 14:03 okhat

Yes, it is because #565 Needs to be merged. Otherwise PR from forks fail

isaacbmiller avatar Mar 06 '24 15:03 isaacbmiller

Merge main and the tests should pass!

isaacbmiller avatar Mar 07 '24 22:03 isaacbmiller

I merged, the pr can be merged.

quajak avatar Mar 09 '24 15:03 quajak

After this change I'm getting 'DataFrame' object has no attribute 'map' on Google Colab where Pandas 1.5.3 is installed by default, should dspy require a newer Pandas version?

maxfriedrich avatar Mar 13 '24 14:03 maxfriedrich