https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
d1829ef increase version to 1.4.0 05 June 2019, 20:11:41 UTC
2447b0d add layout file to test data 05 June 2019, 19:39:05 UTC
4072e78 update changelog 05 June 2019, 19:39:05 UTC
0142392 Add test that fails on master 05 June 2019, 19:39:05 UTC
95c9969 FHD follows UVFITS uvw direction convention 05 June 2019, 19:39:05 UTC
b0f512f update changelog 05 June 2019, 15:21:45 UTC
80344f6 Add option to be able to *not* write lsts to uvfits files. 05 June 2019, 15:21:45 UTC
ce3b8b4 Numpy style docstrings (#604) * update some docstrings in uvdata.py to numpy style * update more docstrings * fix bugs introduced by eliminating *args and **kwargs, add tests * fix handling of multiple input parameters with the same type/description * fix a bug from the tutorial, add tests to catch it * fix tests to actually cover passing _key2inds a nested tuple * un-reorder uvdata methods for ease of PR and rebasing will make issue to re-reorder * improve returns section handling * Fix docstring errors Adam found * fix key types everywhere * fix issues introduced in rebase * fix another rebase mistake * and another rebase fix 03 June 2019, 17:41:01 UTC
0433774 update changelog, fix tutorial links 03 June 2019, 15:05:24 UTC
8234daa update the tutorial 03 June 2019, 15:05:24 UTC
6ba60f7 update changelog 03 June 2019, 15:05:24 UTC
a5aca36 make inflate_by_redudancy not assume nblts=bls*ntimes also clarify redundancy methods return baseline numbers not inds, add conjugation convenience option to get_antenna_redundancies and update docstrings to numpy style. 03 June 2019, 15:05:24 UTC
78e6b49 Add pyyaml too 31 May 2019, 21:26:09 UTC
82a9bd3 Add mpi4py to hera_cal testing environment 31 May 2019, 21:26:09 UTC
ebd9542 Update circleci call for hera_cal 31 May 2019, 15:22:02 UTC
42d297d changelog update 29 May 2019, 19:54:58 UTC
ce716b5 only calculate lst for unique times in set_lsts_from_time_array 29 May 2019, 19:54:58 UTC
9d6f01b changelog update 29 May 2019, 19:01:41 UTC
d31fe84 update circleci call of hera_qm 29 May 2019, 19:01:41 UTC
255cb0f changelog update 28 May 2019, 18:45:58 UTC
bfb14e0 added a skipIf for python2 for the unicode string test 28 May 2019, 18:45:58 UTC
0eda159 added keepdims keyword in np.string_ call for antenna_names 28 May 2019, 18:45:58 UTC
6722022 remove double precision data test 28 May 2019, 18:45:58 UTC
d191a11 added test uvh5: if cast antenna_names to array, cannot read back uvh5 28 May 2019, 18:45:58 UTC
680664d remove the TODO, content is in an issue 23 May 2019, 18:17:56 UTC
b003848 more docstring improvements 23 May 2019, 18:17:56 UTC
a24b7b2 docstrings fixes in aipy_extracts and get_fhd_history 23 May 2019, 18:17:56 UTC
624ad62 remove the telescopes.__all__ because of known telescope dict rename 23 May 2019, 18:17:56 UTC
5984fbc Add get_fhd_history to the developer docs, update the docstring 23 May 2019, 18:17:56 UTC
3eafff5 fix known telescopes dict name 23 May 2019, 18:17:56 UTC
175a14e Update the docs based on telecon discussion 23 May 2019, 18:17:56 UTC
ea29fd1 convert nose to pytest 23 May 2019, 00:22:22 UTC
b7e45ef fix tutorial references 23 May 2019, 00:22:22 UTC
20cdd3e fix tutorial formatting 23 May 2019, 00:22:22 UTC
1858800 Improve linking and rendering of tutorials 23 May 2019, 00:22:22 UTC
6f84537 update changelog and tutorial 23 May 2019, 00:22:22 UTC
c18327b fix tests and bugs 23 May 2019, 00:22:22 UTC
30658fe Add test coverage 23 May 2019, 00:22:22 UTC
0e705ac add testing for reorder_blts, bug fixes 23 May 2019, 00:22:22 UTC
2ed8fc9 Add test coverage for conjugate_bls, remove conj_convention param 23 May 2019, 00:22:22 UTC
f4c907c Add optional parameters to track blt_order and conj_convention 23 May 2019, 00:22:22 UTC
4d5aba3 replace _set_u_positive with conjugate_bls, fix bugs 23 May 2019, 00:22:22 UTC
84dcd74 Add conjugate_bls, set bda preferred ordering 23 May 2019, 00:22:22 UTC
4f988a6 rename ant_order to bl_ant_order 23 May 2019, 00:22:22 UTC
4268e27 Fix minor order logic 23 May 2019, 00:22:22 UTC
0b685a8 add reordering to new fast_concat test 23 May 2019, 00:22:22 UTC
e306951 fix sorting to actually work, add reordering to fast_concat test 23 May 2019, 00:22:22 UTC
bb55d26 harmonize with reorder_pols 23 May 2019, 00:22:22 UTC
bf76992 start work on method to reorder blt axis 23 May 2019, 00:22:22 UTC
ffffacb added some text about running `test_coverage.sh` in contributing guide 22 May 2019, 18:57:04 UTC
3d11070 uvdata: removed unittest class in favor of pytest fixtures 22 May 2019, 18:57:04 UTC
d1da58d convert parameter yield and unpacking with a simple class 22 May 2019, 18:57:04 UTC
1be2b20 uvcal: removed unittes.TestCases and replaced with fixtures 22 May 2019, 18:57:04 UTC
4f78a34 removed unused param, added comment about yield/de 22 May 2019, 18:57:04 UTC
33f73e2 removed unittest from uvbeam in favor of pytest fixtures 22 May 2019, 18:57:04 UTC
ab970c7 add .pytest_cache to .gitignore 22 May 2019, 18:57:04 UTC
1301833 add check for antennas with data not in antenna_numbers in uvdata/uvcal add tests 22 May 2019, 18:57:04 UTC
39f0f97 remove prints in test_utils 22 May 2019, 18:57:04 UTC
17f2f23 Explicit exception raised in test_fhd_cal 22 May 2019, 18:57:04 UTC
8910a71 more unused imports 22 May 2019, 18:57:04 UTC
cb1d1bc renamed duplicated test name 22 May 2019, 18:57:04 UTC
e992865 more unused imports in tests 22 May 2019, 18:57:04 UTC
71821e2 another unused import 22 May 2019, 18:57:04 UTC
9b7022b removed unused imports in conftest 22 May 2019, 18:57:04 UTC
55b984d conftest copyright 2019 22 May 2019, 18:57:04 UTC
0c81690 deprecation now warns removal in 1.5 22 May 2019, 18:57:04 UTC
e91e75c typo fix: -n in readme 22 May 2019, 18:57:04 UTC
83ea801 Make test in test_uvcal.py actually check something (and pass) 22 May 2019, 18:57:04 UTC
a61c559 added tools:pytest to setup.cfg to ignore scripts directory 22 May 2019, 18:57:04 UTC
dbaa7c0 PEP8 fix 22 May 2019, 18:57:04 UTC
f20b630 deprecate the `skip` function for dependencies 22 May 2019, 18:57:04 UTC
99f4b2e update appveyor to pytests 22 May 2019, 18:57:04 UTC
64a62c9 typo in tests/__init__.py 22 May 2019, 18:57:04 UTC
ae94f9e convert skipIF decorators to pytest style 22 May 2019, 18:57:04 UTC
ad81e0c removed a sneaky cm.exception call 22 May 2019, 18:57:04 UTC
7e60b35 typo in conftest 22 May 2019, 18:57:04 UTC
54a5874 created conftest file used for testing environment in pytest moved and combined setup and teardown information for testing environment to conftest file. pytest cannot use nose-style setup_package and teardown_package functions in __init__ 22 May 2019, 18:57:04 UTC
81e6229 two cm.exception calls not changed first pass 22 May 2019, 18:57:04 UTC
fb81bd7 PEP 8 fixes 22 May 2019, 18:57:04 UTC
0152500 update readme 22 May 2019, 18:57:04 UTC
6a465d3 update setup.py and setup.cfg 22 May 2019, 18:57:04 UTC
8069579 updated readme 22 May 2019, 18:57:04 UTC
92eff97 ci tools ani configs & yamls nose --> pytest 22 May 2019, 18:57:04 UTC
bf9197d scripts nose --> pytest 22 May 2019, 18:57:04 UTC
f1b4dbe version nose --> pytest 22 May 2019, 18:57:04 UTC
34f1cfd uvh5 nose --> pytest 22 May 2019, 18:57:04 UTC
74bc8e3 start uvh5 nose --> pytest 22 May 2019, 18:57:04 UTC
f5b66c0 uvflag nose --> pytest 22 May 2019, 18:57:04 UTC
6602a39 uvfits nose --> pytest 22 May 2019, 18:57:04 UTC
cfbf442 uvdata nose --> pytest 22 May 2019, 18:57:04 UTC
336746a uvcal nose --> pytest 22 May 2019, 18:57:04 UTC
bfa2874 uvbeam nose --> pytest 22 May 2019, 18:57:04 UTC
b95b71b uvbase nose --> pytest 22 May 2019, 18:57:04 UTC
2c9b149 utils nose --> pytest, also catch a few depreciation warnings 22 May 2019, 18:57:04 UTC
236b366 telescopes nose --> pytest 22 May 2019, 18:57:04 UTC
5b1c98f parameter nose --> pytest 22 May 2019, 18:57:04 UTC
700e76f ms nose --> pytest 22 May 2019, 18:57:04 UTC
2d96d9e miriad nose --> pytest 22 May 2019, 18:57:04 UTC
86d010a fdh nose --> pytest. update depreciation warning in a write call 22 May 2019, 18:57:04 UTC
ce728a2 fdh_cal nose --> pytest 22 May 2019, 18:57:04 UTC
back to top