TRIQS / h5

A high-level C++ interface to the hdf5 library
https://triqs.github.io/h5
Other
3 stars 7 forks source link

[fix] np.int / np.float / np.complex removed #12

Closed the-hampel closed 1 year ago

the-hampel commented 1 year ago

np.int / np.float / np. complex are deprecated (np v1.20) / removed (np v1.24) but used in various tests. Fixes issue #866 (https://github.com/TRIQS/triqs/issues/866)

Wentzell commented 1 year ago

This looks good, thank you @the-hampel