Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cython defs to v1.6 compatibility in v1.12 #1536

Closed

Commits on Apr 21, 2020

  1. update cython defs to v1.6 compatibility in v1.12

    HDF5 v1.12 provides a compatibility feature, however it seems to not
    have covered everything, i.e. the compatibility-v1.6 is not the same as
    v1.6, so fixup the differences.
    
    Note: with HDF5 v1.12.0, a further patch is required to H5version.h
    (generated from H5vers.txt), to fix missing functions/types in the v1.6
    compatibility spec (not sure whether it's a bug in upstream or not; it
    seems that the information about the API version in which a function is
    introduced might be inaccurate).
    
    Fixes issues in h5py#1504 and PR h5py#1506.
    acolinisi committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    e3055d9 View commit details
    Browse the repository at this point in the history