Ville Suoranta | a05cd8f6319 | Update build.conf to 14473 UI wheels | | |
Ville Suoranta | e1de9d068ccM | Merge remote-tracking branch 'origin/CAS-14503' into CAS-14473 | | 2 Jira issues |
Kazuhiko Shimada | 7ac9c940b5f | CAS-14503: added the reference of global scope to exec() | | CAS-14503 |
Kazuhiko Shimada | 19fabae3658 | CAS-14503: fixed for versions prior to 3.12 | | CAS-14503 |
Kazuhiko Shimada | 04ec6ca8af7 | CAS-14503: specified an argument to exec() to set scope | | CAS-14503 |
Ville Suoranta | 04c55b40ad8 | Update build.conf for CAS-14504 | | CAS-14504 |
 Takeshi Nakazato | 7ad6c8f85bdM | Pull request #895: CAS-14500Merge in CASA/casa6 from CAS-14500 to master
* commit 'ddec656297ccd0d8cde7c69e592a96437808eda5':
CAS-14500 replace imghdr with file command | | CAS-14500 |
Takeshi Nakazato | ddec656297cM | Merge branch 'master' into CAS-14500 | | CAS-14500 |
Ville Suoranta | fea63b8b714M | 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] | | CAS-14372 |
Ville Suoranta | 752754b903a | Update build.conf to master versions | | |
Takeshi Nakazato | 8762d08663e | CAS-14500 replace imghdr with file command | | CAS-14500 |
 Bjorn Emonts | 7945f2e865eM | 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). | | CAS-14489 |
 Akeem Wells | 1b519a094caM | 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 | | CAS-14048 |
 Akeem Wells | f25025dd5e7M | Pull request #890: CAS-14448Merge in CASA/casa6 from CAS-14448 to master
* commit 'a5a0fb5cc2a4f3ab0f7da79dd9e259a03843eb5d':
Update regex in runtest. Update asyncio process for py312 | | CAS-14448 |
Akeem Wells | c57194d24d6 | Add closing comma to tasks in add_to_dict if missing | | |
Akeem Wells | bf0cb7cd3b7M | Merge branch 'master' into CAS-14048 | | CAS-14048 |
Pam Harris | b31c81ab077 | Update casabrowser branch version | | |
Akeem Wells | a5a0fb5cc2aM | Merge branch 'master' into CAS-14448 | | CAS-14448 |
 David Mehringer | 918d00f470eM | 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... | | CAS-14435 |
Bjorn Emonts | f90c6a9a0efM | Merge remote-tracking branch 'origin/master' into CAS-14489 | | CAS-14489 |
David Mehringer | e93b7529ba1 | revert gitmodules | | |
David Mehringer | 46a6e4708d0 | MSMetaData update | | |
Ville Suoranta | 036a47caa7aM | 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-14475 |
Bjorn Emonts | 2ea17544474 | Changed sdimaging into tsdimaging for parameter featherimage following CAS-14489 (documentation change only). | | CAS-14489 |
Ville Suoranta | 7bbdef7336d | Update casaconfig to 1.0.2 | | |
Akeem Wells | 534b6388295M | Merge branch 'master' into CAS-14448 | | CAS-14448 |
David Mehringer | f31d785f639 | looks like i can't get hyperlinks to work in xml docs | | |
David Mehringer | 3dd3a5d2961 | try using xml entities for "special" characters | | |
David Mehringer | b21fcff76d5 | more updated docs | | |
David Mehringer | 92dafd56db1M | Merge branch 'master' into CAS-14435 | | CAS-14435 |
David Mehringer | d079d2116c2 | updated docs in msmetadata.xml | | |
 Srikrishna Sekhar | 40b0c6f9a39M | Pull request #885: CAS-14201Merge in CASA/casa6 from CAS-14201 to master
* commit 'b71d591b336f451eafdd6b5d603f185da4313b2b':
CAS-14201: Fix bug with mask=[]
CAS-14201 : Undo previous commit, with fix
CAS-14201 : Removed spurious immod call
CAS-14201 : Removed debug print statements
CAS-14201 : Intermediate commit, many cout statements
CAS-14201 : Fix peakResNM and peakRes swap
CAS-14201 - Multifield summar... | | CAS-14201 |
Srikrishna Sekhar | b71d591b336 | 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... | | CAS-14201 |
Ville Suoranta | 24e50579a51 | Add instructions for building macOS 13/14 using MacPorts ARM64 with Qt6 | | |
Ville Suoranta | f46232986fbM | Merge remote-tracking branch 'origin/master' into CAS-14372 | | CAS-14372 |
 Ihor Ihnatiev | 13f6e3f0f3aM | 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 ... | | CAS-14439 |
Srikrishna Sekhar | a50650a4785M | Merge remote-tracking branch 'origin/master' into CAS-14201 | | CAS-14201 |
Ihor Ihnatiev | f11c3ddeec7M | Merge branch 'master' into CAS-14439 | | CAS-14439 |
Ville Suoranta | 35c487a7cadM | Merge branch 'CAS-14469' into CAS-14475 | | 2 Jira issues |
Ville Suoranta | e8a251591ff | Add casaconfig==1.0.1.dev14475 to build.conf | | |
Ville Suoranta | 37e1da04055 | Update build.conf with the dev CAS-14372 dev packages | | CAS-14372 |
 Akeem Wells | 5c7ff663419M | 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 | | CAS-14470 |
Akeem Wells | ad9380b5651M | Merge branch 'master' into CAS-14448 | | CAS-14448 |
Ville Suoranta | 91a2c410d34 | Exclude casaconfig in runtest.py | | |
Bob Garwood | dd0d026a429 | added casaconfig==1.0.2.dev1 to pick up test casaconfig for this ticket | | |
Akeem Wells | acf17965893 | Update to use util find_spec instead of find_loader | | |
 Takahiro Tsutsumi | c26249c8821M | Pull request #880: Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fixMerge in CASA/casa6 from CAS-14465 to master
* commit 'bc7512a0f92339aa2ee25a7909238b92e8879733':
Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fix | | CAS-14465 |
Ihor Ihnatiev | c2c652557c4 | 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 | | |
Takahiro Tsutsumi | bc7512a0f92 | Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fix | | |
Ville Suoranta | 28ed41636d5M | Pull request #879: Update tests/tasks/test_task_simobserve.py (CAS-14429)Merge in CASA/casa6 from CAS-14429 to master
* commit '0f91b3e9b4011f3b383a3f5920b31c1c54b658d4':
Update tests/tasks/test_task_simobserve.py (CAS-14429) | | CAS-14429 |