https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
fcb088f Update changelog for new release 04 February 2021, 21:17:00 UTC
6a1c34e Add blank lines to the end of docstrings 04 February 2021, 18:03:47 UTC
c21a3eb Remove unreachable code 04 February 2021, 18:03:47 UTC
4fbfb39 Add tests for parameter equality checking 04 February 2021, 18:03:47 UTC
7f51bce Streamline setup.py 04 February 2021, 18:03:47 UTC
95ac1aa Update how tests of parameter classes and types are done 04 February 2021, 18:03:47 UTC
20868f7 Make expected_type mirror python builtins 04 February 2021, 18:03:47 UTC
8e649ee update the environment.yaml and readme dependency requirements 04 February 2021, 18:03:47 UTC
3dd9091 set pyproject to use `oldest-supported-numpy` for build env. this numpy is independent of the version installed in the users environment and depends on the architecture of the machine. It is involved in the interfacing with the extensions generated by cython. 04 February 2021, 18:03:47 UTC
6e35268 Undo erroneous type change 04 February 2021, 18:03:47 UTC
7558697 Fix parameter tests 04 February 2021, 18:03:47 UTC
e7219f1 Make some cython changes to avoid warnings 04 February 2021, 18:03:47 UTC
03e5f53 Add temporary additional filter for h5py warnings 04 February 2021, 18:03:47 UTC
182d553 Undo type change 04 February 2021, 18:03:47 UTC
842efb9 Make uvdata tests pass without warnings 04 February 2021, 18:03:47 UTC
0f4539e Get uvflag tests passing with no warnings 04 February 2021, 18:03:47 UTC
58d1916 Get uvcal tests passing without warnings 04 February 2021, 18:03:47 UTC
a9a5088 Get uvbeam tests passing with no warnings 04 February 2021, 18:03:47 UTC
372ab73 Get all tests in pyuvdata/tests to pass with no warnings 04 February 2021, 18:03:47 UTC
e061217 Fix a few more int -> int64 instances 04 February 2021, 18:03:47 UTC
95d180f Fix some expected type checks in uvbeam 04 February 2021, 18:03:47 UTC
281ceef Add more instances of explicit typing; use more np.floating for parameter types 04 February 2021, 18:03:47 UTC
15e7e4a Use np.floating for expected type comparison 04 February 2021, 18:03:47 UTC
2cfa7ac Change parameter expected types from np.bool_ -> bool 04 February 2021, 18:03:47 UTC
6348e9a convert np.int -> np.int64, np.float -> np.float64 04 February 2021, 18:03:47 UTC
41cedd7 convert np.bool -> np.bool_ 04 February 2021, 18:03:47 UTC
931c987 Change how type handling is done in parameter type checking 04 February 2021, 18:03:47 UTC
14c961c update changelog 28 January 2021, 21:31:41 UTC
f6e1d27 Remove unreachable code 28 January 2021, 21:31:41 UTC
a3a758c Add test for input_output_mapping 28 January 2021, 21:31:41 UTC
ddf42b1 change [:] to [::1] in cython codes, add explanatory comments 28 January 2021, 21:31:41 UTC
4ac96a6 added some docstrings; explain it operates in place. 28 January 2021, 21:31:41 UTC
9f91b75 replace numpy float_ with float64 28 January 2021, 21:31:41 UTC
faa8edf some reading cleanup, inplace calculations, and cable diff speed updates 28 January 2021, 21:31:41 UTC
ded7912 black formatting, some more comments 28 January 2021, 21:31:41 UTC
d500c28 perform digital gain and coarse band corrections inplace 28 January 2021, 21:31:41 UTC
8d9d7ac move file reading to own function, better for garbage collection 28 January 2021, 21:31:41 UTC
1ab2cee update the changelog 21 January 2021, 23:01:53 UTC
dac4b7c Add test that errors before bugfix, better fixture use 21 January 2021, 23:01:53 UTC
9683b2e Fix handling of times when averaging by redundancy 21 January 2021, 23:01:53 UTC
b52fbf5 update changelog 21 January 2021, 23:01:12 UTC
d915ca0 fix accidental cython change 21 January 2021, 23:01:12 UTC
d084cd9 switch quacktime to goodtime 21 January 2021, 23:01:12 UTC
b0d43f5 change start_flag and end_flag defaults; add propagate_coarse_flags 21 January 2021, 23:01:12 UTC
5ace26c linting 14 January 2021, 05:23:16 UTC
1ad56a6 add to docstring 14 January 2021, 05:23:16 UTC
7ee7775 raise from exception 14 January 2021, 05:23:16 UTC
60574ec changelog 14 January 2021, 05:23:16 UTC
2917600 more tests on _adj_list and _find_cliques 14 January 2021, 05:23:16 UTC
87f4994 slight speedup in utils._adj_list 14 January 2021, 05:23:16 UTC
a2ababd for baseline redundancies, error on ambiguous baselines 14 January 2021, 05:23:16 UTC
4a5d957 fix two tests 14 January 2021, 05:23:16 UTC
1a7c8c9 remove code for old method 14 January 2021, 05:23:16 UTC
639325c optimize redundancy finder 14 January 2021, 05:23:16 UTC
34afe81 remove the github docs build now that the RTD PR build is working 13 January 2021, 19:33:22 UTC
6e80df0 update known telescopes docs to point out astropy sites integration 13 January 2021, 19:33:22 UTC
f1365f3 Fixing tests to handle duplicate astropy entires 05 January 2021, 21:15:18 UTC
6208e65 fix python version passing in workflow 05 January 2021, 19:31:13 UTC
f9ff13d Only build docs on python 3.7 05 January 2021, 19:31:13 UTC
49229c6 build on 3.9 rather than 3.6 05 January 2021, 19:31:13 UTC
29fbd8b remove unnecessary upload step 05 January 2021, 19:31:13 UTC
3c43ca3 Don't activate env in build because it's already activated 05 January 2021, 19:31:13 UTC
d9bd944 try fixing the python version test 05 January 2021, 19:31:13 UTC
066fac1 Try using `-l` for bash login to ensure conda env is found 05 January 2021, 19:31:13 UTC
36240d3 don't fail fast, try fix for getting correct python version 05 January 2021, 19:31:13 UTC
2568377 correct env_name in workflow 05 January 2021, 19:31:13 UTC
acc9c20 fix docs for RTD, add CI to build docs 05 January 2021, 19:31:13 UTC
6efeaf8 update CHANGELOG 22 December 2020, 02:36:15 UTC
97b1798 add support for extra_keywords loading from uvdata 22 December 2020, 02:36:15 UTC
5cfcd6f build external tests against python 3.7 16 December 2020, 18:45:54 UTC
2cb3446 update pytest and pytest-cases version requirements 16 December 2020, 18:45:54 UTC
e49f895 update CI yamls and setup to test against 3.9; drop 3.6 active testing 16 December 2020, 18:45:54 UTC
76b43ba Update the changelog for a new minor release (2.1.3) 16 December 2020, 16:43:44 UTC
fe961d0 uvbase: replace formatting strings w/ f-string because they are prettier 15 December 2020, 22:42:45 UTC
15275ac test for new quantity warnings/support 15 December 2020, 22:42:45 UTC
79f0118 add warning if param is quantity but expected_type is not; code clean up 15 December 2020, 22:42:45 UTC
208efed take item(0) of ndarrays when checking parameter, quantity support 15 December 2020, 22:42:45 UTC
28f1480 pragma: no cover for continue coverage bug 15 December 2020, 22:42:45 UTC
f1b1cfa change comment wording 15 December 2020, 22:42:45 UTC
1abb511 add checks for when expected_type is a quantity or quantity subclass 15 December 2020, 22:42:45 UTC
7deebb5 explicitly cast telescope array to float64 15 December 2020, 22:42:45 UTC
819eb54 replace float128 with float64 since windows does not have 128 15 December 2020, 22:42:45 UTC
b09acfb cast telescope value as an array to get dtype, not read off parameter 15 December 2020, 22:42:45 UTC
016df8b tweak uvbase to check expected type of quantities better 15 December 2020, 22:42:45 UTC
d5a40ed add a generic type getter for Parameters, allow strict overwrite 15 December 2020, 22:42:45 UTC
ba7e1eb replace np.int and np.float32 with integer and floating for generality 15 December 2020, 22:42:45 UTC
90537f7 Try to fix weird pytest errors 13 December 2020, 20:05:54 UTC
10e00a7 Temporarily add the six package to our conda env for python-casacore The newer builds of python-casacore list six as a dependency, but older builds do not and sometimes the CI grabs an older build. 13 December 2020, 16:51:37 UTC
307c948 filter warnings 13 December 2020, 16:51:37 UTC
9d24f6c fix bugs from rebase 13 December 2020, 16:51:37 UTC
523cdce Update the changelog 13 December 2020, 16:51:37 UTC
c4a0b77 fix test after fixing default uvfits keyword spelling 13 December 2020, 16:51:37 UTC
ed99033 fix handling of telescope frame for Cotter files add tests 13 December 2020, 16:51:37 UTC
fc61a8b Fix handling of FHD antenna positions, add test against mwa corr file 13 December 2020, 16:51:37 UTC
ac8c006 address review comments, update the changelog 11 December 2020, 19:21:28 UTC
24bf786 remove errant print statement 11 December 2020, 19:21:28 UTC
ca4dc53 improve test coverage 11 December 2020, 19:21:28 UTC
408c4d3 use np.longdouble rather than "f16" to fix numpy issues on Windows 11 December 2020, 19:21:28 UTC
5d80c5b use astropy sites for known telescopes, include HERA antenna positions update tests 11 December 2020, 19:21:28 UTC
bae350e fix another calfits test bug 11 December 2020, 19:21:28 UTC
back to top