https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 71b9cc25d2e32d67220a82bf9cc02e0c17f5a141 authored by Aaron Parsons on 14 October 2020, 18:20:59 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent cb87678
Raw File
Tip revision: 71b9cc25d2e32d67220a82bf9cc02e0c17f5a141 authored by Aaron Parsons on 14 October 2020, 18:20:59 UTC
Speedup to reading multiple files that concatenates a list of them in one shot, instead of incrementally one by one.
Tip revision: 71b9cc2
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm", "numpy>=1.15", "cython>=0.23"]
build-backend = "setuptools.build_meta"
back to top