Ville Suoranta | 8698ad66f97Update version | Update version | | |
Ville Suoranta | 24b674d020e | Revert "Revert "Update version""This reverts commit c1d98f8e73164ad9d794a4d66f50487188316ccf. | | |
Ville Suoranta | c1d98f8e731 | Revert "Update version"This reverts commit c48b2c73186b932dfd47d45c02624bc03554544a. | | |
Ville Suoranta | 15e51e42417M | Merge branch 'master' into release/vspilot/5.6.0 | | |
Ville Suoranta | c48b2c73186 | Update version | | |
Ville Suoranta | aeaa46d8e85 | Revert "Revert "Version update""This reverts commit 51443647148d31e8f1a714ea8730cfc7b158e37d. | | |
Ville Suoranta | 51443647148 | Revert "Version update"This reverts commit 0ef0354747377537e71401bd94f57d7e64cc8709. | | |
Ville Suoranta | b1a199fe1ecM | Merge pull request #978 in CASA/casa from CAS-12488 to master* commit 'aba80b05f8c6b91ad151efb307989c09228233f7':
fix string leaks in logsink, CAS-12488
prevent leaks of LogIO and various measures in measures tool, CAS-12488
prevent LogIO leaks in quanta, CAS-12488
prevent logIO leak in imager tool, CAS-12488 | | CAS-12488 |
Ville Suoranta | 33f18d3258fM | Merge pull request #968 in CASA/casa from CAS-12471 to master* commit '44c513dcb94580b4619179d3163eba32ac3f6aec':
remove unneeded include, trigger builds again, CAS-12471
avoid Record::restructure(), re-construct records, CAS-12471
hamonize management of CasacSupport/toRecord() pointers using unique_ptr, CAS-12471
fix mem leaks in returned rec from coordsys::coordinateValueToRecord(), CAS-12471
fix mem leak in coordsys::torecord, CAS-12471 | | CAS-12471 |
Ville Suoranta | 70f597b144bM | Merge pull request #972 in CASA/casa from CAS-12477 to master* commit '1132681a524677baf3beaf7e138639ac1b1e87e4':
minor nullptr modernization, re-try builds, CAS-12477
ensure all temp records allocated by toRecord are released, CAS-12477
make sure all temporary records from toRecord are released, CAS-12477 | | CAS-12477 |
Ville Suoranta | 4b7cf008032M | Merge pull request #973 in CASA/casa from CAS-12479 to master* commit 'bca1ab8652ce6dffc6f45eedf041d8a7d03c5cdc':
minor modernization, re-try builds, CAS-12479
don't dyn-allocate records if not needed, use unique_ptr otherwise, CAS-11479 | | 2 Jira issues |
Ville Suoranta | 6c930ef2ffaM | Merge pull request #974 in CASA/casa from CAS-12467 to master* commit '261e35c36fd559c080d6be173a2c2a825f2c370f':
Add in the missing comma on line 649 that makes the script fail to interpret :(
Update casa/gcwrap/python/scripts/tests/test_simobserve.py with unittest decorators for CAS-12467 | | CAS-12467 |
Ville Suoranta | 02e6e1821edM | Merge pull request #971 in CASA/casa from CAS-12358 to master* commit 'f32fff357003883e14aab566e19035297c86f575':
relocate a comment
clean up debugging statements
bug fixes to spw/channels used to determine weights
only used selected (via ms.select()) spws in logging
CAS-12358 add log message about which channels will be used | | CAS-12358 |
Ville Suoranta | c547c5bbea2M | Merge pull request #964 in CASA/casa from feature/CAS-12469 to master* commit '13af22bc7454445bc38c1d8ccd0f571dc0a96b2b':
Adding tests for delmod, feather, imrebin, uvmodelfit, and imreframe | | CAS-12469 |
Ville Suoranta | da4fba24704M | Merge pull request #977 in CASA/casa from CAS-12487 to master* commit '7ed57adebceabd8888612bea67ed0ec172bd6d5a':
Removed async from list in flaghelper. Renamed variable async to async_mode in parallel_task_helper. | | CAS-12487 |
Federico Montesino Pouzols | aba80b05f8c | fix string leaks in logsink, CAS-12488 | | CAS-12488 |
Federico Montesino Pouzols | f0dfd25d9f2 | prevent leaks of LogIO and various measures in measures tool, CAS-12488 | | CAS-12488 |
Federico Montesino Pouzols | 82bbafde8aa | prevent LogIO leaks in quanta, CAS-12488 | | CAS-12488 |
Federico Montesino Pouzols | 14206b24869 | prevent logIO leak in imager tool, CAS-12488 | | CAS-12488 |
Ville Suoranta | a1ddef44ecdM | Merge pull request #975 in CASA/casa from CAS-12478 to master* commit '7ab77a91d0a7887b574a37ed926fb04dbbcbc2da':
synthesis* tools: unique_ptr to protect tmp Records from toRecord(), CAS-12478
synthesisimager: ensure tmp Records from toRecord() are released , CAS-12478 | | CAS-12478 |
Ville Suoranta | 37a1885c6f8M | Merge pull request #976 in CASA/casa from CAS-12484 to master* commit '945df12cdd623b3440611ab2cdc9d0921a861b5e':
fix recursive leak in toRecord(), use unique_ptr to manage toRecord() ptrs, CAS-12484 | | CAS-12484 |
Federico Montesino Pouzols | 44c513dcb94 | remove unneeded include, trigger builds again, CAS-12471 | | CAS-12471 |
Federico Montesino Pouzols | 1132681a524 | minor nullptr modernization, re-try builds, CAS-12477 | | CAS-12477 |
Federico Montesino Pouzols | bca1ab8652c | minor modernization, re-try builds, CAS-12479 | | CAS-12479 |
Sandra Castro | 7ed57adebce | Removed async from list in flaghelper.Renamed variable async to async_mode in parallel_task_helper. | | |
Federico Montesino Pouzols | 945df12cdd6 | fix recursive leak in toRecord(), use unique_ptr to manage toRecord() ptrs, CAS-12484 | | CAS-12484 |
Ville Suoranta | 02c3826c468M | Merge pull request #970 in CASA/casa from bugfix/CAS-12148 to master* commit '147fc200dcb21d9d98fe6c598e5d7fbe56e2592d':
Corrected unit tests that make use of a restoring beam/common beam.
Added restoring beam tests to task_tclean.py.
Add a blank space, to commit, and trigger a re-build of tar balls !
CAS-12148 : Added verification tests
Multiply residual by ratio or beams | | CAS-12148 |
Ville Suoranta | 1cc65866648M | Merge pull request #969 in CASA/casa from CAS-12373 to master* commit 'ad89ff8f7a84352f61f2940154e751c951e2dd90':
Fill FitFluxd and FitRefFreq with fluxd and reffreq values for a single spw case | | CAS-12373 |
Ville Suoranta | 76e5282479aM | Merge pull request #966 in CASA/casa from bugfix/CAS-10887 to master* commit '22dbca4a4beb0d60639a4f48279a49ee8fd5c4a6':
C::pi/4 -> C::pi_4
compute disk area correctly, add ia.modify test to confirm correct flux of disk is computed, add disk notes to ia.modify() and ia.fromcomplist() inline help
prepend private method names with "_"
give private fields reasonable names
CAS-10887 rationalize formatting | | CAS-10887 |
David Mehringer | f32fff35700M | Merge branch 'master' into CAS-12358 | | CAS-12358 |
Federico Montesino Pouzols | a9ce784e3c8 | don't dyn-allocate records if not needed, use unique_ptr otherwise, CAS-11479 | | CAS-11479 |
Federico Montesino Pouzols | 7ab77a91d0a | synthesis* tools: unique_ptr to protect tmp Records from toRecord(), CAS-12478 | | CAS-12478 |
Federico Montesino Pouzols | a5b79918a00 | synthesisimager: ensure tmp Records from toRecord() are released , CAS-12478 | | CAS-12478 |
Federico Montesino Pouzols | 74348dda790 | ensure all temp records allocated by toRecord are released, CAS-12477 | | CAS-12477 |
Federico Montesino Pouzols | 240fcd44d35 | make sure all temporary records from toRecord are released, CAS-12477 | | CAS-12477 |
Jan-Willem Steeb | 147fc200dcb | Corrected unit tests that make use of a restoring beam/common beam. | | |
Ville Suoranta | fe10e336528M | Merge pull request #963 in CASA/casa from CAS-12431 to master* commit 'bece3c156902e5bcbcf7baf773934aeaefb5f673': (129 commits)
CAS-12431 minor formatting
CAS-12431 eliminate tabs
CAS-12431 eliminate tabs
CAS-12431 eliminate tabs
CAS-12431 eliminate tabs
CAS-12431 eliminate tabs
CAS-12431 eliminate tabs from visstat.xml
CAS-12431 eliminate tabs from polcal.xml
CAS-12431 eliminate tabs from plotprofilemap.xml
CAS-12431 eliminate tabs f... | | CAS-12431 |
Federico Montesino Pouzols | 782fd1fa1ae | avoid Record::restructure(), re-construct records, CAS-12471 | | CAS-12471 |
Jan-Willem Steeb | 07c1207300a | Added restoring beam tests to task_tclean.py. | | |
Jan-Willem Steeb | 1199666ba94M | Merge branch 'master' into bugfix/CAS-12148 | | CAS-12148 |
Ville Suoranta | 24d5ddf299fM | Merge pull request #967 in CASA/casa from CAS-10951 to master* commit 'd536f49a4de931b840b276c9b1a8c17356fd04f1':
Change control flow in hourangle calculations and enforce another static typing for string addition in qa toolkit call
Enforce static type (str) for hourangle calculations and add some line breaks to improve code format. | | CAS-10951 |
Federico Montesino Pouzols | 3984b7d9aac | hamonize management of CasacSupport/toRecord() pointers using unique_ptr, CAS-12471 | | CAS-12471 |
Federico Montesino Pouzols | 926fd013bbe | fix mem leaks in returned rec from coordsys::coordinateValueToRecord(), CAS-12471 | | CAS-12471 |
Takeshi Nakazato | bece3c15690M | Merge branch 'master' into CAS-12431 | | CAS-12431 |
Ville Suoranta | 0ef03547473 | Version update | | |
Andrew McNichols | 261e35c36fd | Add in the missing comma on line 649 that makes the script fail to interpret :( | | |
Federico Montesino Pouzols | 1296f31eecf | fix mem leak in coordsys::torecord, CAS-12471 | | CAS-12471 |
Ville Suoranta | 630f88ce9a2M | Merge pull request #965 in CASA/casa from CAS-12460 to master* commit '86b5c1c61f79b05d38b17564b7554f9ab71b53cb':
Copied the recent update from test_refimager to test_tclean
Inital change: copied test_refimager.py to test_tclean.py and update relevant files | | CAS-12460 |
Ville Suoranta | 821c3615b03M | Merge pull request #961 in CASA/casa from CAS-12465 to master* commit '29ca89198693c25ca32ce0c0a9919ddc1b8bea18':
CAS-12465 remove deprecated typedefs | | CAS-12465 |
David Mehringer | 22dbca4a4beM | Merge branch 'master' into bugfix/CAS-10887Conflicts:
code/components/ComponentModels/DiskShape.cc | | CAS-10887 |