Known Issues

The following list shows the currently known issues of PyCPL 1.0.4

  • Currently only the most recent error on the CPL error stack, which may be generated when a recipe exits with an error condition, is received from the child process. Thus, PyCPL reports only the most recent error that occurred. This will be addressed in a future release.

  • On macOS the recipe name prefix is not shown in the recipe message output when running CPL recipes.

  • The recently released NumPy 2.5 deprecates direct assignement to the ndarray.shape attribute. This is used by PyCPL in the cpl.core.Mask.rotate function and causes a deprecation warning to be shown. This will be resolved in the next release.