I am doing something that needs fairly accurate parallactic angles, and discovered that the astroplan calculation of parallactic angle does not agree with the skycalc C program, for an ICRS SkyCoord and obstime in 2025. It does agree with skycalc in year 2000. The attached script sets up a calculation for a few times from 2000 to 2099 (same date and time at 25 year intervals) and prints the hour angle and parallactic angle, and it shows only minuscule change over 99 years. The hour angle should change by almost 5 minutes of time from 2000-04-02 to 2099-04-02, with a corresponding change in parallactic angle.
I tried using the plot_airmass and plot_parallactic functions to make plots for the same object in year 2000 and year 3000, and found that the plot_airmass correctly shows transit changing by about 50 minutes from 2000 to 3000, but plot_parallactic shows no change.
I believe this is because the Observer.target_hour_angle() and .parallactic_angle() methods are using the target.ra and .dec in the native frame (like ICRS) without precessing them to the time of observation.
astroplan_parang_test.py