Pull request #1024: CAS-14672Merge in CASA/casa6 from CAS-14672 to master
* commit '7939dcd2725a8f21a815277e7ded37f038d9e00b':
mode mvc was not synchronising the number of major cycles in the PySynthesisImager object that does the mfs deconvolution
Pull request #1023: CAS-14542Merge in CASA/casa6 from CAS-14542 to master
* commit '3525ae31ab2256d91b1b75132368ce6dc74b3d10':
Move Bamboo function to atlassian_helper. Minor fix to pytest command line checking. Syntax updates
Add skipped plotweather tests to main test suite
Comment out skipped tests in plotbandpass. Update component map
Extend Checking of Skips to classes. Add Documentation
Add new pytest comma...
Pull request #1022: CAS-14642Merge in CASA/casa6 from CAS-14642 to master
* commit 'd33b16358c14e79b73a2ef239c1ac5b8c64ec017': (81 commits)
Removed long description and exampels from xml/pccor.xml
Added a time range without a explicit date, removed tests that used fallback_to_fringefit.
Removed parameter fallback_to_fringefit.
Fixed a typo in pccor.xml and also added an example using a timerange with no explicit d...
Pull request #1020: CAS-14721Merge in CASA/casa6 from CAS-14721 to master
* commit 'bd2244ca347eb757e7d535e26dc3869b98923d86':
casaconfig now at 1.5.0
casaconfig to 1.5.0dev2
CAS-14721 build changes to find the casaconfig for this ticket
Pull request #1018: CAS-14665Merge in CASA/casa6 from CAS-14665 to master
* commit '566784115bfc1347dc168d58f50c87387a133e94':
CAS-14665: Test concat of MSes with duplicate fields
Pull request #1016: CAS-14697Merge in CASA/casa6 from CAS-14697 to master
* commit 'c4b13bfdf7ec8fe89ba3eee9add05d5d15ed9fd3':
new tests added, implementation for CAS-14697 done
CAS-14697 : FIELD SDM additions with very preliminary test change
CAS-14697 : fill new SDM related non-standard columns as appropriate
Pull request #1019: increment casampi version to 0.6.0 ( py 3.13 compatibility )Merge in CASA/casa6 from CAS-14733 to master
* commit 'f345621f6a62c0f5c479db830b972932776435c5':
increment casampi version to 0.6.0 ( py 3.13 compatibility )
Pull request #1017: CAS-13729Merge in CASA/casa6 from CAS-13729 to master
* commit 'f933e4ccbc4e28725510a1762c0c724825acb907':
Update based on the review comments
Increase timeout of test_stk_alma_multi_ebs_multi_pointings_pipeline_imaging for bamboo testing
Add test_stk_alma_multi_ebs_multi_pointings_pipeline_imaging to component map
fix a bug
convert np.int64 to int before wirte to a json file
Fix ms data pa...
Pull request #1015: CAS-14660Merge in CASA/casa6 from CAS-14660 to master
* commit '02deacd8419d1d66054aa5c0ed3d91d051e2b1a0':
Update gitmodules to casacore
Add test_CAS_11460 back into macos test suites
add skipIf test due to limited bamboo resources
test verifying CAS-14660 fix
updated casacore test
casacore LatticeStatistics bug fix
Pull request #1013: CAS-14696Merge in CASA/casa6 from CAS-14696 to master
* commit '3c2de42b15490af1a399e615b5bad74aaeb39f6b':
second round of changes from almasw
added correlatorSoftwareVersion to CorrelatorMode and fixed some types - update follows ICT-25982 status
First round of ASDM changes related to ICT-25982
Pull request #1014: CAS-14541Merge in CASA/casa6 from CAS-14541 to master
* commit '4d6d309a586f6c28fffd6a45e34749cb29276dbb':
Update self xml to local variable, remove unnecessary code, update dictionary key value accessing
Update runtime variable for writing to pytest xml
Generate pytest xml for tests that generate weblog
Pull request #1011: CAS-14040: fftshift has incorrect math in casacoreMerge in CASA/casa6 from CAS-14040 to master
* commit '6fbcaea397bc847c331604099531e0b20230884c':
decrease timeout to original value after casacore update
Update casacore to include fix for MCFrame performance regression (https://github.com/casacore/casacore/pull/1454)
Increase timeout for single dish Solar test
CAS-14040: Fix unit tests after fix in casacore fftshift implementation
...
Pull request #1010: CAS-14177Merge in CASA/casa6 from CAS-14177 to master
* commit '294eb38701fff385f70b4c0c1d8bebe0ffc5eb06':
Replace socket.timeout with TimeoutError
CAS-14177 use f-string
update casacore reference
gencal done
Pull request #1006: CAS-14652Merge in CASA/casa6 from CAS-14652 to master
* commit 'c1afd3cdfffd0eb580f79162c0d49a22504528af':
deleted casa5 simutil.py
Add New Base Tests for correlator testing. re-use existing tests and add the new 'correlator' options
fix default value of correlator
reorder keyword args to match xml
fixed telescope name
updated xml taper efficiency to match simutil.py
added correlator para...
Replace socket.timeout with TimeoutErrorChange is a bit out of scope. But the former is deprecated alias of the latter since Python 3.10 so it is safer to change it now.