Open rly opened 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 86.72%. Comparing base (
dd39d0e
) to head (527871f
).
🚨 Try these New Features:
The Windows failure is due to a change in Numpy 2.0:
The default integer type on Windows is now int64 rather than int32, matching the behavior on other platforms
The tests need to be updated. I'll do this next week.
Motivation
numpy was pinned to <2.0 due to incompatibilities in pynwb and hdmf-zarr and maybe other tools. Those should be resolved now.
h5py was pinned to <3.12.0 due to an issue with windows that has been fixed and released.