Problem Statement
With the new rebuild version (v2.0.0 and later), data prepared for the old version cannot be used for this new version. While it is still possible to use it in the old version, a function transforming "old" mp-datasets to "new" mp-datasets would allow to use the new functionality with the older data.
Proposed Solution
Add a function that transform old mp-dataset to new mp-dataset.
User Experience
The user would need to apply the new function to the old mp-dataset in a pre-processing step.
Expected Benefits
The new version could be used with datasets prepared for the old version.
Alternatives Considered
Use the old version with old data.
Implementation Ideas
Priority Level
Low (would be a minor improvement)
Additional Context
No response
Are you willing to contribute?
I'm willing to submit a PR for this feature