https://github.com/RadioAstronomySoftwareGroup/pyuvdata

sort by:
Revision Author Date Message Commit Date
f2919bb try to fix windows regex escape error 10 November 2022, 18:09:51 UTC
ce94f75 Adding a comment to test note 07 November 2022, 14:12:36 UTC
4538570 Doctest failure leads to bug discovery -- the power of proper tutorials. 07 November 2022, 04:21:35 UTC
a361442 Fixing more doctest woes 06 November 2022, 23:05:19 UTC
4158a34 Min dep and doctest cleanup 06 November 2022, 22:31:26 UTC
44cfb74 Cleaning up test failures 06 November 2022, 21:46:37 UTC
c62912c Fixing ephem read/write for MS format. Tests now all passing. 06 November 2022, 20:36:14 UTC
63f9f28 Spelling fixes 06 November 2022, 20:35:30 UTC
5598aa7 [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 06 November 2022, 03:54:08 UTC
b84089e Fixing issues in MS SOURCE table read/write I accidentally created on a previous commit. 06 November 2022, 03:41:34 UTC
9cf9adf fix expected warnings in tests for phasing/unphasing on read 06 November 2022, 02:30:57 UTC
7feef7f [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 06 November 2022, 02:30:57 UTC
69c281a Adding more SOURCE table handling on read to deal w/ ephem and more sophisticated sidereal objects 06 November 2022, 02:30:57 UTC
3c878b2 Cleaning up post-rebase 06 November 2022, 02:30:57 UTC
4723920 improve phasing handling in read, add tests for only one good file some minor docs and pep8 improvements 06 November 2022, 02:30:57 UTC
20ebc1e update the changelog 06 November 2022, 02:30:57 UTC
d89e804 better miriad handling for various cat_types - don't force unprojected centers to be named "unprojected" - add support for selecting on phase_center_ids - fix bug in partial read with lsts or lst_range parameters 06 November 2022, 02:30:57 UTC
b734a4e fix windows test error, warnings 06 November 2022, 02:30:57 UTC
90d0204 Always use phase_center_catalog 06 November 2022, 02:30:57 UTC
e5f276a address PR comments 06 November 2022, 02:27:51 UTC
9de94d4 improve test coverage 06 November 2022, 02:27:51 UTC
360fc88 update changelog, fix errors after rebase 06 November 2022, 02:27:51 UTC
a4f158d properly skip tests for min_deps CI 06 November 2022, 02:27:51 UTC
cf07491 add test coverage, add `use_old_phase_info` method 06 November 2022, 02:27:51 UTC
2b76093 fix doctest, add test coverage 06 November 2022, 02:27:51 UTC
b6351ad Deprecate old phase attributes 06 November 2022, 02:27:51 UTC
72aa290 cover new case 04 November 2022, 18:57:21 UTC
e0fc2bc defaulting behavior of acceptable_range 04 November 2022, 18:57:21 UTC
ea351b5 only set acceptable_range if frame is set 04 November 2022, 18:57:21 UTC
29a5f56 review comments 04 November 2022, 18:57:21 UTC
bdf2737 cover acceptability check 04 November 2022, 18:57:21 UTC
70232dd add frame attribute to LocationParameter and remove telescope_frame param 04 November 2022, 18:57:21 UTC
ba9c2ca try to fix doctest 31 October 2022, 18:59:12 UTC
4538798 don't use pytest-xdist in warnings test, remove unused filter also update conda yamls 31 October 2022, 18:59:12 UTC
ef5776b Add warnings filter for pytest-cov/pytest-xdist problem 31 October 2022, 18:59:12 UTC
b75ca02 Update the pypi workflow and making release document for CI failures 27 October 2022, 17:07:49 UTC
26034c5 update changelog for a new version 20 October 2022, 22:02:00 UTC
dfd7f3c fix documentation for UVParameter form attributes 20 October 2022, 21:21:18 UTC
2eb9a23 remove unreachable code 20 October 2022, 21:21:18 UTC
8f4249a add testing for SkyCoordParameter 20 October 2022, 21:21:18 UTC
9cfea95 start work on SkyCoordParameter for pyradiosky 20 October 2022, 21:21:18 UTC
97ac0af Also cleanup pyproject.toml syntax 17 October 2022, 22:45:57 UTC
c6eff3d Fix how setuptools_scm version is specified in setup.py 17 October 2022, 22:45:57 UTC
0c88be9 update pipy CI to use up to date action 13 October 2022, 17:59:09 UTC
69b9fa1 Address PR comments 12 October 2022, 21:46:52 UTC
0c20ff1 fix typo in setup.py 12 October 2022, 21:46:52 UTC
ab012c4 Add remove_flex_pol option to read_uvh5 12 October 2022, 21:46:52 UTC
8fbeeb7 Add flex_pol section to tutorial 12 October 2022, 21:46:52 UTC
7af312b add test coverage 12 October 2022, 21:46:52 UTC
2c5e25b update changelog 12 October 2022, 21:46:52 UTC
3349a39 fix min_version ci 12 October 2022, 21:46:52 UTC
418941f Add methods to convert to and from flex_pol for HERA type data 12 October 2022, 21:46:52 UTC
010dc3d Add support for bitshuffle compression 12 October 2022, 21:46:52 UTC
a776cb8 add undoing flex_pol to test, fix earlier bug in freq_array in flex_pol 12 October 2022, 21:46:52 UTC
5fd2cb6 more fixes to auto_check for flex_pol 12 October 2022, 21:46:52 UTC
158e050 fix autos check for flex pol 12 October 2022, 21:46:52 UTC
a5fc55c less copying and less complexity! 12 October 2022, 21:46:52 UTC
67ce558 reduce copying when possible 12 October 2022, 21:46:52 UTC
1d04e38 more clever speedups that Karto worked out 12 October 2022, 21:46:52 UTC
1f90635 fancy indexing and casting to speed up complex data assignment 12 October 2022, 21:46:52 UTC
4c0c0c8 [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0) 11 October 2022, 18:14:14 UTC
820235b [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci 10 October 2022, 19:14:44 UTC
ed21328 address review comments 10 October 2022, 19:14:44 UTC
03149bd Add explicit cleanup to beam fixtures 10 October 2022, 19:14:44 UTC
6b5de98 update tutorial for UVBeam future shapes 10 October 2022, 19:14:44 UTC
09cad71 Make Nspws and spw_array optional and unset in future 10 October 2022, 19:14:44 UTC
b61c48d Add testing for phased_array beams 10 October 2022, 19:14:44 UTC
6e04da7 better test coverage, small bug fixes 10 October 2022, 19:14:44 UTC
59debd8 Add support for future array shapes throughout 10 October 2022, 19:14:44 UTC
6b703ae Add changelog entry for cython speedup of to_healpix (should have been included in PR #1208) 10 October 2022, 19:14:44 UTC
77702b0 Update bandit URL to point to currently maintained version 10 October 2022, 17:00:28 UTC
4b40bbe Increase test coverage 10 October 2022, 17:00:28 UTC
eb3f1fb Fix up logic for angle distance calculation 10 October 2022, 17:00:28 UTC
a07564e account for negative theta in beam pix, account for 2*pi wraps in phi 10 October 2022, 17:00:28 UTC
4790cf7 add failing test 10 October 2022, 17:00:28 UTC
8879864 attempt to add coverage 10 October 2022, 17:00:28 UTC
9ab330a explicitly declare dtheta variable 10 October 2022, 17:00:28 UTC
c1868e3 remove commented code 10 October 2022, 17:00:28 UTC
40cc382 sure up imports, add c file to ignore. 10 October 2022, 17:00:28 UTC
accf42c Start work on cython function for memory intensive calculations 10 October 2022, 17:00:28 UTC
0769616 fix typo 07 October 2022, 15:11:37 UTC
a6b472c cover missing lines 07 October 2022, 15:11:37 UTC
f6ee089 change interface to lunarsky 07 October 2022, 15:11:37 UTC
1488646 update docs and tests for lunarsky optional dependency 07 October 2022, 15:11:37 UTC
3ab4d84 coverage 07 October 2022, 15:11:37 UTC
c39a595 Add lunarsky to test environments 07 October 2022, 15:11:37 UTC
0dd7939 test fixes 07 October 2022, 15:11:37 UTC
7203044 add no-moon test case 07 October 2022, 15:11:37 UTC
45832e1 add lunarsky to `all` requirements 07 October 2022, 15:11:37 UTC
94b68da include frame in uvdata call to ENU_from_ECEF 07 October 2022, 15:11:37 UTC
4ec6c71 support mcmf in lsts utility 07 October 2022, 15:11:37 UTC
a26051b updating ENU_from_ECEF and vice versa functions 07 October 2022, 15:11:37 UTC
4d10303 update latlonalt_to/from_xyz functions in utils 07 October 2022, 15:11:37 UTC
183597b fix Bryna's doc comments 04 October 2022, 23:46:26 UTC
eb0ab07 test: error on partial az read with healpix 04 October 2022, 23:46:26 UTC
38a8c9a fix: healpix coordinates beam shape 04 October 2022, 23:46:26 UTC
c42cecc add missing import 04 October 2022, 23:46:26 UTC
6b59b96 fix up breaking tests 04 October 2022, 23:46:26 UTC
e0c466c fix: respond to comments 04 October 2022, 23:46:26 UTC
c23d81f fix test error statement 04 October 2022, 23:46:26 UTC
back to top