I had no idea we even had conventions for PR names. I'll read the link.
I added DM-9436 to handle making afw's `spatialCellExample.py` run again. It is lower priority and needs more work than I felt was justified in this ticket.
At this point we can build all of lsst_distrib in Jenkins and the stack demo will run. Note that meas_multifit is not yet wrapped, so the build only works due to a hack in obs_subaru to not pull in that package. Also there are temporary hack to disable ctrl_events and ctrl_orca, both of which will be retired very shortly and so were not worth converting to pybind11.
In most cases this updates code that not unit tested, including examples, display code and a bit of other library code.
In obs_sdss I fixed a problem that prevented lsst_dm_stack_demo from running under python 2 (which I would have caught as part of
DM-9429if Jenkins could have been used to run the stack demo at that point, as it now can).