are datasets automatically migrated when updating python hub package? #1320
|
So I have created some datasets with some version of hub and then I update the python hub package. |
Answered by
davidbuniat
Nov 23, 2021
Replies: 1 comment 3 replies
|
Hi @hoshimura, thanks for the question! We have committed to backward compatibility. This means that datasets created with previous version should be fully functional in new hub versions. We do run tests on every PR to make sure it is the case https://github.com/activeloopai/buH. |
3 replies
Answer selected by
hoshimura
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @hoshimura, thanks for the question! We have committed to backward compatibility. This means that datasets created with previous version should be fully functional in new hub versions. We do run tests on every PR to make sure it is the case https://github.com/activeloopai/buH.