Commits
Pull request #668: CAS-13998
Merge in CASA/casa6 from CAS-13998 to master * commit '7171ca9fe34a29c01ca71cc2d66dd72cf00539ca': numpy interface changes [CAS-13998] Fixed expired deprecation gh-22004. Replaced np.int_ with int Reverted the changes to int8,16,32,64 and float16,32 as they are not deprecated. Fixed the deprecation errors coming from numpy 1.24+ that were causing failures in tests. Removed casa5-related code switch to numpy.bool_ [CAS-13998] numpy 1.20.0 deprecated the numpy.bool type alias [CAS-13998] Fixed SyntaxWarning: "is" with a literal. Fixed np.complex and self.assertEquals deprecation warnings.