sort by:
Revision Author Date Message Commit Date
abb6451 Fix the check if this is a new tag. github.ref is the correct thing to use here, see: https://docs.github.com/en/actions/learn-github-actions/contexts#github-context I guess that the github.event.ref gave the same value when the triggering event is a push but not when the triggering event is a release. 15 March 2023, 18:14:56 UTC
bb2217c refactor tar extraction in test_ms to appease bandit 15 March 2023, 17:25:11 UTC
9d024bb [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/bandit: 1.7.4 → 1.7.5](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5) 15 March 2023, 17:25:11 UTC
254eda6 fix itrf string test; update changelog 14 March 2023, 22:28:54 UTC
1c2fdef adjust antenna_name handling in no layout case; update changelog 14 March 2023, 22:28:54 UTC
31d74a1 fix antenna name and number white space handling 14 March 2023, 22:28:54 UTC
c489ff2 update obs and layout files; update tests 14 March 2023, 22:28:54 UTC
17b8613 update fhd number handling; remove hera test; require layout file 14 March 2023, 22:28:54 UTC
c01ec80 update read_fhd test files 14 March 2023, 22:28:54 UTC
06a6619 update antenna number handling in fhd_cal 14 March 2023, 22:28:54 UTC
673682e update antenna number handling in read_fhd 14 March 2023, 22:28:54 UTC
31554b6 Remove deprecated code, update changelog for version 2.3 14 March 2023, 00:08:25 UTC
77abeca fix tutorials 12 March 2023, 18:30:27 UTC
91ee7bf fix coverage, fix some freq_range handling filter warnings update changelog 12 March 2023, 18:30:27 UTC
9023881 update changelog. 12 March 2023, 18:30:27 UTC
8f50b4c add future_array shapes warning to UVFlag methods 12 March 2023, 18:30:27 UTC
3d2a2b1 add future array shapes warning on read to UVBeam methods 12 March 2023, 18:30:27 UTC
ea73332 add future array shapes warning on read to UVCal methods 12 March 2023, 18:30:27 UTC
6de3b1b Add future array shapes warning on read to UVData methods 12 March 2023, 18:30:27 UTC
d9d3038 Update the docstrings 09 March 2023, 19:15:01 UTC
68c67bf Deprecate the utility methods used by the (deprecated) old phasing 09 March 2023, 19:15:01 UTC
450a093 Simplification in UVData.__add__ using np.take 01 March 2023, 01:19:33 UTC
35a28b4 Major simplification in UVCal.__add__ using np.take 01 March 2023, 01:19:33 UTC
4cfd2b3 Fix bugs in UVCal.__add__ when data are sorted differently or interleaved along an axis 01 March 2023, 01:19:33 UTC
856fc18 Add suggestion to make an issue for unsupported time scales 28 February 2023, 23:02:37 UTC
6963d5f Add handling for non-utc timescales in MS files based on a test file from MWA's birli MS writer 28 February 2023, 23:02:37 UTC
48a3e1c ignore new flake8-bugbear code 23 February 2023, 20:24:02 UTC
5b864b4 better docstring, clean up comments per review 23 February 2023, 20:24:02 UTC
0a01bf4 fix a tutorial bug, update changelog 23 February 2023, 20:24:02 UTC
b2ba33f Deprecate not setting flex_spw_id_array in UVFlag 23 February 2023, 20:24:02 UTC
dc3bcb9 Deprecate not setting flex_spw_id_array in UVCal 23 February 2023, 20:24:02 UTC
75c85b5 Deprecate not setting flex_spw_id_array in UVData still need to do UVFlag and UVCal 23 February 2023, 20:24:02 UTC
f6873bc fix yaml file name in external pyuvsim/pyradiosky tests 23 February 2023, 12:15:39 UTC
9f28b13 Add external tests for pyradiosky and pyuvsim To detect problems before they happen. 23 February 2023, 12:15:39 UTC
035ee03 Use importlib.metadata rather than pkg_resources This fixes a new deprecation warning first seen in hera_mc when importing pyuvdata. 21 February 2023, 21:06:53 UTC
8bb03a5 Increase lunarsky compatible version to fix warnings 13 February 2023, 19:54:44 UTC
aaa0eb3 fix min_deps test error 13 February 2023, 19:54:44 UTC
251888a Update LocationParameters acceptable ranges when frame is set 13 February 2023, 19:54:44 UTC
b9f5f67 Properly handle MoonLocation throughout utils 13 February 2023, 19:54:44 UTC
735d51e Properly handle the telescope frame in utils.calc_app_coords 13 February 2023, 19:54:44 UTC
a944ece update the changelog. 08 February 2023, 20:53:49 UTC
9f3f31c Add a test for filing in HERA layout if layout file isn't passed. 08 February 2023, 20:53:49 UTC
f6f0a53 Add small hera files for testing 08 February 2023, 20:53:49 UTC
e7f7311 Add assert error message 08 February 2023, 20:53:49 UTC
75cf80a fix for fhd layout file not provided but layout is in known telescope Ensures that we use most accurate info and don't have a conflict in array shapes. 08 February 2023, 20:53:49 UTC
d656a2a fix test error caused by hdf5 error message change also do some minor test cleanup 08 February 2023, 20:00:11 UTC
99a479c remove useless comments that were confusing flake8 08 February 2023, 20:00:11 UTC
6dfdf00 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 08 February 2023, 20:00:11 UTC
1b3b814 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0) 08 February 2023, 20:00:11 UTC
1ed6047 Fix MIR test to not throw numpy warning 04 February 2023, 18:50:30 UTC
c2969e0 maint: use isort 5.12 to fix pre-commit 31 January 2023, 22:11:37 UTC
c4acb5f maint: remove unnecessary B028 31 January 2023, 22:11:37 UTC
5a453ce style: no B028 31 January 2023, 22:11:37 UTC
03b7fbd fix: import future annotations 31 January 2023, 22:11:37 UTC
5798594 fix: import Iterable from typing 31 January 2023, 22:11:37 UTC
fa5718b fix: use a new np-capable decorator instead of lru_cache 31 January 2023, 22:11:37 UTC
df6260f perf: use lru_cache for polstr and variants 31 January 2023, 22:11:37 UTC
5c3cf17 Ignore B907 error in pre-commit 27 January 2023, 19:35:50 UTC
d7e11e8 Fix bug with parameter passing for beamfits partial read Also improve the `UVBeam.read` parameter organization 27 January 2023, 19:35:50 UTC
6947c93 Move the conversion to a new function that is called by `check` 17 January 2023, 17:57:52 UTC
9063621 Update the changelog 17 January 2023, 17:57:52 UTC
b83ada2 make sure old phase attrs are converted to file type object Also test not running check before writing file 17 January 2023, 17:57:52 UTC
e000fec Properly convert an object with old phase attrs defined 17 January 2023, 17:57:52 UTC
85ac75d ux: better error messages in check 13 January 2023, 20:00:46 UTC
d857914 Fix a new deprecation warning after rebasing 12 January 2023, 17:31:19 UTC
94c6512 address review comments, update CI to error with deprecation warnings 12 January 2023, 17:31:19 UTC
ea55f36 fix tutorial items which raise deprecation warnings 12 January 2023, 17:31:19 UTC
0fd4f95 fix relative paths for folder change 10 January 2023, 21:10:17 UTC
b847c4f try an editable install to allow running in main folder 10 January 2023, 21:10:17 UTC
b635519 remove pytest-xdist from warnings because of new deprecation warning 10 January 2023, 21:10:17 UTC
ead3057 move pixel coordinate system test earlier 10 January 2023, 19:51:43 UTC
ce0f814 add test coverage, better error messages 10 January 2023, 19:51:43 UTC
b527de7 remove todo item 10 January 2023, 19:51:43 UTC
daf589d Update the changelog with the deprecation 10 January 2023, 19:51:43 UTC
33b57ef deprecate the interpolation_function attribute, use default values 10 January 2023, 19:51:43 UTC
7cb1360 update changelog for the new `interpolation_function` parameter 10 January 2023, 19:51:43 UTC
39133dd update tutorial for new `interpolation_function` parameter 10 January 2023, 19:51:43 UTC
291dc5d add interpolation_function input parameter to `to_healpix` 10 January 2023, 19:51:43 UTC
3ee47d6 add some testing for new interpolation_function parameter 10 January 2023, 19:51:43 UTC
3e41451 start work on improving documentation around beam interp function 10 January 2023, 19:51:43 UTC
11e7129 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.11.1 → 5.11.4](https://github.com/pycqa/isort/compare/5.11.1...5.11.4) 03 January 2023, 20:41:05 UTC
551d1bf Update affiliation 03 January 2023, 20:33:26 UTC
03c5162 Add NSF acknowledgments to README.md Added CSSI grant numbers from Brown and UW 03 January 2023, 20:33:26 UTC
67c786e run tests out of a different directory 29 December 2022, 17:07:16 UTC
64aaab8 ensure cython modules are compiled use python 3.9 to try to make mamba run faster 29 December 2022, 17:07:16 UTC
4c59c41 fix warning test CI conda yaml file name 29 December 2022, 17:07:16 UTC
e2ca0af add concurrency groups to GH actions to cancel prior runs on PRs only Using `github.head_ref` in the group ensures this only cancels older PR builds because that's only defined on PRs. It falls back to run_id which is always unique. Include the workflow in the group to ensure it only cancels the same workflow jobs. see examples at https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency 29 December 2022, 17:07:16 UTC
31ebcf2 Limit the number of publishing CI jobs Only run them on PRs and releases, not on pushes 29 December 2022, 17:07:16 UTC
f53f978 better CI name 29 December 2022, 17:07:16 UTC
2fbc6a1 Move warnings tests from circleci to GH actions to fix codecov reporting 29 December 2022, 17:07:16 UTC
7bc5aa8 Cleanup todos 20 December 2022, 19:45:00 UTC
69a6f3b [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 20 December 2022, 19:45:00 UTC
76d5867 address review comments 20 December 2022, 19:45:00 UTC
14c50b1 Adding missing test coverage for MS 20 December 2022, 19:45:00 UTC
f9e24ff Add reporting requests to uncovered lines related to weird files 20 December 2022, 19:45:00 UTC
e9ea180 Fix bug in miriad ephem interpolation, add coverage 20 December 2022, 19:45:00 UTC
e84a7d1 more test coverage 20 December 2022, 19:45:00 UTC
1e49bdf add test coverage 20 December 2022, 19:45:00 UTC
d0601fa more test coverage, fix some new errors 20 December 2022, 19:45:00 UTC
d9d3fe9 more test coverage 20 December 2022, 19:45:00 UTC
back to top