https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
8f60aa5 remove python numpy calls for cython numpy in van vleck code 16 February 2021, 20:13:13 UTC
f096b62 declare tuple type returns for hread_init and hread 16 February 2021, 20:13:13 UTC
d3eadba add some explanatory comments 16 February 2021, 20:13:13 UTC
a4a39bc match gps_a to _gps_a Co-authored-by: Paul La Plante <plaplant@berkeley.edu> 16 February 2021, 20:13:13 UTC
a8e6014 allocate a fixed length array, only copy max_length anyway 16 February 2021, 20:13:13 UTC
f10a063 try not using an inline to make windows happy 16 February 2021, 20:13:13 UTC
cefdb8c remove unused python import from corr_fits.pyx 16 February 2021, 20:13:13 UTC
912b606 remove rogue newline 16 February 2021, 20:13:13 UTC
44ad709 use strncmp in miriad_wrap 16 February 2021, 20:13:13 UTC
97a1e68 some scary bytes casting to get byte memoryviews to work in cython 16 February 2021, 20:13:13 UTC
8b7949b add C flags for cython line tracing the test coverage scripts 16 February 2021, 20:13:13 UTC
6346820 add compilation flags for allowing cython tracing to CI builds online 16 February 2021, 20:13:13 UTC
1e5daaf calc nblts inside cable length function, remove cython trace macro 16 February 2021, 20:13:13 UTC
3407c4e remove parallel stuff, we can tackle this beast later if necessary 16 February 2021, 20:13:13 UTC
6fe481f enable cython linetrace, this won't work without the CFLAGS though 16 February 2021, 20:13:13 UTC
473ed33 remove remaining python numpy in _utils 16 February 2021, 20:13:13 UTC
55f3575 change xyz/lla/enu/ecef to not use python numpy 16 February 2021, 20:13:13 UTC
87aa651 use helpers to find max, use parallel for large bls, no python numpy 16 February 2021, 20:13:13 UTC
8045e92 break baseline to antums into two helper functions, parallel for large n 16 February 2021, 20:13:13 UTC
b1c2a2b change imports around, explicitly initialize numpy arrays, add helpers 16 February 2021, 20:13:13 UTC
0affbed remove ECEF_FROM_ENU to use lowercase from consistent with other utils 16 February 2021, 20:13:13 UTC
0f12dde move corr fits out of its own folder 16 February 2021, 20:13:13 UTC
daf737a touch up lots of `except +` vs `except *` this was very trial and error Not sure how this even worked correctly in the old version of the code. 16 February 2021, 20:13:13 UTC
0223f93 hread does not return an int 16 February 2021, 20:13:13 UTC
b5f0998 remove a few more boundschecks 16 February 2021, 20:13:13 UTC
f56cb9f cannot type _get_?_ functions because of variable output types 16 February 2021, 20:13:13 UTC
1f2964a make length of arrays signed long to avoid compilation warngings 16 February 2021, 20:13:13 UTC
6df77ad add some typing where was previously missing; typo fix 16 February 2021, 20:13:13 UTC
59dd2b0 removed unused dtype definition 16 February 2021, 20:13:13 UTC
eb99108 remove raise_miriad_error I'm not sure that this was even being handled properly or worked the way we expected. Honestly I am not sure how to test it but `except +` does automatic error conversion too and it is probably good enough. 16 February 2021, 20:13:13 UTC
d23b807 import item_hdr_size as const, use maxvar and item_hdr_size in def 16 February 2021, 20:13:13 UTC
146ecf9 set maxvar as a compile time constant 16 February 2021, 20:13:13 UTC
fef0301 update changelog and docstrings 16 February 2021, 18:21:08 UTC
5388117 linting 16 February 2021, 18:21:08 UTC
63ea0cd small cython changes, docstrings 16 February 2021, 18:21:08 UTC
2dd807b switch npy to h5 files; add memoryviews and in place calculations to cython 16 February 2021, 18:21:08 UTC
07bc86f fix linting 16 February 2021, 18:21:08 UTC
3dc854a address comments 16 February 2021, 18:21:08 UTC
7ae12c5 update changelog 16 February 2021, 18:21:08 UTC
dd362a0 add flagging tests 16 February 2021, 18:21:08 UTC
094cd12 move select to after lst thread is joined 16 February 2021, 18:21:08 UTC
2aa2201 add flag_small_sig_ants and remove_flagged_ants 16 February 2021, 18:21:08 UTC
a72282c more skip flagged ants 16 February 2021, 18:21:08 UTC
1ee0546 skip flagged ants 16 February 2021, 18:21:08 UTC
72e4212 add history strings 16 February 2021, 18:21:08 UTC
dc663ee address comments 16 February 2021, 18:21:08 UTC
03e8e81 update tutorial 16 February 2021, 18:21:08 UTC
583f150 update changelog 16 February 2021, 18:21:08 UTC
f95d440 fix some coverage 16 February 2021, 18:21:08 UTC
4286bca add tests and docstrings 16 February 2021, 18:21:08 UTC
feadaad new cheby implementations 16 February 2021, 18:21:08 UTC
c42308a add chebyshev approximation 16 February 2021, 18:21:08 UTC
d5c273e fix van vleck unit test 16 February 2021, 18:21:08 UTC
cbf40dc Revert "code clean up; initial implementation of cheby_approx" This reverts commit 5e5575e7eeda57e88cd14bf1d51ec497a9b29081. "fix something that is broken" 16 February 2021, 18:21:08 UTC
bf0cd14 code clean up; initial implementation of cheby_approx 16 February 2021, 18:21:08 UTC
7ec94b2 add van vleck unit test 16 February 2021, 18:21:08 UTC
5ff6c17 add van vleck test files 16 February 2021, 18:21:08 UTC
c075c98 a small change in how the parallel is handled in van vleck correction 16 February 2021, 18:21:08 UTC
c9418e3 try removing openmp compilation args from macosx builds 16 February 2021, 18:21:08 UTC
5c228b2 off loaded computation of khat matrix to cython, add openmp flags 16 February 2021, 18:21:08 UTC
cdc3554 fix accidental deletion 16 February 2021, 18:21:08 UTC
21d20de add van vleck turnaround test 16 February 2021, 18:21:08 UTC
8c551b0 adding newton method optimization 16 February 2021, 18:21:08 UTC
08a3d5a add simps integration 16 February 2021, 18:21:08 UTC
627e7ef add van vleck approximations 16 February 2021, 18:21:08 UTC
b9be093 fix bscale bug; remove redundant test 16 February 2021, 18:21:08 UTC
6f0a071 switch to root finder optimization and add jacobians 16 February 2021, 18:21:08 UTC
260f7ee implement correction with scipy integration 16 February 2021, 18:21:08 UTC
33d7c8b edit docstring 16 February 2021, 18:21:08 UTC
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
back to top