pints
pints copied to clipboard
Updates for numpy 2 compatibility
- Not many changes in PINTS luckily, just replacing a
np.array(x, copy=False)withnp.asarray(x) - Remaining errors are in
pycma. These are already fixed in development but we'll need to wait for a new release.