Build: #389 was successful Rebuilt by Ville Suoranta
Code commits
Casa6
-
David Mehringer 414390e41f10b68d393866f45dbafcbdf71c7102
Pull request #594: CAS-13849 mods to quanta tool to support cngi feather2
Merge in CASA/casa6 from CAS-13849 to master
* commit '13bf5fd6d8979a4771fd56c6e86be473b591c719':
add notes to getvalue and getunit that multi-dimensional arrays are not supported
explict cast to Vector<double> as required by casacore update
update qa.unit() which is just a wrapper for qa.quantity()
Added the new test_tool_quanta to the mapping of tests json file so that the tests run automatically in Bamboo.
clean up
checkpoint
fix to make MacOS 11 CI build happy I hope
more informative error handling for convert()
code clean up
tests for quanta tool
updates to qa.convert() and qa.quantity() -
Darrell Schiebel 4a723a553560c1d96f8b398f99d6b38167fda7fc
Pull request #592: CAS-13808
Merge in CASA/casa6 from CAS-13808 to master
* commit 'd9998c3d7e191b277f492b053ab29895e7783478': (32 commits)
accomodate casacore vector conversion changes [CAS-13808]
validation: fix docs + segv [CAS-13808]
verification: change rows(...) to row(...) [CAS-13808]
fix formatting for readthedocs [3] (CAS-13808)
fix formatting for readthedocs [2] (CAS-13808)
fix formatting for readthedocs (CAS-13808)
trigger rebuild (CAS-13808)
add useful constructor (like python-casacore) [CAS-13808]
improve docs + invalidate tablerow object when origin table is closed or deleted (CAS-13808)
Changed the directory where to get the test data from.
fixes for verification [CAS-13808]
Enable the new test_tool_table to run in Bamboo.
fix typo [CAS-13808]
add code review clarification [CAS-13808]
raw pointer fixes suggested during code review [CAS-13808]
add documentation for storing a row [CAS-13808]
add tests for 'columnnames' parameter [CAS-13808]
add documentation [CAS-13808]
call accessor 'tb.rows( )' instead of 'tb.row( )'; help distinguish from python-casacore [CAS-13808]
fix memory leaks and GIL related segv
... -
David Mehringer 13bf5fd6d8979a4771fd56c6e86be473b591c719 m
Merge branch 'master' into CAS-13849
-
Darrell Schiebel <darrell@schiebel.us> d9998c3d7e191b277f492b053ab29895e7783478 m
accomodate casacore vector conversion changes [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 860c256eff9096274c695188f163cb5b7d334fa3 m
Merge branch 'master' into CAS-13808
-
Darrell Schiebel <darrell@schiebel.us> 9c7c9ab6ac10a2a9a6469bb6d9109868decc3b14 m
validation: fix docs + segv [CAS-13808]
-
David Mehringer 28a4d8300fd0365985433d2d5bdb02a00baf4fca m
add notes to getvalue and getunit that multi-dimensional arrays are not supported
-
David Mehringer a46784c6b07df08c69a89b6e84926c0382fdcb02 m
explict cast to Vector<double> as required by casacore update
-
David Mehringer d59ffda02cebeea6521292d2d1dbb59e0dc5a355 m
Merge branch 'master' into CAS-13849
Conflicts:
casatools/src/tools/quanta/quanta_cmpt.cc -
David Mehringer 93bbebb91afdc64ea3b180f12b71e7a3a46e9772 m
Merge branch 'CAS-13849' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13849
-
David Mehringer 95b9dc57fdc1d43f7e1534ed039b6e2129e7e5bf m
update qa.unit() which is just a wrapper for qa.quantity()
-
Darrell Schiebel <darrell@schiebel.us> 473bd2c48b1a7e8856934079902c661d52c04d8c m
verification: change rows(...) to row(...) [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 5ee9dcc59eb82b1472997eb882aae7feb12968e1 m
fix formatting for readthedocs [3] (CAS-13808)
-
Darrell Schiebel <darrell@schiebel.us> b747d3e5ea0ede476822c541719dd4cfde773459 m
fix formatting for readthedocs [2] (CAS-13808)
-
Darrell Schiebel <darrell@schiebel.us> 83a5e99ef5c3281722a5b10d260b8db329e1fc54 m
fix formatting for readthedocs (CAS-13808)
-
Darrell Schiebel <darrell@schiebel.us> b1a1c314b48dc98ef1031c0850c499cc94fdc17d m
trigger rebuild (CAS-13808)
-
Darrell Schiebel <darrell@schiebel.us> 6a0e9a518b51da6d0fe20122ad2ff2e07b664505 m
add useful constructor (like python-casacore) [CAS-13808]
- casatools/ac/templates/setup.py.in (version 6a0e9a518b51da6d0fe20122ad2ff2e07b664505) (diffs)
- casatools/scripts/xml-casa (version 6a0e9a518b51da6d0fe20122ad2ff2e07b664505) (diffs)
- casatools/src/tools/tablerow/tablerow_cmpt.cc (version 6a0e9a518b51da6d0fe20122ad2ff2e07b664505) (diffs)
- casatools/xml/tablerow.xml (version 6a0e9a518b51da6d0fe20122ad2ff2e07b664505) (diffs)
-
Darrell Schiebel <darrell@schiebel.us> 00003454ec2e92c83fc56543b470a86543330116 m
improve docs + invalidate tablerow object when origin table is closed or deleted (CAS-13808)
- casatools/src/tools/table/table_cmpt.cc (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/src/tools/table/table_forward.h (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/src/tools/table/table_private.h (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/src/tools/tablerow/tablerow_cmpt.cc (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/src/tools/tablerow/tablerow_private.h (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/xml/table.xml (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
-
Sandra Castro b0197510d77010fcca152f749a705646252129d3 m
Added the new test_tool_quanta to the mapping of tests json file so that the tests run automatically in Bamboo.
-
David Mehringer 25c68611ea036d550aae74359cf5c3e27e886abf m
Merge branch 'master' into CAS-13849
-
Sandra Castro d68bdd41e19830770660495a423c1f9c76a9be3a m
Changed the directory where to get the test data from.
-
David Mehringer 53dff2e86a0cf0fd0ac9dadf91d8d9a84c41cbdd m
clean up
-
David Mehringer 18a55e1ace4fd5c73f7771e7756d415353acf94f m
checkpoint
-
David Mehringer 293e82bfdc8a23d2d51b0701bb983d433b283926 m
fix to make MacOS 11 CI build happy I hope
-
David Mehringer 68c0be9861cea6f92258c3f377ac56e827efbbab m
more informative error handling for convert()
-
David Mehringer 6be6feed70dde7eec46a5c4d32390731c786c50e m
code clean up
-
David Mehringer 8e3d0a71c38c67b6597cd81ef2fdfc3650a5113a m
tests for quanta tool
-
David Mehringer d5a2a8d240c9045ea907cc0a41e508e076a0acc9 m
updates to qa.convert() and qa.quantity()
-
Darrell Schiebel <darrell@schiebel.us> bca85f99f620b878cdda5d66e65f8b85a0c8d8b3 m
fixes for verification [CAS-13808]
- casatools/src/tools/tablerow/tablerow_cmpt.cc (version bca85f99f620b878cdda5d66e65f8b85a0c8d8b3) (diffs)
- casatools/src/tools/tablerow/tablerow_private.h (version bca85f99f620b878cdda5d66e65f8b85a0c8d8b3) (diffs)
- casatools/tests/tools/table/test_tool_table.py (version bca85f99f620b878cdda5d66e65f8b85a0c8d8b3) (diffs)
-
Sandra Castro 7951cb98452f9a705fe89dca15d4de65717c5a1b m
Enable the new test_tool_table to run in Bamboo.
-
Darrell Schiebel <darrell@schiebel.us> 32e7fc1be24455952b26f285e9de8fe5e215a3de m
fix typo [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 751e4c4deb700827e1f84eae2a6dc4b6379acb89 m
add code review clarification [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 9b6a1d688ac58882bcee7a6954bda937a61eeb18 m
raw pointer fixes suggested during code review [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> a17dd815edb3d60ae05ce4e3a708d53035505584 m
add documentation for storing a row [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 5420706b3f2b4677c42c244bb6a0e1062dab357a m
add tests for 'columnnames' parameter [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 7362f1ce7a8e0929292cd01d4a576700c51f02ed m
add documentation [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> c6d825b29a2e7aea009ba1fba5a504d7c6cf1584 m
call accessor 'tb.rows( )' instead of 'tb.row( )'; help distinguish from python-casacore [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 7e22fe4c4959d93115188cb32fc0522d9851556e m
fix memory leaks and GIL related segv
-
Darrell Schiebel <darrell@schiebel.us> cb33a336359abd24307dfb8cc6eb716a58d07a1e m
simplify data path discovery
-
Darrell Schiebel <darrell@schiebel.us> 983dff9ccc7a14a24d404bbc6f2b93a9a38ab6f0 m
fix (un)signed warning
-
Darrell Schiebel <darrell@schiebel.us> 3ef2e9f55acb6da3d21313498bbdd8395ce60eed m
add test case for tablerow
-
Darrell Schiebel <darrell@schiebel.us> 01a608d92ad709c3ec786aa2397ebefc024f2167 m
fix array conversion to avoid segv on macos
-
Darrell Schiebel <darrell@schiebel.us> 368f595200353df730b51a765b9e08c0426dc5df m
change resolve( ) [for casatools only] to return a fully qualified path when the data is found directly using the search path
-
Darrell Schiebel <darrell@schiebel.us> fac52c989512237156b989f0dfc1a4ec40bd75f0 m
add done( ) to clear table reference
-
Darrell Schiebel <darrell@schiebel.us> 63bbe80704827104ad0f72cfa933fc581c496f1d m
Merge branch 'master' into CAS-13808
-
Darrell Schiebel <darrell@schiebel.us> 8934955ab33bfaef72774a0c20a1afff9e2e2948 m
missing semicolon
-
Darrell Schiebel <darrell@schiebel.us> b324472d2b82fa275ad1a76002134f87b67adce6 m
minor cleanup of formatting
-
Darrell Schiebel <darrell@schiebel.us> 073110681b88c59521d048d6719fc4fa95e10cc0 m
clean up shared_ptr use + remove changes related to adding global taql cmd
-
Darrell Schiebel <darrell@schiebel.us> 0a880ae88fd132df7df0cabab43ca12bb309c26f m
access to Python.h is required for cmpts w/ pyobj addition to XML
-
Darrell Schiebel <darrell@schiebel.us> 1bc3578fc983f006e6352a02f78db00a0c047c01 m
PyArray_New shape pointer is const in newer versions of numpy
-
Darrell Schiebel <darrell@schiebel.us> 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7 m
add row(...) to the table tool
- casatools/ac/templates/setup.py.in (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/binding/include/casa_typemaps.i (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/binding/include/casaswig_types.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/scripts/xml-casa (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/table/table_cmpt.cc (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/table/table_forward.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/table/table_private.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/tablerow/tablerow_cmpt.cc (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/tablerow/tablerow_forward.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/tablerow/tablerow_private.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/xml/table.xml (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/xml/tablerow.xml (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)