https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7cb13607448e6a7df4a7c1a7eecb4865fd639890 authored by Bryna Hazelton on 04 January 2023, 23:37:45 UTC, committed by Bryna Hazelton on 10 January 2023, 19:51:43 UTC
1 parent 39133dd
Raw File
Tip revision: 7cb13607448e6a7df4a7c1a7eecb4865fd639890 authored by Bryna Hazelton on 04 January 2023, 23:37:45 UTC
update changelog for the new `interpolation_function` parameter
Tip revision: 7cb1360
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top