1. casa
  2. casa5

Commits

AuthorCommitMessageCommit dateIssues
Ville SuorantaVille Suoranta
8698ad66f97Update versionUpdate version
Ville SuorantaVille Suoranta
24b674d020eRevert "Revert "Update version""This reverts commit c1d98f8e73164ad9d794a4d66f50487188316ccf.
Ville SuorantaVille Suoranta
c1d98f8e731Revert "Update version"This reverts commit c48b2c73186b932dfd47d45c02624bc03554544a.
Ville SuorantaVille Suoranta
15e51e42417MMerge branch 'master' into release/vspilot/5.6.0
Ville SuorantaVille Suoranta
c48b2c73186Update version
Ville SuorantaVille Suoranta
aeaa46d8e85Revert "Revert "Version update""This reverts commit 51443647148d31e8f1a714ea8730cfc7b158e37d.
Ville SuorantaVille Suoranta
51443647148Revert "Version update"This reverts commit 0ef0354747377537e71401bd94f57d7e64cc8709.
Ville SuorantaVille Suoranta
b1a199fe1ecMMerge 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-12488CAS-12488
Ville SuorantaVille Suoranta
33f18d3258fMMerge 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-12471CAS-12471
Ville SuorantaVille Suoranta
70f597b144bMMerge 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-12477CAS-12477
Ville SuorantaVille Suoranta
4b7cf008032MMerge 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-114792 Jira issues
Ville SuorantaVille Suoranta
6c930ef2ffaMMerge 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-12467CAS-12467
Ville SuorantaVille Suoranta
02e6e1821edMMerge 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 usedCAS-12358
Ville SuorantaVille Suoranta
c547c5bbea2MMerge pull request #964 in CASA/casa from feature/CAS-12469 to master* commit '13af22bc7454445bc38c1d8ccd0f571dc0a96b2b': Adding tests for delmod, feather, imrebin, uvmodelfit, and imreframeCAS-12469
Ville SuorantaVille Suoranta
da4fba24704MMerge 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 PouzolsFederico Montesino Pouzols
aba80b05f8cfix string leaks in logsink, CAS-12488CAS-12488
Federico Montesino PouzolsFederico Montesino Pouzols
f0dfd25d9f2prevent leaks of LogIO and various measures in measures tool, CAS-12488CAS-12488
Federico Montesino PouzolsFederico Montesino Pouzols
82bbafde8aaprevent LogIO leaks in quanta, CAS-12488CAS-12488
Federico Montesino PouzolsFederico Montesino Pouzols
14206b24869prevent logIO leak in imager tool, CAS-12488CAS-12488
Ville SuorantaVille Suoranta
a1ddef44ecdMMerge 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-12478CAS-12478
Ville SuorantaVille Suoranta
37a1885c6f8MMerge 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-12484CAS-12484
Federico Montesino PouzolsFederico Montesino Pouzols
44c513dcb94remove unneeded include, trigger builds again, CAS-12471CAS-12471
Federico Montesino PouzolsFederico Montesino Pouzols
1132681a524minor nullptr modernization, re-try builds, CAS-12477CAS-12477
Federico Montesino PouzolsFederico Montesino Pouzols
bca1ab8652cminor modernization, re-try builds, CAS-12479CAS-12479
Sandra CastroSandra Castro
7ed57adebceRemoved async from list in flaghelper.Renamed variable async to async_mode in parallel_task_helper.
Federico Montesino PouzolsFederico Montesino Pouzols
945df12cdd6fix recursive leak in toRecord(), use unique_ptr to manage toRecord() ptrs, CAS-12484CAS-12484
Ville SuorantaVille Suoranta
02c3826c468MMerge 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 beamsCAS-12148
Ville SuorantaVille Suoranta
1cc65866648MMerge 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 caseCAS-12373
Ville SuorantaVille Suoranta
76e5282479aMMerge 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 formattingCAS-10887
David MehringerDavid Mehringer
f32fff35700MMerge branch 'master' into CAS-12358CAS-12358
Federico Montesino PouzolsFederico Montesino Pouzols
a9ce784e3c8don't dyn-allocate records if not needed, use unique_ptr otherwise, CAS-11479CAS-11479
Federico Montesino PouzolsFederico Montesino Pouzols
7ab77a91d0asynthesis* tools: unique_ptr to protect tmp Records from toRecord(), CAS-12478CAS-12478
Federico Montesino PouzolsFederico Montesino Pouzols
a5b79918a00synthesisimager: ensure tmp Records from toRecord() are released , CAS-12478CAS-12478
Federico Montesino PouzolsFederico Montesino Pouzols
74348dda790ensure all temp records allocated by toRecord are released, CAS-12477CAS-12477
Federico Montesino PouzolsFederico Montesino Pouzols
240fcd44d35make sure all temporary records from toRecord are released, CAS-12477CAS-12477
Jan-Willem SteebJan-Willem Steeb
147fc200dcbCorrected unit tests that make use of a restoring beam/common beam.
Ville SuorantaVille Suoranta
fe10e336528MMerge 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 PouzolsFederico Montesino Pouzols
782fd1fa1aeavoid Record::restructure(), re-construct records, CAS-12471CAS-12471
Jan-Willem SteebJan-Willem Steeb
07c1207300aAdded restoring beam tests to task_tclean.py.
Jan-Willem SteebJan-Willem Steeb
1199666ba94MMerge branch 'master' into bugfix/CAS-12148CAS-12148
Ville SuorantaVille Suoranta
24d5ddf299fMMerge 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 PouzolsFederico Montesino Pouzols
3984b7d9aachamonize management of CasacSupport/toRecord() pointers using unique_ptr, CAS-12471CAS-12471
Federico Montesino PouzolsFederico Montesino Pouzols
926fd013bbefix mem leaks in returned rec from coordsys::coordinateValueToRecord(), CAS-12471CAS-12471
Takeshi NakazatoTakeshi Nakazato
bece3c15690MMerge branch 'master' into CAS-12431CAS-12431
Ville SuorantaVille Suoranta
0ef03547473Version update
Andrew McNicholsAndrew McNichols
261e35c36fdAdd in the missing comma on line 649 that makes the script fail to interpret :(
Federico Montesino PouzolsFederico Montesino Pouzols
1296f31eecffix mem leak in coordsys::torecord, CAS-12471CAS-12471
Ville SuorantaVille Suoranta
630f88ce9a2MMerge 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 filesCAS-12460
Ville SuorantaVille Suoranta
821c3615b03MMerge pull request #961 in CASA/casa from CAS-12465 to master* commit '29ca89198693c25ca32ce0c0a9919ddc1b8bea18': CAS-12465 remove deprecated typedefsCAS-12465
David MehringerDavid Mehringer
22dbca4a4beMMerge branch 'master' into bugfix/CAS-10887Conflicts: code/components/ComponentModels/DiskShape.ccCAS-10887

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut