A regression in the function linkage prevent the user from using the command slicer model validate.
See #457. The following commit reestablish the links fo the moved packages.
cubes.metadata.* is added to cubes.metadata because the validate_model
was previously a function part of it (ascendance compatibility).
Then, it impacts necessarily the new import added to
cubes.slicer.commands.
In the module cubes.slicer.commands, the packages cubes and
cubes.providers are no longer available, the link to the owned
functions are so rebuild.
A regression in the function linkage prevent the user from using the command
slicer model validate
. See #457. The following commit reestablish the links fo the moved packages.cubes.metadata.*
is added tocubes.metadata
because the validate_model was previously a function part of it (ascendance compatibility).Then, it impacts necessarily the new import added to
cubes.slicer.commands
.In the module
cubes.slicer.commands
, the packagescubes
andcubes.providers
are no longer available, the link to the owned functions are so rebuild.