As with sasmodels and sasview, the sasdata code base needs to be updated for the breaking changes in numpy 2.0.0 and scipy 1.14. In particular NaN and NAN are no longer valid in numpy. Currently we are pinning to an older version of numpy and scipy for release 6.0 but this should not be forgotten
As with sasmodels and sasview, the sasdata code base needs to be updated for the breaking changes in
numpy 2.0.0
andscipy 1.14
. In particular NaN and NAN are no longer valid in numpy. Currently we are pinning to an older version of numpy and scipy for release 6.0 but this should not be forgotten