https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1f906354284f826a5661f4d505192634c898c646 authored by Bryna Hazelton on 07 July 2022, 16:07:18 UTC, committed by Paul La Plante on 12 October 2022, 21:46:52 UTC
1 parent 4c0c0c8
Raw File
Tip revision: 1f906354284f826a5661f4d505192634c898c646 authored by Bryna Hazelton on 07 July 2022, 16:07:18 UTC
fancy indexing and casting to speed up complex data assignment
Tip revision: 1f90635
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"
back to top