Skip to content

v2.0.0

Compare
Choose a tag to compare
@mhvk mhvk released this 17 May 17:33
v2.0.0

PyERFA v2.0.0 (17/05/2021)

  • 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]