Pull request #802: Replaced test_element_mismatch with a new test_element_match because
Merge in CASA/casa6 from CAS-14328 to master
* commit 'cee5117dcebdf8c6e43e4f43f2aa9488fe5658c8':
Replaced test_element_mismatch with a new test_element_match because the concept of capturing the exception string from the original test got deprecated with numpy 1.26.4. The new test case tests that fetching a column is the same as creating an array from rows that are iterated from an array.
Pull request #797: CAS-13593
Merge in CASA/casa6 from CAS-13593 to master
* commit '83499ed98ebfc2a2c42eb2a27262f8d5351d6b9e':
Added a unit test to verify CAS-13593 fix
Switched the order of the evaluation for ephemeris data (table vs Measures data) in the if statement in getMovingSourceDir()
Fix for empty phasecenter case
Added the ephemeris data specific parameter check and error message for phasecenter
Pull request #798: CAS-14301 fix bookkeeping error in Image2DConvolver.tcc
Merge in CASA/casa6 from CAS-14301 to master
* commit '5c33501dd3e6d79fa9fc4dbb633f32dd5df6ca49':
add test to verify CAS-14301 fix
remove commented debug statements
fix counting error so all polarizations are included
remove \ at end of comment line to squash compile warning
Pull request #800: CAS-14330
Merge in CASA/casa6 from CAS-14330 to master
* commit '87dc76a61cbd98cc71f0459a8335a5f5c2bac098':
Replaced the use of verify_ms to use the version in casatestutils/testpher.py:verifyMS. Removed the verify_ms function.
Fixed the variable to be compatible with the latest numpy 1.26.4.