Description
Several of the example notebooks (most notably, the basic walkthrough) use pims ImageSequence objects to load images. Several use the as_grey
parameter, which was removed in this pims commit back in January 2017. However, this commit has not been incorporated into the version of pims that is in PyPi, so anyone using pip install pims
won't notice that the notebooks are using the deprecated parameter as_grey
. Anyone building pims from source, on the other hand, will see exceptions.
I believe this issue needs input from the developers to decide how to proceed. Should the notebooks expect people to have installed pims from source, or from PyPi? Is it possible that @caspervdw or @danielballan or another soft-matter package maintainer could respond indicating whether the PyPi package for pims might be maintained in the future, or whether there is an "active" versioning/release process? The interface was deprecated nearly 1 year ago but the changes still have not made it into PyPi. Not sure how to proceed here.
I am using the PyPi version of pims (with the deprecated interface) in pull request #44, which brings several of the notebooks up to date.
Activity