https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
c5a1b46 Update changelog for new version, minor changelog correction. 29 April 2020, 17:15:36 UTC
46f310e use np.bool_ for conj, cython now supports npy_bool typed arrays 29 April 2020, 15:47:53 UTC
160c287 specify python 3 version in cython compilation, update GETI to use // 29 April 2020, 15:47:53 UTC
b4e361f update changelog 29 April 2020, 15:47:53 UTC
6d14f0a add 10 deg beam cut inside of tutorial.rst 29 April 2020, 15:47:53 UTC
cc8ef23 a vectorization in inds_to_keep for to_healpix() 29 April 2020, 15:47:53 UTC
9451641 note cython necessary for coverage reporting of pyx extensions 29 April 2020, 15:47:53 UTC
4e13dec try enabling coverage on cython file for corr_fits 29 April 2020, 15:47:53 UTC
1fa21ac update test coverage scripts 29 April 2020, 15:47:53 UTC
9818a22 off load input_output_mapping to cython 29 April 2020, 15:47:53 UTC
b748cf0 changelog update 29 April 2020, 15:47:53 UTC
c973ce5 a explanatory comment in set_uvw_from_antpos 29 April 2020, 15:47:53 UTC
165100a set the conj value as 1 since it is an int not bool 29 April 2020, 15:47:53 UTC
d05eab3 enforce sorting of self.antenna_array in set_uvws 29 April 2020, 15:47:53 UTC
365efa1 unused import deletion in miriad_wrap.pyx 29 April 2020, 15:47:53 UTC
3c54282 readability formatting 29 April 2020, 15:47:53 UTC
ecf7cbf impore compiled c extension 29 April 2020, 15:47:53 UTC
0dbb3d6 reword a nasty for loop into cython 29 April 2020, 15:47:53 UTC
c74ced0 vectorize set_uvw_from_antenna_positions 29 April 2020, 15:47:53 UTC
ff9e5de some small tweaks, vectorizes in corr_fits 29 April 2020, 15:47:53 UTC
69af3af vectorize get_lst_for_time caclulation 29 April 2020, 15:47:53 UTC
9cc16cd Remove __future__ imports from all files; add mode: python magic where missing 29 April 2020, 01:39:33 UTC
c053c5f try to re-enable xdist defaults repo wide 28 April 2020, 03:11:57 UTC
4b2e242 try exporting PATH 28 April 2020, 03:11:57 UTC
46d8ac3 tabbing issues 28 April 2020, 03:11:57 UTC
9cc5f5b add conda installation 28 April 2020, 03:11:57 UTC
2b219e0 try sudo update 28 April 2020, 03:11:57 UTC
0081bd9 remove erroneous dash 28 April 2020, 03:11:57 UTC
f117895 move machine parameter 28 April 2020, 03:11:57 UTC
5cfcb72 specify build image for machine 28 April 2020, 03:11:57 UTC
cb17f68 try machine style build on circleci 28 April 2020, 03:11:57 UTC
c632711 some small tweaks in uvdata.check to speed up checking 28 April 2020, 03:11:57 UTC
6e3eab1 some more explicit typing on inputs, raw_write to have numpy inputs 28 April 2020, 03:11:57 UTC
c52e59a Add warnings filters for uvh5 tests 28 April 2020, 03:11:57 UTC
6b8e92f Take option out of setup.cfg and try again 28 April 2020, 03:11:57 UTC
4b8b6a1 Turn off parallel tests for circleci 28 April 2020, 03:11:57 UTC
c585e45 Try to get circleci build to not use -n option 28 April 2020, 03:11:57 UTC
19c13a9 Revert "update circleci invocation with --tx option instead" This reverts commit b289e718db65445a94d2b7acd8486cbed5185a5a. 28 April 2020, 03:11:57 UTC
ad2776b break up some large mwa_corr_fits tests, a space in corr_fits.py 28 April 2020, 03:11:57 UTC
1025494 update circleci invocation with --tx option instead 28 April 2020, 03:11:57 UTC
6bacaeb force circleci provider to only use 2 workers on tests 28 April 2020, 03:11:57 UTC
4e549c2 update yaml files to reflect minimum pytest-cases version 28 April 2020, 03:11:57 UTC
d829e2f remove "tests_require" in setup.py 28 April 2020, 03:11:57 UTC
408df1d added pytest-xdist as a test-requires package and to yaml files 28 April 2020, 03:11:57 UTC
bf8708a added changelog 28 April 2020, 03:11:57 UTC
0c2ea24 added an extra else raise to hwrite_init 28 April 2020, 03:11:57 UTC
47d5e16 add a comment at top of test_miriad. remove a lot of comments 28 April 2020, 03:11:57 UTC
0d66fdd add a small check in to make sure initialize_partial_uvh5 can clobber 28 April 2020, 03:11:57 UTC
3aba235 copy cst beams to the tmp dir so the yaml loader can read properly 28 April 2020, 03:11:57 UTC
a12afa7 a straggler test that did not get tmp_path 28 April 2020, 03:11:57 UTC
54565be specify minimum pytest-cases version for uvflag testing, better handling of pytest-cases inside of uvflag 28 April 2020, 03:11:57 UTC
0e1c4c0 a pep compliance from the rebase 28 April 2020, 03:11:57 UTC
5099bfa write something into the two dummy files 28 April 2020, 03:11:57 UTC
254c13a Add a dummy file written for two tests to ensure the clobber works 28 April 2020, 03:11:57 UTC
b3f714b remove tmp_path from two ms tests that didn't need it to begin with 28 April 2020, 03:11:57 UTC
31748e9 better type checking on hwrite 28 April 2020, 03:11:57 UTC
3aa9bb7 remove most of the manual garbage collection in test_miriad 28 April 2020, 03:11:57 UTC
d774434 add cython to build environment, update setup.py for new extension 28 April 2020, 03:11:57 UTC
d93ccc6 wrap miriad file names in str, cython does not play nicely with np.str_ 28 April 2020, 03:11:57 UTC
3a1dc4b re-wrote miriad_wrap as cython extension, untrack/ignore miriad_wrap.cpp the pyx file rewrites the cpp file now every time the extension is cythonized. if we need the original wrapper we can roll back the repo. 28 April 2020, 03:11:57 UTC
6990735 Add user-callable close function for miriad objects; update tests 28 April 2020, 03:11:57 UTC
6453eb1 use new alias for parametrize plus in uvflag 28 April 2020, 03:11:57 UTC
f372427 caught a few more cases in test_uvdata and a syntax fix 28 April 2020, 03:11:57 UTC
0876b45 update uvflag tests to use tmp_path 28 April 2020, 03:11:57 UTC
5e4c349 uvdata related tests changed to use tmp_path 28 April 2020, 03:11:57 UTC
43833e6 update cal related test to use tmp_path 28 April 2020, 03:11:57 UTC
a86535e change beam related tests to use tmp_path 28 April 2020, 03:11:57 UTC
a6afc83 remove temporary directory setup in conftest 28 April 2020, 03:11:57 UTC
8708864 Add clarifying comments 27 April 2020, 16:00:51 UTC
e297822 update changelog to include uvfits & beamfits 27 April 2020, 16:00:51 UTC
1b43916 pull FITS extra_keyword extraction out to a utility function 27 April 2020, 16:00:51 UTC
9012fe8 pass --> continue 27 April 2020, 16:00:51 UTC
5106289 update changelog 27 April 2020, 16:00:51 UTC
9a715ba more natural ordering 27 April 2020, 16:00:51 UTC
7a3f39d replace header item removel with skipping in extra_keywords step 27 April 2020, 16:00:51 UTC
4a1c347 another small speedup 24 April 2020, 17:04:02 UTC
738f5fb address review comments 24 April 2020, 17:04:02 UTC
514f9f5 clean up imports 24 April 2020, 17:04:02 UTC
c33419e add another importor skip. 24 April 2020, 17:04:02 UTC
8bef871 put importor skip in healpix fixture 24 April 2020, 17:04:02 UTC
f6d9679 use fixtures and cut sky healpix maps to speed up beam tests 24 April 2020, 17:04:02 UTC
2176518 update tutorial and changelog 24 April 2020, 00:13:57 UTC
4745b70 Fix uvdata copy to skip properties 24 April 2020, 00:13:57 UTC
7e79934 Add a copy method to UVBase, update UVData copy to keep extra attributes 24 April 2020, 00:13:57 UTC
a8c8a63 error if ms phase_dir is a polynomial 23 April 2020, 21:04:40 UTC
2ea0f38 Make some methods private on UVData; update calls and deprecation accordingly 23 April 2020, 21:04:40 UTC
004ddc6 more uvh5 multidim_index tests 21 April 2020, 23:59:42 UTC
e3ee9ec more tests for UVH5 multidim_index 21 April 2020, 23:59:42 UTC
3409b56 modified: CHANGELOG.md 21 April 2020, 23:59:42 UTC
149ca61 added tests for UVH5 read multidim index 21 April 2020, 23:59:42 UTC
54baedd updated UVH5 multidim_index doc 21 April 2020, 23:59:42 UTC
d0e4194 modified: uvh5.py 21 April 2020, 23:59:42 UTC
796108d added multdim_slice to read_uvh5 and uvdata.read 21 April 2020, 23:59:42 UTC
16e7ed2 pep8 21 April 2020, 23:59:42 UTC
a7e6c89 uvh5 read slice fixes 21 April 2020, 23:59:42 UTC
a30ee74 added fast H5PY slice indexing for UVH5.read_uvh5() 21 April 2020, 23:59:42 UTC
c61ffa8 linting 16 April 2020, 22:07:00 UTC
c0c53ff test_spline_opts 16 April 2020, 22:07:00 UTC
f54a885 update docstrings 16 April 2020, 22:07:00 UTC
6938328 changelog 16 April 2020, 22:07:00 UTC
back to top