Pull request #674: CAS-13991Merge in CASA/casa6 from CAS-13991 to master
* commit '15478135c01be4678c2a7ca1f498bb0dba50f490':
fixed a crash due to vector of freq
Removed some code crud that was causing TempImage creation and destruction for nothing.
Pull request #673: CAS-14034Merge in CASA/casa6 from CAS-14034 to master
* commit 'ab164c0632a84cd7269b8ee8c6b4645ea1abd908':
Update casampi reference to 0.5.3
Update casampi to 0.5.2a14034.dev1
Pull request #672: CAS-14021Merge in CASA/casa6 from CAS-14021 to master
* commit 'c9fa1a9a011e1aa956c0c664e6e52a3a49820b82':
Removed unecessary logging lines
Fixed indentation error
Fix Indent error
Removed casa5 code from files
Fixed typo in formatting
Increased the tolerance for one test, to check both linux and macOS
Pull request #671: Fix a bug in reading Bz offset valueMerge in CASA/casa6 from CAS-14035 to master
* commit 'b1b197fccda8033a42f7e513f3cfb9320d8e3566':
Fix a bug in reading Bz offset value
Pull request #670: CAS-14009 fix memory overrun in sdfitMerge in CASA/casa6 from CAS-14009 to master
* commit 'f7afdec0885c931f5e26baa4e1d9eed9318b097a':
CAS-14009 make checkList const
CAS-14009 refactoring
CAS-14009 use struct instead of tuple
CAS-14009 simplify the code
CAS-14009 include header files explicitly
CAS-14009 remove trailing whitespace
CAS-14009 bug fix on lambda function
CAS-14009 avoid copy-and-paste coding
CAS-140...
Pull request #669: CAS-13786Merge in CASA/casa6 from CAS-13786 to master
* commit 'd636740f33de029a5751ac9088ed4012e24a3031':
Modify type checking to slighty more cleaner way
Fixed some bugs in almastktestutils and added more tests
remove old copy of the tests
Added more tests
Added tests for almastktestutils
Add tests for almastktestutils
Minor typo fixes
Renamed update_subsetExpvals to update_expdict_su...
Pull request #668: CAS-13998Merge 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-rel...
Pull request #667: CAS-14001 fix buffer overrun in importasapMerge in CASA/casa6 from CAS-14001 to master
* commit '7004408817f7664acb68e16cf74af28ee776d7d8':
CAS-14001 fix buffer overrun in importasap
Pull request #664: CAS-14019Merge in CASA/casa6 from CAS-14019 to master
* commit 'bea30e4513d77c22b1743572e36467bf2e791e40':
allow for cleanup of compile flags for ccache (macos) + improve libgfortran finding [CAS-14019]
changes to allow casatools to compile w/ gcc12 on macos [CAS-14019]
Pull request #666: CAS-13924Merge in CASA/casa6 from CAS-13924 to master
* commit '775f0f2e5c206bc19cc59ed2695ab2134fd8e67e': (34 commits)
Benign edits in the comment lines to re-trigger build
Increment the casampi version
Add the initialization of InteractiveIterDone
Change test_iterbot_nmajor_2 to use fullsummary=True
Change fullsummary default to False
Remove a debugging statement
Removed startIterDone c...
Pull request #665: CAS-13845 Improve performance of tsdimagingMerge in CASA/casa6 from CAS-13845 to master
* commit '3688deee88c29152da8a97419d4234119af75fe9':
CAS-13845 bug fix of ViColumns2 on heterogeneous MS handling
CAS-13845 (effectively) revert changes in makeFrequencyConverter
CAS-13845 rename symbols for readability
CAS-13845 assert telescope name
CAS-13845 combine isNewMS() if blocks into one
CAS-13845 rename variable for readabili...