IBM / unitxt

🦄 Unitxt: a python library for getting data fired up and set for training and evaluation
https://www.unitxt.ai
Apache License 2.0
150 stars 37 forks source link

Issue with Backward Compatibility in Version Updates #999

Open eliyahabba opened 1 month ago

eliyahabba commented 1 month ago

I recently encountered an issue where a change in the code, specifically modifying the check from if key == "type" to if key == "__type__", caused my locally saved data to break. This is not the first time a version update has led to similar issues...

Please consider implementing changes that maintain backward compatibility or provide a smoother transition for users with existing local data to prevent disruptions.

Thank you for your attention :+1:

elronbandel commented 1 month ago

100% Thanks for the feedback!