Pull request #900: CAS-14324Merge in CASA/casa6 from CAS-14324 to master
* commit '5dc8e4458daf5060a0061e03dc814880d5bef6e0':
added coverage for mosweight=True and weighting is uniform
fix a bug where uniform was not considered as briggs weighting
Fix a problem with gridwt when restart
Full IQUV briggs weighting mtmfs psf shape bug...fixed
some changes as suggested by reviewer
CAS-14324 : improvements to unit...
Pull request #899: CAS-14507Merge in CASA/casa6 from CAS-14507 to master
* commit '3ffb7e15811f3b8e0a8fed746325730b0b8bd111':
Check for the FC variable for the Fortran compiler path and name
fix hardcoded path to libgcc [CAS-14507]
Pull request #897: Updated task tclean XML following CAS-14501Merge in CASA/casa6 from CAS-14501 to master
* commit 'c5c3c77699fbe29bba5f53db4ff131acbc9822e0':
Updated task tclean XML following CAS-14501
Pull request #895: CAS-14500Merge in CASA/casa6 from CAS-14500 to master
* commit 'ddec656297ccd0d8cde7c69e592a96437808eda5':
CAS-14500 replace imghdr with file command
Pull request #894: CAS-14372Merge in CASA/casa6 from CAS-14372 to master
* commit '752754b903ab9be522b46eb3b29b55f6c2163304':
Update build.conf to master versions
Update casabrowser branch version
Add instructions for building macOS 13/14 using MacPorts ARM64 with Qt6
Update build.conf with the dev CAS-14372 dev packages
std::binary_function removed after C++17 [CAS-14372]
Pull request #893: CAS-14489Merge in CASA/casa6 from CAS-14489 to master
* commit 'f90c6a9a0efa2c15b33b99aceb582401d063722f':
Changed sdimaging into tsdimaging for parameter featherimage following CAS-14489 (documentation change only).
Pull request #892: CAS-14048Merge in CASA/casa6 from CAS-14048 to master
* commit 'c57194d24d6ca48195ed2cba393e611d2b28f4af':
Add closing comma to tasks in add_to_dict if missing
Update weblog to have line wrapping on Safari and Firefox browsers
Pull request #890: CAS-14448Merge in CASA/casa6 from CAS-14448 to master
* commit 'a5a0fb5cc2a4f3ab0f7da79dd9e259a03843eb5d':
Update regex in runtest. Update asyncio process for py312
Pull request #889: CAS-14435Merge in CASA/casa6 from CAS-14435 to master
* commit 'e93b7529ba195e886e8193e4a60804a99778c099':
revert gitmodules
MSMetaData update
looks like i can't get hyperlinks to work in xml docs
try using xml entities for "special" characters
more updated docs
updated docs in msmetadata.xml
CAS-14435 test to verify fix for fdm misidentification for heavy online channnel avg
update .gi...
Pull request #888: CAS-14475Merge in CASA/casa6 from CAS-14475 to master
* commit '7bbdef7336ded306041268fb77d452055533f4e7':
Update casaconfig to 1.0.2
Add casaconfig==1.0.1.dev14475 to build.conf
Exclude casaconfig in runtest.py
added casaconfig==1.0.2.dev1 to pick up test casaconfig for this ticket
CAS-14201: Fix bug with mask=[]If mask is passed in as an empty list, in the case of niter=0 the return
dictionary construction fell over. os.path.exists() wants an empty
string, but if an empty list was passed in it threw a KeyError.
This is now fixed by putting in the appropriate guard rails before it
gets to os.path.exists. The length of the input mask is tested, so
regardless of empty string or list it will catch it the...
Pull request #884: CAS-14439Merge in CASA/casa6 from CAS-14439 to master
* commit 'f11c3ddeec7842927b187f6a4c9dcee141eab55b':
RChanges according to the NAOJ code review Refs #2721 and Refs #2726 - emove dcolor codes from sdimaging deprecation warning due to log file readability issues
Changes according to the NAOJ code review Refs #2715 - changed line length
Removed test messages from warning
Deprecation warning ...
Pull request #883: Update to use util find_spec instead of find_loaderMerge in CASA/casa6 from CAS-14470 to master
* commit 'acf17965893895c92835c7cabddf517ca0821f05':
Update to use util find_spec instead of find_loader