You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vedo made a breaking change in the newest release 2024.5.3 on 27.01.2025. According to the Changelog there are the following soft-breaking Changes:
Soft-breaking Changes
Changes that may break existing code whose fixing is trivial:
change object.points() to object.points everywhere.
change object.cell_centers to object.cell_centers().points everywhere.
change Picture() to Image() everywhere.
We are using vedo.Picture and have to rename all occurrences. That would mean that we have to make the minimum vedo release to 2024.5.3. They have not minted the release yet though the repository has the main branch already on the breaking version. I would at least wait until they mint the release to do this.
Alternatively, we could say that the version should be lower than the now coming release. I would advise against it since, that way, we hinder future development and possible fixes.
The text was updated successfully, but these errors were encountered:
I agree, no reason to fix a version for that. Don't we just use it as an allowed type for a show_option? What about an if block or try-except block during import to load a suitable type?
Vedo made a breaking change in the newest release
2024.5.3
on 27.01.2025. According to the Changelog there are the followingsoft-breaking Changes
:We are using
vedo.Picture
and have to rename all occurrences. That would mean that we have to make the minimum vedo release to2024.5.3
. They have not minted the release yet though the repository has the main branch already on the breaking version. I would at least wait until they mint the release to do this.Alternatively, we could say that the version should be lower than the now coming release. I would advise against it since, that way, we hinder future development and possible fixes.
The text was updated successfully, but these errors were encountered: