https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
c04379a add setup-conda option necessary for caching to work 07 June 2022, 21:14:45 UTC
0e4f483 remove a leading /; update remove minor.patch from setup-conda 07 June 2022, 21:09:41 UTC
8ce8352 copy env yaml files to pyuvdata dir. test if hashing needs it in the repo dir 07 June 2022, 21:07:15 UTC
9ccc059 remove unnecessary ) in format 07 June 2022, 20:49:40 UTC
792cf63 account for not having nested variables in GH actions 07 June 2022, 20:47:41 UTC
f7046ee add caching for conda packages 07 June 2022, 20:41:17 UTC
c6988ed remove unused shell script 07 June 2022, 20:39:37 UTC
97b249e Typo fix 07 June 2022, 20:39:37 UTC
d40e6c1 allow setup-miniconda to use any v2, adds miniforge version for mamba 07 June 2022, 20:39:37 UTC
844ecbd change setup-miniconda to use mamba instead try using micromamba in circleci set micromamba to the /bin put micromamba in home, add home to path give tar output directory extract to / instead give -C before file sudo tar remove duplicate --name remove docker declaration from doctest delete unnecessary line have doctest run on ubuntu use login shell; try to init add init after the install replace pathing with evals because those are fun some dangling ./bin's try using micromamba docker explicit - in image no sudo remove install gcc g++ curl installs install gcc and gxx from conda install gcc and gxx into environment add executor, add shebang to ci config script remove hanging docker tab remove pipefail from shell script add set back try ignoring bash script try initing the shell early different mamba config set entrypoint for docker image try using build int activate shell script try explicitly activating again source the activate script explicitly declare -n 2 for xdist return to the linux macine, add activate env script to repo use which not an env variable for activate script 07 June 2022, 20:39:37 UTC
d91c7a3 remove uncovered while loop Co-authored-by: kartographer <garrett.keating@cfa.harvard.edu> 03 June 2022, 23:05:30 UTC
59e52d7 update python-casacore requirement to 3.3.1 to remove need to install six 03 June 2022, 23:05:30 UTC
5c6cb19 update changelog with new minimum dependencies 03 June 2022, 23:05:30 UTC
47bd266 update pyyaml version requirement throughout 03 June 2022, 23:05:30 UTC
76e4155 Add a CI for the minimum versions, adjust numpy and casacore versions 03 June 2022, 23:05:30 UTC
8a95acf Updating CHANGELOG 03 June 2022, 16:07:51 UTC
e15dead Making attribute names in UVBase objs match UVParameter._name 03 June 2022, 16:07:51 UTC
ba6def3 remove azure pipelines CI for external tests 02 June 2022, 17:57:33 UTC
462824b Updating CHANGELOG 02 June 2022, 15:26:22 UTC
6a5f46e Adding a warning message to fix_phase 02 June 2022, 15:26:22 UTC
20d8d1d Adding spoof test for UVParameter to regain lost coverage. 01 June 2022, 23:42:51 UTC
d91e66c Updating warning when settting spoof_nonessential to True in write_uvfits to so that users are aware that values are now set automatically. 01 June 2022, 23:42:51 UTC
2ea00fb Remvoing spoofs, adding tests to cover new behavior of option UVParameters that are needed when writing UVFITS. 01 June 2022, 23:42:51 UTC
a1ae51e Removing spoofs from tests w/ write_uvfits, adding a bit of extra wrapping for parameters set on read_uvfits. 01 June 2022, 23:42:51 UTC
6f82ae1 Ignoring spoof paramter in write_uvfits, throwing deprecation warning when set. 01 June 2022, 23:42:51 UTC
41c1078 Updating CHANGELOG 01 June 2022, 23:42:51 UTC
030a073 Updating tutorial - begone "spoof_nonessential"! 01 June 2022, 23:42:51 UTC
0e951d0 Removing obsolete test. 01 June 2022, 23:42:51 UTC
c2f55e0 Removing requirement to spoof from `write_uvfits`. Removing antenna_positions from uvfits_extra_params since it is now a required parameter for UVData objects. 01 June 2022, 23:42:51 UTC
9df9e65 Updating CHANGELOG 01 June 2022, 18:45:15 UTC
020b01e Fixing __add__ to correctly combine flex-spw datasets w/ overlapping freqs in different windows. 01 June 2022, 18:45:15 UTC
afccec7 Fix auto_check test to have non-zero real parts for autos 01 June 2022, 17:27:13 UTC
3932c13 Add info about imaginary/real ratio 01 June 2022, 17:27:13 UTC
2e8e224 Update the complex auto warning/error to report the max imaginary part 01 June 2022, 17:27:13 UTC
6fed535 Making a few review-related clean ups. 01 June 2022, 17:19:11 UTC
7bf0f66 Updating CHANGELOG 01 June 2022, 17:19:11 UTC
ee9b638 Removing superfluous return on _check_flex_spw_contiguous, since it raises an error on fail instead of returning False. 01 June 2022, 17:19:11 UTC
bcb7eab Updating select command to be more streamlined, replacing _select_metadata with _select_by_index. 01 June 2022, 17:19:11 UTC
e49e4d8 fix path issues 01 June 2022, 00:46:39 UTC
fa72370 Try running external tests in github actions 01 June 2022, 00:46:39 UTC
2ab5428 better warnings filter 06 May 2022, 22:58:41 UTC
927f9dc Add warnings filter 06 May 2022, 22:58:41 UTC
3478e51 Make sure dtype promotion is appropriate 06 May 2022, 22:58:41 UTC
0679dfd Filter new warnings in tests 06 May 2022, 22:58:41 UTC
68493d9 Add max imaginary component info to warning/error messages 06 May 2022, 22:58:41 UTC
199b5a9 call _fix_auto_power in efield_to_power method To correct small numerical errors 06 May 2022, 22:58:41 UTC
a85aa76 update changelog 06 May 2022, 22:58:41 UTC
e813c50 Add check for auto pol beams being real 06 May 2022, 22:58:41 UTC
871a509 Call _set_efield/_set_power at the beginning of check Makes it easier to fill in an object from scratch, also catches some bugs. 06 May 2022, 22:58:41 UTC
eae8b7f refactor test that is erroring on Windows 05 May 2022, 18:30:10 UTC
b5b4333 improve tests of errors, check error messages 05 May 2022, 18:30:10 UTC
9de389b fix coverage issue, improve tests of error messages 05 May 2022, 18:30:10 UTC
384a937 better testing of error messages 05 May 2022, 18:30:10 UTC
ee42c4a Fix tutorial for antenna number updates and unhelpful error message 05 May 2022, 18:30:10 UTC
4101e7c Follow uvh5 convention in not saving baseline nums, Nbls in uvflag files 05 May 2022, 18:30:10 UTC
abfa630 Account for antenna numbering differences in test files 05 May 2022, 18:30:10 UTC
55ea21a fix uvfits antenna numbers; change baseline calculations; update tests (except test_ms) 05 May 2022, 18:30:10 UTC
78f1e1b minor formatting improvement 29 April 2022, 22:06:39 UTC
69e8a47 edit error 29 April 2022, 22:06:39 UTC
7179a3b update changelog 29 April 2022, 22:06:39 UTC
110dd89 apply bandpass correction for mwax data 29 April 2022, 22:06:39 UTC
05fbe3f Shorter headings in read and from_file 28 April 2022, 17:16:27 UTC
d79a331 Use more headings in read and from_file docstrings 28 April 2022, 17:16:27 UTC
0017f33 Pipe read_ms options through to generic read, reorganize read parameters 28 April 2022, 17:16:27 UTC
de53294 only get attr if it's needed 28 April 2022, 17:16:27 UTC
59e04f7 change confusing variable name 28 April 2022, 17:16:27 UTC
50e6903 Use ValueError rather than generic Exception 28 April 2022, 17:16:27 UTC
f622aa9 Update the tutorial with reordering method examples 28 April 2022, 17:16:06 UTC
0460866 Fix a bug in the default of `reorder_jones`, add testing of defaults 28 April 2022, 17:16:06 UTC
2769775 Use index arrays for spw_order 28 April 2022, 17:16:06 UTC
300782c update changelog 28 April 2022, 17:16:06 UTC
998337b better handling for wide band freq reordering 28 April 2022, 17:16:06 UTC
e498de9 add coverage, fix a bug 28 April 2022, 17:16:06 UTC
d8a6947 fix a couple bugs 28 April 2022, 17:16:06 UTC
66740db Add UVCal.reorder_jones 28 April 2022, 17:16:06 UTC
4a54439 add UVCal.reorder_times 28 April 2022, 17:16:06 UTC
904baa7 minor fixes and test improvements 28 April 2022, 17:16:06 UTC
6c742f1 fix handling of wide_band objects and channel_width 28 April 2022, 17:16:06 UTC
bf3658d add a UVCal method to reorder along the frequency axis 28 April 2022, 17:16:06 UTC
7a65c85 add a UVCal method to reorder along the antenna axis 28 April 2022, 17:16:06 UTC
11af6e4 Apparently 'requests' is not a standard Python library -- who knew? 25 April 2022, 21:48:30 UTC
1ce9ccc Adding handling for SSL/connection errors w/ JPL Horizons tests. 25 April 2022, 21:48:30 UTC
f776c07 Fix wrong math in basis vector examples 19 April 2022, 18:18:38 UTC
06142f3 better wording in the basis vector descriptions 19 April 2022, 18:18:38 UTC
60cf455 Add description and examples of basis_vector_array to UVBeam tutorial fix other issues from PR review 19 April 2022, 18:18:38 UTC
a07267a Improve docs related to the basis vectors and components 19 April 2022, 18:18:38 UTC
40809cf [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.1.0...v4.2.0) 11 April 2022, 22:17:21 UTC
dbeb379 fix python 3.10 github actions, pre-commit black version 05 April 2022, 19:26:09 UTC
174790d also update classifiers with python version change 05 April 2022, 19:26:09 UTC
28aa73e Update astropy requirement to 5.0.4, drop python 3.7 05 April 2022, 19:26:09 UTC
0775bc3 Improve compress_by_redundancy docstring to explain flag handling 22 March 2022, 15:54:12 UTC
826a0d3 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 17 March 2022, 15:26:31 UTC
21a55cf fix changelog ordering 17 March 2022, 15:26:31 UTC
a673492 update changelog 17 March 2022, 15:26:31 UTC
b488b4a change read_mwa_corr_fits to read; fix flag_dc_offset piping 17 March 2022, 15:26:31 UTC
0a9d034 Remove linting yml 16 March 2022, 17:56:31 UTC
191cee8 Use recommended URL for flake8 16 March 2022, 17:56:31 UTC
1d6a31a Fix error in config 16 March 2022, 17:56:31 UTC
877e9bc Remove linter job from CircleCI 16 March 2022, 17:56:31 UTC
e6743c1 Fix most egregious 'fixes' from black 16 March 2022, 17:56:31 UTC
back to top