You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundled liberfa version update to v2.0.0. This includes new functionality,
and hence pyerfa 2.0.0 cannot run with previous versions of liberfa.
erfa.dt_eraLDBODY has been corrected to ensure that the 'pv' entry is
now of type erfa.dt_pv, so that cross-assignments with that dtype work
correctly. [gh-74]
erfa_generator now also generates a test_ufunc.py file that
runs all the C code tests on the ufuncs, thus verifying the code
wrapping worked correctly. As part of that, the ability to give
specific output file names has been removed, as it was not used.
(Note: these changes have no effect on use of PyERFA.) [gh-71]