astropy 7.2.1__tar.gz → 7.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1902) hide show
  1. {astropy-7.2.1 → astropy-7.2.2}/.pre-commit-config.yaml +4 -0
  2. {astropy-7.2.1 → astropy-7.2.2}/CHANGES.rst +46 -0
  3. {astropy-7.2.1 → astropy-7.2.2}/CITATION.cff +1 -0
  4. {astropy-7.2.1 → astropy-7.2.2}/PKG-INFO +2 -2
  5. {astropy-7.2.1 → astropy-7.2.2}/astropy/_version.py +3 -3
  6. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_compressed.py +1 -1
  7. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/functional_models.py +4 -2
  8. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/parameters.py +7 -0
  9. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_parameters.py +9 -0
  10. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/bst.py +8 -4
  11. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/sorted_array.py +35 -22
  12. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_index.py +18 -0
  13. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/function_helpers.py +7 -2
  14. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_non_ufuncs.py +19 -0
  15. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_structured.py +1 -1
  16. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/iers.py +32 -53
  17. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/test_iers.py +61 -27
  18. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/fitswcs.py +4 -1
  19. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_fitswcs.py +10 -0
  20. {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/PKG-INFO +2 -2
  21. {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/SOURCES.txt +2 -0
  22. {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/requires.txt +1 -1
  23. astropy-7.2.2/astropy.egg-info/scm_file_list.json +1881 -0
  24. astropy-7.2.2/astropy.egg-info/scm_version.json +8 -0
  25. {astropy-7.2.1 → astropy-7.2.2}/docs/conf.py +5 -0
  26. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_index.rst +16 -16
  27. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_plot_galactocentric_frame.rst +174 -174
  28. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_plot_mars_coordinate_frame.rst +115 -115
  29. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_plot_obs_planning.rst +154 -154
  30. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_plot_sgr_coordinate_frame.rst +237 -237
  31. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_rv_to_gsr.rst +103 -103
  32. {astropy-7.2.1 → astropy-7.2.2}/docs/credits.rst +2 -0
  33. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/parameters.rst +10 -0
  34. {astropy-7.2.1 → astropy-7.2.2}/docs/nitpick-exceptions +2 -1
  35. {astropy-7.2.1 → astropy-7.2.2}/pyproject.toml +1 -1
  36. {astropy-7.2.1 → astropy-7.2.2}/.circleci/config.yml +0 -0
  37. {astropy-7.2.1 → astropy-7.2.2}/.devcontainer/devcontainer.json +0 -0
  38. {astropy-7.2.1 → astropy-7.2.2}/.devcontainer/welcome-message.txt +0 -0
  39. {astropy-7.2.1 → astropy-7.2.2}/.flake8 +0 -0
  40. {astropy-7.2.1 → astropy-7.2.2}/.git-blame-ignore-revs +0 -0
  41. {astropy-7.2.1 → astropy-7.2.2}/.gitattributes +0 -0
  42. {astropy-7.2.1 → astropy-7.2.2}/.github/CODEOWNERS +0 -0
  43. {astropy-7.2.1 → astropy-7.2.2}/.github/ISSUE_TEMPLATE/bug_report.yaml +0 -0
  44. {astropy-7.2.1 → astropy-7.2.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  45. {astropy-7.2.1 → astropy-7.2.2}/.github/ISSUE_TEMPLATE/feature_request.yaml +0 -0
  46. {astropy-7.2.1 → astropy-7.2.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  47. {astropy-7.2.1 → astropy-7.2.2}/.github/dependabot.yml +0 -0
  48. {astropy-7.2.1 → astropy-7.2.2}/.github/labeler.yml +0 -0
  49. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/CFF-test.yml +0 -0
  50. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/check_changelog.yml +0 -0
  51. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/check_milestone.yml +0 -0
  52. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_benchmark.yml +0 -0
  53. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_cron_daily.yml +0 -0
  54. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_cron_monthly.yml +0 -0
  55. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_cron_weekly.yml +0 -0
  56. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_workflows.yml +0 -0
  57. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/codeql-analysis.yml +0 -0
  58. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/open_actions.yml +0 -0
  59. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/publish.yml +0 -0
  60. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/stalebot.yml +0 -0
  61. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/update_astropy_iers_data_pin.py +0 -0
  62. {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/update_astropy_iers_data_pin.yml +0 -0
  63. {astropy-7.2.1 → astropy-7.2.2}/.gitignore +0 -0
  64. {astropy-7.2.1 → astropy-7.2.2}/.mailmap +0 -0
  65. {astropy-7.2.1 → astropy-7.2.2}/.pycodestyle +0 -0
  66. {astropy-7.2.1 → astropy-7.2.2}/.pyinstaller/hooks/hook-astropy_iers_data.py +0 -0
  67. {astropy-7.2.1 → astropy-7.2.2}/.pyinstaller/hooks/hook-skyfield.py +0 -0
  68. {astropy-7.2.1 → astropy-7.2.2}/.pyinstaller/run_astropy_tests.py +0 -0
  69. {astropy-7.2.1 → astropy-7.2.2}/.readthedocs.yaml +0 -0
  70. {astropy-7.2.1 → astropy-7.2.2}/.ruff.toml +0 -0
  71. {astropy-7.2.1 → astropy-7.2.2}/.stubtest.ini +0 -0
  72. {astropy-7.2.1 → astropy-7.2.2}/CITATION +0 -0
  73. {astropy-7.2.1 → astropy-7.2.2}/CODE_OF_CONDUCT.md +0 -0
  74. {astropy-7.2.1 → astropy-7.2.2}/CONTRIBUTING.md +0 -0
  75. {astropy-7.2.1 → astropy-7.2.2}/GOVERNANCE.md +0 -0
  76. {astropy-7.2.1 → astropy-7.2.2}/LICENSE.rst +0 -0
  77. {astropy-7.2.1 → astropy-7.2.2}/MANIFEST.in +0 -0
  78. {astropy-7.2.1 → astropy-7.2.2}/README.rst +0 -0
  79. {astropy-7.2.1 → astropy-7.2.2}/SECURITY.md +0 -0
  80. {astropy-7.2.1 → astropy-7.2.2}/astropy/CITATION +0 -0
  81. {astropy-7.2.1 → astropy-7.2.2}/astropy/__init__.py +0 -0
  82. {astropy-7.2.1 → astropy-7.2.2}/astropy/_compiler.c +0 -0
  83. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/__init__.py +0 -0
  84. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/configuration.py +0 -0
  85. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/paths.py +0 -0
  86. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/__init__.py +0 -0
  87. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/data/alias.cfg +0 -0
  88. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/data/deprecated.cfg +0 -0
  89. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/data/empty.cfg +0 -0
  90. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/data/not_empty.cfg +0 -0
  91. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/test_concurrency.py +0 -0
  92. {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/test_configs.py +0 -0
  93. {astropy-7.2.1 → astropy-7.2.2}/astropy/conftest.py +0 -0
  94. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/__init__.py +0 -0
  95. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/astropyconst13.py +0 -0
  96. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/astropyconst20.py +0 -0
  97. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/astropyconst40.py +0 -0
  98. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/cgs.py +0 -0
  99. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/codata2010.py +0 -0
  100. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/codata2014.py +0 -0
  101. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/codata2018.py +0 -0
  102. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/codata2022.py +0 -0
  103. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/config.py +0 -0
  104. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/constant.py +0 -0
  105. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/iau2012.py +0 -0
  106. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/iau2015.py +0 -0
  107. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/si.py +0 -0
  108. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/__init__.py +0 -0
  109. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/test_constant.py +0 -0
  110. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/test_pickle.py +0 -0
  111. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/test_prior_version.py +0 -0
  112. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/test_sciencestate.py +0 -0
  113. {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/utils.py +0 -0
  114. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/__init__.py +0 -0
  115. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/_convolve.pyx +0 -0
  116. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/convolve.py +0 -0
  117. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/core.py +0 -0
  118. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/kernels.py +0 -0
  119. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/setup_package.py +0 -0
  120. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/src/convolve.c +0 -0
  121. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/src/convolve.h +0 -0
  122. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/__init__.py +0 -0
  123. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve.py +0 -0
  124. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve_fft.py +0 -0
  125. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve_kernels.py +0 -0
  126. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve_models.py +0 -0
  127. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve_nddata.py +0 -0
  128. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_discretize.py +0 -0
  129. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_kernel_class.py +0 -0
  130. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_pickle.py +0 -0
  131. {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/utils.py +0 -0
  132. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/__init__.py +0 -0
  133. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/__init__.py +0 -0
  134. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/angle_lextab.py +0 -0
  135. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/angle_parsetab.py +0 -0
  136. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/core.py +0 -0
  137. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/errors.py +0 -0
  138. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/formats.py +0 -0
  139. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/utils.py +0 -0
  140. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/attributes.py +0 -0
  141. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/baseframe.py +0 -0
  142. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/__init__.py +0 -0
  143. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/altaz.py +0 -0
  144. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/baseradec.py +0 -0
  145. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/cirs.py +0 -0
  146. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/cirs_observed_transforms.py +0 -0
  147. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/ecliptic.py +0 -0
  148. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/ecliptic_transforms.py +0 -0
  149. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/equatorial.py +0 -0
  150. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/fk4.py +0 -0
  151. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/fk4_fk5_transforms.py +0 -0
  152. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/fk5.py +0 -0
  153. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/galactic.py +0 -0
  154. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/galactic_transforms.py +0 -0
  155. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/galactocentric.py +0 -0
  156. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/gcrs.py +0 -0
  157. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/hadec.py +0 -0
  158. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/hcrs.py +0 -0
  159. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/icrs.py +0 -0
  160. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/icrs_cirs_transforms.py +0 -0
  161. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/icrs_fk5_transforms.py +0 -0
  162. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/icrs_observed_transforms.py +0 -0
  163. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/intermediate_rotation_transforms.py +0 -0
  164. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/itrs.py +0 -0
  165. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/itrs_observed_transforms.py +0 -0
  166. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/lsr.py +0 -0
  167. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/skyoffset.py +0 -0
  168. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/supergalactic.py +0 -0
  169. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/supergalactic_transforms.py +0 -0
  170. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/utils.py +0 -0
  171. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/calculation.py +0 -0
  172. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/data/constellation_data_roman87.dat +0 -0
  173. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/data/constellation_names.dat +0 -0
  174. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/distances.py +0 -0
  175. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/earth.py +0 -0
  176. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/erfa_astrom.py +0 -0
  177. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/errors.py +0 -0
  178. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/funcs.py +0 -0
  179. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/jparser.py +0 -0
  180. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/matching.py +0 -0
  181. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/matrix_utilities.py +0 -0
  182. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/name_resolve.py +0 -0
  183. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/polarization.py +0 -0
  184. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/__init__.py +0 -0
  185. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/base.py +0 -0
  186. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/cartesian.py +0 -0
  187. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/cylindrical.py +0 -0
  188. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/geodetic.py +0 -0
  189. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/spherical.py +0 -0
  190. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/sites.py +0 -0
  191. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/sky_coordinate.py +0 -0
  192. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/sky_coordinate_parsers.py +0 -0
  193. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/solar_system.py +0 -0
  194. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/spectral_coordinate.py +0 -0
  195. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/spectral_quantity.py +0 -0
  196. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/__init__.py +0 -0
  197. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/__init__.py +0 -0
  198. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/fk4_no_e_fk4.csv +0 -0
  199. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/fk4_no_e_fk5.csv +0 -0
  200. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/galactic_fk4.csv +0 -0
  201. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/icrs_fk5.csv +0 -0
  202. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/rv.ecsv +0 -0
  203. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/generate_ref_ast.py +0 -0
  204. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/generate_spectralcoord_ref.py +0 -0
  205. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_altaz_icrs.py +0 -0
  206. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_ecliptic.py +0 -0
  207. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_fk4_no_e_fk4.py +0 -0
  208. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_fk4_no_e_fk5.py +0 -0
  209. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_galactic_fk4.py +0 -0
  210. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_icrs_fk5.py +0 -0
  211. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/barycorr_bvcs.dat +0 -0
  212. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/barycorr_bvcs_withvels.dat +0 -0
  213. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/jpl_moon.dat +0 -0
  214. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/sites/astropy/download/url/2a464ec894e62c3f19c6aa05f3df3fdc/contents +0 -0
  215. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/sites/astropy/download/url/2a464ec894e62c3f19c6aa05f3df3fdc/url +0 -0
  216. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/helper.py +0 -0
  217. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_angle_generators.py +0 -0
  218. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_angles.py +0 -0
  219. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_angular_separation.py +0 -0
  220. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_api_ape5.py +0 -0
  221. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_arrays.py +0 -0
  222. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_atc_replacements.py +0 -0
  223. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_celestial_transformations.py +0 -0
  224. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_distance.py +0 -0
  225. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_earth.py +0 -0
  226. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_erfa_astrom.py +0 -0
  227. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_exceptions.py +0 -0
  228. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_finite_difference_velocities.py +0 -0
  229. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_formatting.py +0 -0
  230. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_frames.py +0 -0
  231. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_frames_with_velocity.py +0 -0
  232. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_funcs.py +0 -0
  233. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_geodetic_representations.py +0 -0
  234. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_iau_fullstack.py +0 -0
  235. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_icrs_observed_transformations.py +0 -0
  236. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_intermediate_transformations.py +0 -0
  237. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_masked.py +0 -0
  238. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_matching.py +0 -0
  239. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_matrix_utilities.py +0 -0
  240. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_name_resolve.py +0 -0
  241. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_pickle.py +0 -0
  242. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_polarization.py +0 -0
  243. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_regression.py +0 -0
  244. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_representation.py +0 -0
  245. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_representation_arithmetic.py +0 -0
  246. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_representation_methods.py +0 -0
  247. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_separation.py +0 -0
  248. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_shape_manipulation.py +0 -0
  249. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_sites.py +0 -0
  250. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_sky_coord.py +0 -0
  251. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_sky_coord_velocities.py +0 -0
  252. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_skyoffset_transformations.py +0 -0
  253. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_solar_system.py +0 -0
  254. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_spectral_coordinate.py +0 -0
  255. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_spectral_quantity.py +0 -0
  256. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_transformations.py +0 -0
  257. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_unit_representation.py +0 -0
  258. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_utils.py +0 -0
  259. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_velocity_corrs.py +0 -0
  260. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/__init__.py +0 -0
  261. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/affine.py +0 -0
  262. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/base.py +0 -0
  263. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/composite.py +0 -0
  264. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/function.py +0 -0
  265. {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/graph.py +0 -0
  266. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/__init__.py +0 -0
  267. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/__init__.py +0 -0
  268. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/core.py +0 -0
  269. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/default.py +0 -0
  270. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/__init__.py +0 -0
  271. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/base.py +0 -0
  272. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/lambdacdm.py +0 -0
  273. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/scalar_inv_efuncs.pyx +0 -0
  274. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/w0cdm.py +0 -0
  275. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/w0wacdm.py +0 -0
  276. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/w0wzcdm.py +0 -0
  277. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/wpwazpcdm.py +0 -0
  278. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/funcs/__init__.py +0 -0
  279. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/funcs/comparison.py +0 -0
  280. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/funcs/optimize.py +0 -0
  281. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/__init__.py +0 -0
  282. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/__init__.py +0 -0
  283. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/cosmology.py +0 -0
  284. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/ecsv.py +0 -0
  285. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/html.py +0 -0
  286. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/latex.py +0 -0
  287. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/mapping.py +0 -0
  288. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/model.py +0 -0
  289. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/row.py +0 -0
  290. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/table.py +0 -0
  291. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/utils.py +0 -0
  292. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/yaml.py +0 -0
  293. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/connect.py +0 -0
  294. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/__init__.py +0 -0
  295. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/converter.py +0 -0
  296. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/core.py +0 -0
  297. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/descriptors.py +0 -0
  298. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/utils.py +0 -0
  299. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/scipy_compat.py +0 -0
  300. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/setup_package.py +0 -0
  301. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/signature_deprecations.c +0 -0
  302. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/__init__.py +0 -0
  303. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/conftest.py +0 -0
  304. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/__init__.py +0 -0
  305. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/conftest.py +0 -0
  306. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/data/cosmo_closed.ecsv +0 -0
  307. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/data/cosmo_flat.ecsv +0 -0
  308. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/data/cosmo_open.ecsv +0 -0
  309. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_base.py +0 -0
  310. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_flrw.py +0 -0
  311. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_lambdacdm.py +0 -0
  312. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_parameters.py +0 -0
  313. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_w.py +0 -0
  314. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_w0cdm.py +0 -0
  315. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_w0wacdm.py +0 -0
  316. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_w0wzcdm.py +0 -0
  317. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_wpwazpcdm.py +0 -0
  318. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/funcs/__init__.py +0 -0
  319. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/funcs/test_comparison.py +0 -0
  320. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/funcs/test_funcs.py +0 -0
  321. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/helper.py +0 -0
  322. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/__init__.py +0 -0
  323. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/base.py +0 -0
  324. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_.py +0 -0
  325. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_connect.py +0 -0
  326. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_cosmology.py +0 -0
  327. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_ecsv.py +0 -0
  328. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_html.py +0 -0
  329. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_json.py +0 -0
  330. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_latex.py +0 -0
  331. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_mapping.py +0 -0
  332. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_model.py +0 -0
  333. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_row.py +0 -0
  334. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_table.py +0 -0
  335. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_yaml.py +0 -0
  336. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/__init__.py +0 -0
  337. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/conftest.py +0 -0
  338. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/test_descriptors.py +0 -0
  339. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/test_parameter.py +0 -0
  340. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/test_utils.py +0 -0
  341. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_core.py +0 -0
  342. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_deprecated_modules.py +0 -0
  343. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_parameters.py +0 -0
  344. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_realizations.py +0 -0
  345. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_scipy_compat.py +0 -0
  346. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_units.py +0 -0
  347. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_utils.py +0 -0
  348. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/__init__.py +0 -0
  349. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/baryons.py +0 -0
  350. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/curvature.py +0 -0
  351. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/darkenergy.py +0 -0
  352. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/darkmatter.py +0 -0
  353. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/hubble.py +0 -0
  354. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/matterdensity.py +0 -0
  355. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/photoncomponent.py +0 -0
  356. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/rhocrit.py +0 -0
  357. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/scale_factor.py +0 -0
  358. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/tcmb.py +0 -0
  359. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/totalcomponent.py +0 -0
  360. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/typing.py +0 -0
  361. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/units.py +0 -0
  362. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/units_equivalencies.py +0 -0
  363. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/utils.py +0 -0
  364. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/connect.py +0 -0
  365. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/core.py +0 -0
  366. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/Planck13.ecsv +0 -0
  367. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/Planck15.ecsv +0 -0
  368. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/Planck18.ecsv +0 -0
  369. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP1.ecsv +0 -0
  370. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP3.ecsv +0 -0
  371. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP5.ecsv +0 -0
  372. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP7.ecsv +0 -0
  373. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP9.ecsv +0 -0
  374. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/flrw.py +0 -0
  375. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/funcs.py +0 -0
  376. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/io.py +0 -0
  377. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/parameter.py +0 -0
  378. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/parameters.py +0 -0
  379. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/realizations.py +0 -0
  380. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/traits.py +0 -0
  381. {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/units.py +0 -0
  382. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/README.rst +0 -0
  383. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/__init__.py +0 -0
  384. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/_strptime.py +0 -0
  385. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/configobj/__init__.py +0 -0
  386. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/configobj/configobj.py +0 -0
  387. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/configobj/validate.py +0 -0
  388. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/__init__.py +0 -0
  389. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/cpp.py +0 -0
  390. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/ctokens.py +0 -0
  391. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/lex.py +0 -0
  392. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/yacc.py +0 -0
  393. {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/ygen.py +0 -0
  394. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/__init__.py +0 -0
  395. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/__init__.py +0 -0
  396. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/basic.py +0 -0
  397. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/cds.py +0 -0
  398. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/connect.py +0 -0
  399. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/core.py +0 -0
  400. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/cparser.pyx +0 -0
  401. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/daophot.py +0 -0
  402. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/docs.py +0 -0
  403. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/ecsv.py +0 -0
  404. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/fastbasic.py +0 -0
  405. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/fixedwidth.py +0 -0
  406. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/html.py +0 -0
  407. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/ipac.py +0 -0
  408. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/latex.py +0 -0
  409. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/misc.py +0 -0
  410. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/mrt.py +0 -0
  411. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/qdp.py +0 -0
  412. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/rst.py +0 -0
  413. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/setup_package.py +0 -0
  414. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/sextractor.py +0 -0
  415. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/src/tokenizer.c +0 -0
  416. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/src/tokenizer.h +0 -0
  417. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tdat.py +0 -0
  418. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/__init__.py +0 -0
  419. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/common.py +0 -0
  420. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/apostrophe.rdb +0 -0
  421. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/apostrophe.tab +0 -0
  422. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/bad.txt +0 -0
  423. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/bars_at_ends.txt +0 -0
  424. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/description/ReadMe +0 -0
  425. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/description/table.dat +0 -0
  426. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/glob/ReadMe +0 -0
  427. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/glob/lmxbrefs.dat +0 -0
  428. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/multi/ReadMe +0 -0
  429. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/multi/lhs2065.dat +0 -0
  430. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/multi/lp944-20.dat +0 -0
  431. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/null/ReadMe +0 -0
  432. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/null/ReadMe1 +0 -0
  433. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/null/table.dat +0 -0
  434. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/null/table1.dat +0 -0
  435. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds.dat +0 -0
  436. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds2.dat +0 -0
  437. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cdsFunctional.dat +0 -0
  438. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cdsFunctional2.dat +0 -0
  439. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds_malformed.dat +0 -0
  440. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds_mrt_dashes.txt +0 -0
  441. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/commented_header.dat +0 -0
  442. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/commented_header2.dat +0 -0
  443. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/conf_py.txt +0 -0
  444. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/continuation.dat +0 -0
  445. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot.dat +0 -0
  446. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot.dat.gz +0 -0
  447. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot2.dat +0 -0
  448. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot3.dat +0 -0
  449. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot4.dat +0 -0
  450. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/fill_values.txt +0 -0
  451. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/fixed_width_2_line.txt +0 -0
  452. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/html.html +0 -0
  453. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/html2.html +0 -0
  454. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/ipac.dat +0 -0
  455. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/ipac.dat.Z +0 -0
  456. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/ipac.dat.bz2 +0 -0
  457. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/ipac.dat.xz +0 -0
  458. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/latex1.tex +0 -0
  459. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/latex1.tex.gz +0 -0
  460. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/latex2.tex +0 -0
  461. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/latex3.tex +0 -0
  462. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/nls1_stackinfo.dbout +0 -0
  463. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_cds.dat +0 -0
  464. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_daophot.dat +0 -0
  465. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_ipac.dat +0 -0
  466. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_sextractor.dat +0 -0
  467. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_with_header.dat +0 -0
  468. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_without_header.dat +0 -0
  469. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/sextractor.dat +0 -0
  470. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/sextractor2.dat +0 -0
  471. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/sextractor3.dat +0 -0
  472. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb +0 -0
  473. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb.Z +0 -0
  474. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb.bz2 +0 -0
  475. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb.gz +0 -0
  476. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb.xz +0 -0
  477. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.tab +0 -0
  478. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple.txt +0 -0
  479. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple2.txt +0 -0
  480. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple3.txt +0 -0
  481. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple4.txt +0 -0
  482. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple5.txt +0 -0
  483. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple_csv.csv +0 -0
  484. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple_csv_missing.csv +0 -0
  485. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/space_delim_blank_lines.txt +0 -0
  486. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/space_delim_no_header.dat +0 -0
  487. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/space_delim_no_names.dat +0 -0
  488. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/subtypes.ecsv +0 -0
  489. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/test4.dat +0 -0
  490. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/test5.dat +0 -0
  491. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/vizier/ReadMe +0 -0
  492. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/vizier/table1.dat +0 -0
  493. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/vizier/table5.dat.gz +0 -0
  494. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/vots_spec.dat +0 -0
  495. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/whitespace.dat +0 -0
  496. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_c_reader.py +0 -0
  497. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_cds.py +0 -0
  498. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_cds_header_from_readme.py +0 -0
  499. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_compressed.py +0 -0
  500. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_connect.py +0 -0
  501. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_ecsv.py +0 -0
  502. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_fixedwidth.py +0 -0
  503. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_html.py +0 -0
  504. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_ipac_definitions.py +0 -0
  505. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_qdp.py +0 -0
  506. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_read.py +0 -0
  507. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_rst.py +0 -0
  508. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_tdat.py +0 -0
  509. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_types.py +0 -0
  510. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_write.py +0 -0
  511. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/ui.py +0 -0
  512. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/__init__.py +0 -0
  513. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/_utils.pyx +0 -0
  514. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/card.py +0 -0
  515. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/column.py +0 -0
  516. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/connect.py +0 -0
  517. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/convenience.py +0 -0
  518. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/diff.py +0 -0
  519. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/file.py +0 -0
  520. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/fitsrec.py +0 -0
  521. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/fitstime.py +0 -0
  522. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/__init__.py +0 -0
  523. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/base.py +0 -0
  524. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/__init__.py +0 -0
  525. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/_codecs.py +0 -0
  526. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/_quantization.py +0 -0
  527. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/_tiled_compression.py +0 -0
  528. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/compbintable.py +0 -0
  529. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/compressed.py +0 -0
  530. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/header.py +0 -0
  531. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/section.py +0 -0
  532. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/settings.py +0 -0
  533. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/setup_package.py +0 -0
  534. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/compression.c +0 -0
  535. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/fits_hcompress.h +0 -0
  536. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/fits_hdecompress.h +0 -0
  537. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/pliocomp.h +0 -0
  538. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/quantize.h +0 -0
  539. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/ricecomp.h +0 -0
  540. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/unquantize.c +0 -0
  541. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/unquantize.h +0 -0
  542. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/__init__.py +0 -0
  543. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/conftest.py +0 -0
  544. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/compressed_with_nan.fits +0 -0
  545. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13.fits +0 -0
  546. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13_gzip.fits +0 -0
  547. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13_hcomp.fits +0 -0
  548. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13_plio.fits +0 -0
  549. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13_rice.fits +0 -0
  550. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_checksum.py +0 -0
  551. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_compression_failures.py +0 -0
  552. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_fitsio.py +0 -0
  553. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_tiled_compression.py +0 -0
  554. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/utils.py +0 -0
  555. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/groups.py +0 -0
  556. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/hdulist.py +0 -0
  557. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/image.py +0 -0
  558. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/nonstandard.py +0 -0
  559. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/streaming.py +0 -0
  560. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/table.py +0 -0
  561. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/header.py +0 -0
  562. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/__init__.py +0 -0
  563. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/fitscheck.py +0 -0
  564. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/fitsdiff.py +0 -0
  565. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/fitsheader.py +0 -0
  566. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/fitsinfo.py +0 -0
  567. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/__init__.py +0 -0
  568. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/cfitsio_verify.c +0 -0
  569. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/conftest.py +0 -0
  570. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/arange.fits +0 -0
  571. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/ascii.fits +0 -0
  572. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/ascii_i4-i20.fits +0 -0
  573. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/blank.fits +0 -0
  574. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/btable.fits +0 -0
  575. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/chandra_time.fits +0 -0
  576. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/checksum.fits +0 -0
  577. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/checksum_false.fits +0 -0
  578. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/comp.fits +0 -0
  579. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/compressed_float_bzero.fits +0 -0
  580. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/compressed_image.fits +0 -0
  581. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/double_ext.fits +0 -0
  582. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/fixed-1890.fits +0 -0
  583. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/group.fits +0 -0
  584. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/history_header.fits +0 -0
  585. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/invalid/group_invalid.fits +0 -0
  586. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/lzw.fits.Z +0 -0
  587. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/memtest.fits +0 -0
  588. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/o4sp040b0_raw.fits +0 -0
  589. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/random_groups.fits +0 -0
  590. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/scale.fits +0 -0
  591. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/stddata.fits +0 -0
  592. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/table.fits +0 -0
  593. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/tb.fits +0 -0
  594. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/tdim.fits +0 -0
  595. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/test0.fits +0 -0
  596. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/test1.fits +0 -0
  597. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/theap-gap.fits +0 -0
  598. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/variable_length_table.fits +0 -0
  599. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/verify.fits +0 -0
  600. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/zerowidth.fits +0 -0
  601. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_checksum.py +0 -0
  602. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_connect.py +0 -0
  603. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_convenience.py +0 -0
  604. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_core.py +0 -0
  605. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_diff.py +0 -0
  606. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_division.py +0 -0
  607. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitscheck.py +0 -0
  608. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitsdiff.py +0 -0
  609. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitsheader.py +0 -0
  610. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitsinfo.py +0 -0
  611. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitstime.py +0 -0
  612. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fsspec.py +0 -0
  613. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_groups.py +0 -0
  614. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_hdulist.py +0 -0
  615. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_header.py +0 -0
  616. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_image.py +0 -0
  617. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_image_dask.py +0 -0
  618. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_nonstandard.py +0 -0
  619. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_structured.py +0 -0
  620. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_table.py +0 -0
  621. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_tilde_path.py +0 -0
  622. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_uint.py +0 -0
  623. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_util.py +0 -0
  624. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/util.py +0 -0
  625. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/verify.py +0 -0
  626. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/__init__.py +0 -0
  627. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/connect.py +0 -0
  628. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/ecsv.py +0 -0
  629. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/hdf5.py +0 -0
  630. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pandas/__init__.py +0 -0
  631. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pandas/connect.py +0 -0
  632. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/parquet.py +0 -0
  633. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pickle_helpers.py +0 -0
  634. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pyarrow/__init__.py +0 -0
  635. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pyarrow/csv.py +0 -0
  636. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pyarrow/tests/__init__.py +0 -0
  637. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pyarrow/tests/test_csv.py +0 -0
  638. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/__init__.py +0 -0
  639. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/data/gaia_source_dr3_select_1_result.vot +0 -0
  640. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/data/old_meta_example.hdf5 +0 -0
  641. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_hdf5.py +0 -0
  642. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_pandas.py +0 -0
  643. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_parquet.py +0 -0
  644. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_parquet_votable.py +0 -0
  645. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_pickle_helpers.py +0 -0
  646. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_yaml.py +0 -0
  647. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/yaml.py +0 -0
  648. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/__init__.py +0 -0
  649. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/base.py +0 -0
  650. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/compat.py +0 -0
  651. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/core.py +0 -0
  652. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/interface.py +0 -0
  653. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/tests/__init__.py +0 -0
  654. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/tests/test_registries.py +0 -0
  655. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/tests/test_registry_help.py +0 -0
  656. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/tests/__init__.py +0 -0
  657. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/tests/mixin_columns.py +0 -0
  658. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/tests/safeio.py +0 -0
  659. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/typing.py +0 -0
  660. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/__init__.py +0 -0
  661. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/connect.py +0 -0
  662. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/converters.py +0 -0
  663. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.dtd +0 -0
  664. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.1.xsd +0 -0
  665. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.2.xsd +0 -0
  666. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.3.xsd +0 -0
  667. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.4.xsd +0 -0
  668. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.5.xsd +0 -0
  669. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/ivoa-vocalubary_refframe-v20220222.json +0 -0
  670. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/ucd1p-words.txt +0 -0
  671. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/dataorigin.py +0 -0
  672. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/exceptions.py +0 -0
  673. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/setup_package.py +0 -0
  674. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/src/.gitignore +0 -0
  675. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/src/tablewriter.c +0 -0
  676. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/table.py +0 -0
  677. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/__init__.py +0 -0
  678. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/binary2_masked_strings.xml +0 -0
  679. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/binary2_variable_length_char.xml +0 -0
  680. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/coosys.xml +0 -0
  681. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/custom_datatype.xml +0 -0
  682. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/empty_table.xml +0 -0
  683. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/gemini.xml +0 -0
  684. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/irsa-nph-error.xml +0 -0
  685. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/irsa-nph-m31.xml +0 -0
  686. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/mivot_annotated_table.xml +0 -0
  687. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/mivot_block_custom_datatype.xml +0 -0
  688. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/names.xml +0 -0
  689. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/no_field_not_empty_table.xml +0 -0
  690. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/no_resource.txt +0 -0
  691. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/no_resource.xml +0 -0
  692. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/nonstandard_units.xml +0 -0
  693. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/parquet_binary.xml +0 -0
  694. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/parquet_binary.xml.parquet +0 -0
  695. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.1.xml +0 -0
  696. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.3.xml +0 -0
  697. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/regression.xml +0 -0
  698. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/resource_groups.xml +0 -0
  699. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/tb.fits +0 -0
  700. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/test.order.xml +0 -0
  701. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/timesys.xml +0 -0
  702. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/timesys_errors.xml +0 -0
  703. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/too_many_columns.xml.gz +0 -0
  704. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/valid_votable.xml +0 -0
  705. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/validation.txt +0 -0
  706. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/vizier_b2_votable.xml +0 -0
  707. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_converter.py +0 -0
  708. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_coosys.py +0 -0
  709. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_dataorigin.py +0 -0
  710. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_exception.py +0 -0
  711. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_resource.py +0 -0
  712. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_schema_versions.py +0 -0
  713. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_table.py +0 -0
  714. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_tree.py +0 -0
  715. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_ucd.py +0 -0
  716. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_util.py +0 -0
  717. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_vo.py +0 -0
  718. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tree.py +0 -0
  719. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/ucd.py +0 -0
  720. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/util.py +0 -0
  721. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/__init__.py +0 -0
  722. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/data/urls/cone.big.dat.gz +0 -0
  723. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/data/urls/cone.broken.dat.gz +0 -0
  724. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/data/urls/cone.good.dat.gz +0 -0
  725. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/data/urls/cone.incorrect.dat.gz +0 -0
  726. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/html.py +0 -0
  727. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/main.py +0 -0
  728. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/result.py +0 -0
  729. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/volint.py +0 -0
  730. {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/xmlutil.py +0 -0
  731. {astropy-7.2.1 → astropy-7.2.2}/astropy/logger.py +0 -0
  732. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/__init__.py +0 -0
  733. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/_fitting_parallel.py +0 -0
  734. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/bounding_box.py +0 -0
  735. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/convolution.py +0 -0
  736. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/core.py +0 -0
  737. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/fitting.py +0 -0
  738. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/mappings.py +0 -0
  739. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/math_functions.py +0 -0
  740. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/models/__init__.py +0 -0
  741. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/optimizers.py +0 -0
  742. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/physical_models.py +0 -0
  743. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/polynomial.py +0 -0
  744. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/powerlaws.py +0 -0
  745. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/projections.py +0 -0
  746. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/rotations.py +0 -0
  747. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/separable.py +0 -0
  748. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/spline.py +0 -0
  749. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/statistic.py +0 -0
  750. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tabular.py +0 -0
  751. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/__init__.py +0 -0
  752. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/1904-66_AZP.fits +0 -0
  753. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/__init__.py +0 -0
  754. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/hst_sip.hdr +0 -0
  755. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/idcompspec.fits +0 -0
  756. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/irac_sip.hdr +0 -0
  757. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/spec.txt +0 -0
  758. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/example_models.py +0 -0
  759. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/irafutil.py +0 -0
  760. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_bounding_box.py +0 -0
  761. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_compound.py +0 -0
  762. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_constraints.py +0 -0
  763. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_convolution.py +0 -0
  764. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_core.py +0 -0
  765. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_fitters.py +0 -0
  766. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_fitting_parallel.py +0 -0
  767. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_functional_models.py +0 -0
  768. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_input.py +0 -0
  769. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_mappings.py +0 -0
  770. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_math_func.py +0 -0
  771. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_model_sets.py +0 -0
  772. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_models.py +0 -0
  773. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_models_quantities.py +0 -0
  774. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_physical_models.py +0 -0
  775. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_pickle.py +0 -0
  776. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_polynomial.py +0 -0
  777. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_projections.py +0 -0
  778. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_evaluation.py +0 -0
  779. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_fitting.py +0 -0
  780. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_model.py +0 -0
  781. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_parameters.py +0 -0
  782. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_rotations.py +0 -0
  783. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_rotations.py +0 -0
  784. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_separable.py +0 -0
  785. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_spline.py +0 -0
  786. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_statistics.py +0 -0
  787. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_units_mapping.py +0 -0
  788. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_utils.py +0 -0
  789. {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/utils.py +0 -0
  790. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/__init__.py +0 -0
  791. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/_testing.py +0 -0
  792. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/bitmask.py +0 -0
  793. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/blocks.py +0 -0
  794. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/ccddata.py +0 -0
  795. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/compat.py +0 -0
  796. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/covariance.py +0 -0
  797. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/decorators.py +0 -0
  798. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/flag_collection.py +0 -0
  799. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/__init__.py +0 -0
  800. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/ndarithmetic.py +0 -0
  801. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/ndio.py +0 -0
  802. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/ndslicing.py +0 -0
  803. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/tests/__init__.py +0 -0
  804. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/tests/test_ndarithmetic.py +0 -0
  805. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/tests/test_ndio.py +0 -0
  806. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/tests/test_ndslicing.py +0 -0
  807. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/nddata.py +0 -0
  808. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/nddata_base.py +0 -0
  809. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/nddata_withmixins.py +0 -0
  810. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/nduncertainty.py +0 -0
  811. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/__init__.py +0 -0
  812. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/data/sip-wcs.fits +0 -0
  813. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_bitmask.py +0 -0
  814. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_blocks.py +0 -0
  815. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_ccddata.py +0 -0
  816. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_compat.py +0 -0
  817. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_covariance.py +0 -0
  818. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_decorators.py +0 -0
  819. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_flag_collection.py +0 -0
  820. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_nddata.py +0 -0
  821. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_nddata_base.py +0 -0
  822. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_nduncertainty.py +0 -0
  823. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_utils.py +0 -0
  824. {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/utils.py +0 -0
  825. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/__init__.py +0 -0
  826. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/client.py +0 -0
  827. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/constants.py +0 -0
  828. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/data/astropy_icon.png +0 -0
  829. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/data/clientaccesspolicy.xml +0 -0
  830. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/data/crossdomain.xml +0 -0
  831. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/errors.py +0 -0
  832. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/hub.py +0 -0
  833. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/hub_proxy.py +0 -0
  834. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/hub_script.py +0 -0
  835. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/integrated_client.py +0 -0
  836. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/lockfile_helpers.py +0 -0
  837. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/setup_package.py +0 -0
  838. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/standard_profile.py +0 -0
  839. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/__init__.py +0 -0
  840. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_client.py +0 -0
  841. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_errors.py +0 -0
  842. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_helpers.py +0 -0
  843. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_hub.py +0 -0
  844. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_hub_proxy.py +0 -0
  845. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_hub_script.py +0 -0
  846. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_standard_profile.py +0 -0
  847. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_web_profile.py +0 -0
  848. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/web_profile_test_helpers.py +0 -0
  849. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/utils.py +0 -0
  850. {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/web_profile.py +0 -0
  851. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/__init__.py +0 -0
  852. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/_stats.pyx +0 -0
  853. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/bayesian_blocks.py +0 -0
  854. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/biweight.py +0 -0
  855. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/circstats.py +0 -0
  856. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/funcs.py +0 -0
  857. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/histogram.py +0 -0
  858. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/info_theory.py +0 -0
  859. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/jackknife.py +0 -0
  860. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/nanfunctions.py +0 -0
  861. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/setup_package.py +0 -0
  862. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/sigma_clipping.py +0 -0
  863. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/spatial.py +0 -0
  864. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/compute_bounds.c +0 -0
  865. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/compute_bounds.h +0 -0
  866. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/fast_sigma_clip.c +0 -0
  867. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/wirth_select.c +0 -0
  868. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/wirth_select.h +0 -0
  869. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/__init__.py +0 -0
  870. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_bayesian_blocks.py +0 -0
  871. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_biweight.py +0 -0
  872. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_circstats.py +0 -0
  873. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_funcs.py +0 -0
  874. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_histogram.py +0 -0
  875. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_info_theory.py +0 -0
  876. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_jackknife.py +0 -0
  877. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_sigma_clipping.py +0 -0
  878. {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_spatial.py +0 -0
  879. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/__init__.py +0 -0
  880. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/_column_mixins.pyx +0 -0
  881. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/_dataframes.py +0 -0
  882. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/_np_utils.pyx +0 -0
  883. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/column.py +0 -0
  884. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/connect.py +0 -0
  885. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/groups.py +0 -0
  886. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/index.py +0 -0
  887. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/info.py +0 -0
  888. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/jsviewer.py +0 -0
  889. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/meta.py +0 -0
  890. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/__init__.py +0 -0
  891. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/dask.py +0 -0
  892. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/registry.py +0 -0
  893. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/tests/__init__.py +0 -0
  894. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/tests/test_dask.py +0 -0
  895. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/tests/test_registry.py +0 -0
  896. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/ndarray_mixin.py +0 -0
  897. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/notebook_backends.py +0 -0
  898. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/np_utils.py +0 -0
  899. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/operations.py +0 -0
  900. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/pandas.py +0 -0
  901. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/pprint.py +0 -0
  902. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/row.py +0 -0
  903. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/scripts/__init__.py +0 -0
  904. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/scripts/showtable.py +0 -0
  905. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/serialize.py +0 -0
  906. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/setup_package.py +0 -0
  907. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/soco.py +0 -0
  908. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/table.py +0 -0
  909. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/table_helpers.py +0 -0
  910. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/__init__.py +0 -0
  911. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/conftest.py +0 -0
  912. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_array.py +0 -0
  913. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_bst.py +0 -0
  914. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_column.py +0 -0
  915. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_df.py +0 -0
  916. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_groups.py +0 -0
  917. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_info.py +0 -0
  918. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_init_table.py +0 -0
  919. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_item_access.py +0 -0
  920. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_jsviewer.py +0 -0
  921. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_masked.py +0 -0
  922. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_mixin.py +0 -0
  923. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_np_utils.py +0 -0
  924. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_operations.py +0 -0
  925. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_pickle.py +0 -0
  926. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_pprint.py +0 -0
  927. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_row.py +0 -0
  928. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_showtable.py +0 -0
  929. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_subclass.py +0 -0
  930. {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_table.py +0 -0
  931. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/__init__.py +0 -0
  932. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/command.py +0 -0
  933. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/figures/__init__.py +0 -0
  934. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/figures/helpers.py +0 -0
  935. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/figures/py311-test-image-mpl380-cov.json +0 -0
  936. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/figures/py311-test-image-mpldev-cov.json +0 -0
  937. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/helper.py +0 -0
  938. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/runner.py +0 -0
  939. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/test_logger.py +0 -0
  940. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/__init__.py +0 -0
  941. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/test_imports.py +0 -0
  942. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/test_quantity_helpers.py +0 -0
  943. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/test_run_tests.py +0 -0
  944. {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/test_runner.py +0 -0
  945. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/__init__.py +0 -0
  946. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/core.py +0 -0
  947. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/formats.py +0 -0
  948. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/setup_package.py +0 -0
  949. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/src/parse_times.c +0 -0
  950. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/__init__.py +0 -0
  951. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_basic.py +0 -0
  952. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_comparisons.py +0 -0
  953. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_corrs.py +0 -0
  954. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_custom_formats.py +0 -0
  955. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_delta.py +0 -0
  956. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_fast_parser.py +0 -0
  957. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_functions.py +0 -0
  958. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_guess.py +0 -0
  959. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_mask.py +0 -0
  960. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_methods.py +0 -0
  961. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_pickle.py +0 -0
  962. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_precision.py +0 -0
  963. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_quantity_interaction.py +0 -0
  964. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_sidereal.py +0 -0
  965. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_update_leap_seconds.py +0 -0
  966. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_ut1.py +0 -0
  967. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/time_helper/__init__.py +0 -0
  968. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/time_helper/function_helpers.py +0 -0
  969. {astropy-7.2.1 → astropy-7.2.2}/astropy/time/utils.py +0 -0
  970. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/__init__.py +0 -0
  971. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/binned.py +0 -0
  972. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/core.py +0 -0
  973. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/downsample.py +0 -0
  974. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/io/__init__.py +0 -0
  975. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/io/kepler.py +0 -0
  976. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/io/tests/__init__.py +0 -0
  977. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/io/tests/test_kepler.py +0 -0
  978. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/__init__.py +0 -0
  979. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/base.py +0 -0
  980. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/__init__.py +0 -0
  981. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/_impl.pyx +0 -0
  982. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/bls.c +0 -0
  983. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/core.py +0 -0
  984. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/methods.py +0 -0
  985. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/setup_package.py +0 -0
  986. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/tests/__init__.py +0 -0
  987. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/tests/test_bls.py +0 -0
  988. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/__init__.py +0 -0
  989. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/_statistics.py +0 -0
  990. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/core.py +0 -0
  991. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/__init__.py +0 -0
  992. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/chi2_impl.py +0 -0
  993. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/cython_impl.pyx +0 -0
  994. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/fast_impl.py +0 -0
  995. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/fastchi2_impl.py +0 -0
  996. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/main.py +0 -0
  997. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/mle.py +0 -0
  998. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/scipy_impl.py +0 -0
  999. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/slow_impl.py +0 -0
  1000. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/__init__.py +0 -0
  1001. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/test_mle.py +0 -0
  1002. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/test_utils.py +0 -0
  1003. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/utils.py +0 -0
  1004. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/setup_package.py +0 -0
  1005. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/tests/__init__.py +0 -0
  1006. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_lombscargle.py +0 -0
  1007. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_statistics.py +0 -0
  1008. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_utils.py +0 -0
  1009. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/utils.py +0 -0
  1010. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/__init__.py +0 -0
  1011. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/core.py +0 -0
  1012. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/__init__.py +0 -0
  1013. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/main.py +0 -0
  1014. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/mbfast_impl.py +0 -0
  1015. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/mbflex_impl.py +0 -0
  1016. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/mle.py +0 -0
  1017. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/tests/__init__.py +0 -0
  1018. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/tests/test_lombscargle_multiband.py +0 -0
  1019. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/sampled.py +0 -0
  1020. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/__init__.py +0 -0
  1021. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/data/binned.csv +0 -0
  1022. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/data/sampled.csv +0 -0
  1023. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/test_binned.py +0 -0
  1024. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/test_common.py +0 -0
  1025. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/test_downsample.py +0 -0
  1026. {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/test_sampled.py +0 -0
  1027. {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/__init__.py +0 -0
  1028. {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/core.py +0 -0
  1029. {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/distributions.py +0 -0
  1030. {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/function_helpers.py +0 -0
  1031. {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/tests/__init__.py +0 -0
  1032. {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/tests/test_containers.py +0 -0
  1033. {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/tests/test_distribution.py +0 -0
  1034. {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/tests/test_functions.py +0 -0
  1035. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/__init__.py +0 -0
  1036. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/astrophys.py +0 -0
  1037. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/cds.py +0 -0
  1038. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/cgs.py +0 -0
  1039. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/core.py +0 -0
  1040. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/decorators.py +0 -0
  1041. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/deprecated.py +0 -0
  1042. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/docgen.py +0 -0
  1043. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/enums.py +0 -0
  1044. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/equivalencies.py +0 -0
  1045. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/errors.py +0 -0
  1046. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/__init__.py +0 -0
  1047. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/base.py +0 -0
  1048. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/cds.py +0 -0
  1049. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/cds_lextab.py +0 -0
  1050. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/cds_parsetab.py +0 -0
  1051. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/console.py +0 -0
  1052. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/fits.py +0 -0
  1053. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/generic.py +0 -0
  1054. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/generic_lextab.py +0 -0
  1055. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/generic_parsetab.py +0 -0
  1056. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/latex.py +0 -0
  1057. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/ogip.py +0 -0
  1058. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/ogip_lextab.py +0 -0
  1059. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/ogip_parsetab.py +0 -0
  1060. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/unicode_format.py +0 -0
  1061. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/vounit.py +0 -0
  1062. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/__init__.py +0 -0
  1063. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/core.py +0 -0
  1064. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/logarithmic.py +0 -0
  1065. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/mixin.py +0 -0
  1066. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/units.py +0 -0
  1067. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/imperial.py +0 -0
  1068. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/misc.py +0 -0
  1069. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/photometric.py +0 -0
  1070. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/physical.py +0 -0
  1071. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity.py +0 -0
  1072. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/__init__.py +0 -0
  1073. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/converters.py +0 -0
  1074. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/erfa.py +0 -0
  1075. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/helpers.py +0 -0
  1076. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/scipy_special.py +0 -0
  1077. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/required_by_vounit.py +0 -0
  1078. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/si.py +0 -0
  1079. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/structured.py +0 -0
  1080. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/__init__.py +0 -0
  1081. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_aliases.py +0 -0
  1082. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_deprecated.py +0 -0
  1083. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_docgen.py +0 -0
  1084. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_equivalencies.py +0 -0
  1085. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_format.py +0 -0
  1086. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_logarithmic.py +0 -0
  1087. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_photometric.py +0 -0
  1088. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_physical.py +0 -0
  1089. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity.py +0 -0
  1090. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_annotations.py +0 -0
  1091. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_array_methods.py +0 -0
  1092. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_decorator.py +0 -0
  1093. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_erfa_ufuncs.py +0 -0
  1094. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_helpers.py +0 -0
  1095. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_info.py +0 -0
  1096. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_typing.py +0 -0
  1097. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_ufuncs.py +0 -0
  1098. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_units.py +0 -0
  1099. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/typing.py +0 -0
  1100. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/typing_utils.py +0 -0
  1101. {astropy-7.2.1 → astropy-7.2.2}/astropy/units/utils.py +0 -0
  1102. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/__init__.py +0 -0
  1103. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/codegen.py +0 -0
  1104. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/collections.py +0 -0
  1105. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/compat/__init__.py +0 -0
  1106. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/compat/numpycompat.py +0 -0
  1107. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/compat/optional_deps.py +0 -0
  1108. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/console.py +0 -0
  1109. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/data.py +0 -0
  1110. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/data_info.py +0 -0
  1111. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/decorators.py +0 -0
  1112. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/diff.py +0 -0
  1113. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/exceptions.py +0 -0
  1114. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/__init__.py +0 -0
  1115. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/data/ReadMe.eopc04_IAU2000 +0 -0
  1116. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/__init__.py +0 -0
  1117. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/finals2000A-2016-02-30-test +0 -0
  1118. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/finals2000A-2016-04-30-test +0 -0
  1119. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/iers_a_excerpt +0 -0
  1120. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/iers_b_old_style_excerpt +0 -0
  1121. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/leap-seconds.list +0 -0
  1122. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/test_leap_second.py +0 -0
  1123. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/introspection.py +0 -0
  1124. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/__init__.py +0 -0
  1125. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/core.py +0 -0
  1126. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/function_helpers.py +0 -0
  1127. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/__init__.py +0 -0
  1128. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_containers.py +0 -0
  1129. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_dynamic_subclasses.py +0 -0
  1130. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_function_helpers.py +0 -0
  1131. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_functions.py +0 -0
  1132. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_masked.py +0 -0
  1133. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_pickle.py +0 -0
  1134. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_table.py +0 -0
  1135. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/__init__.py +0 -0
  1136. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/core.py +0 -0
  1137. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/exceptions.py +0 -0
  1138. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/merge.py +0 -0
  1139. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/tests/__init__.py +0 -0
  1140. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/tests/test_metadata.py +0 -0
  1141. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/utils.py +0 -0
  1142. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/misc.py +0 -0
  1143. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/parsing.py +0 -0
  1144. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/shapes.py +0 -0
  1145. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/state.py +0 -0
  1146. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/system_info.py +0 -0
  1147. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/__init__.py +0 -0
  1148. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/.hidden_file.txt +0 -0
  1149. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/alias.cfg +0 -0
  1150. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/dataurl/index.html +0 -0
  1151. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/dataurl_mirror/index.html +0 -0
  1152. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat +0 -0
  1153. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat.Z +0 -0
  1154. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat.bz2 +0 -0
  1155. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat.gz +0 -0
  1156. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat.xz +0 -0
  1157. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/test_package/__init__.py +0 -0
  1158. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/test_package/data/foo.txt +0 -0
  1159. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt +0 -0
  1160. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt.Z +0 -0
  1161. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt.bz2 +0 -0
  1162. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt.gz +0 -0
  1163. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt.xz +0 -0
  1164. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_codegen.py +0 -0
  1165. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_collections.py +0 -0
  1166. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_console.py +0 -0
  1167. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_data.py +0 -0
  1168. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_data_info.py +0 -0
  1169. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_decorators.py +0 -0
  1170. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_diff.py +0 -0
  1171. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_introspection.py +0 -0
  1172. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_misc.py +0 -0
  1173. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_parsing.py +0 -0
  1174. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_progress_bar_func.py +0 -0
  1175. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_shapes.py +0 -0
  1176. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_state.py +0 -0
  1177. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_xml.py +0 -0
  1178. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/__init__.py +0 -0
  1179. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/check.py +0 -0
  1180. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/iterparser.py +0 -0
  1181. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/setup_package.py +0 -0
  1182. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/src/.gitignore +0 -0
  1183. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/src/expat_config.h +0 -0
  1184. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/src/iterparse.c +0 -0
  1185. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/src/iterparse.map +0 -0
  1186. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/tests/__init__.py +0 -0
  1187. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/tests/test_iterparse.py +0 -0
  1188. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/unescaper.py +0 -0
  1189. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/validate.py +0 -0
  1190. {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/writer.py +0 -0
  1191. {astropy-7.2.1 → astropy-7.2.2}/astropy/version.py +0 -0
  1192. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/__init__.py +0 -0
  1193. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/basic_rgb.py +0 -0
  1194. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/hist.py +0 -0
  1195. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/interval.py +0 -0
  1196. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/lupton_rgb.py +0 -0
  1197. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/mpl_normalize.py +0 -0
  1198. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/mpl_style.py +0 -0
  1199. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/scripts/__init__.py +0 -0
  1200. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/scripts/fits2bitmap.py +0 -0
  1201. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/scripts/tests/__init__.py +0 -0
  1202. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/scripts/tests/test_fits2bitmap.py +0 -0
  1203. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/stretch.py +0 -0
  1204. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/__init__.py +0 -0
  1205. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_basic_rgb.py +0 -0
  1206. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_histogram.py +0 -0
  1207. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_interval.py +0 -0
  1208. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_lupton_rgb.py +0 -0
  1209. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_norm.py +0 -0
  1210. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_stretch.py +0 -0
  1211. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_time.py +0 -0
  1212. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_units.py +0 -0
  1213. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/time.py +0 -0
  1214. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/transform.py +0 -0
  1215. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/units.py +0 -0
  1216. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/__init__.py +0 -0
  1217. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/_auto.py +0 -0
  1218. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/axislabels.py +0 -0
  1219. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/coordinate_helpers.py +0 -0
  1220. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/coordinate_range.py +0 -0
  1221. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/coordinates_map.py +0 -0
  1222. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/core.py +0 -0
  1223. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/formatter_locator.py +0 -0
  1224. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/frame.py +0 -0
  1225. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/grid_paths.py +0 -0
  1226. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/helpers.py +0 -0
  1227. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/patches.py +0 -0
  1228. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/__init__.py +0 -0
  1229. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/2MASS_k_header +0 -0
  1230. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/cube_header +0 -0
  1231. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/msx_header +0 -0
  1232. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/rosat_header +0 -0
  1233. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/slice_header +0 -0
  1234. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_coordinate_helpers.py +0 -0
  1235. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py +0 -0
  1236. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_formatter_locator.py +0 -0
  1237. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_frame.py +0 -0
  1238. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_grid_paths.py +0 -0
  1239. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_images.py +0 -0
  1240. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_misc.py +0 -0
  1241. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_transform_coord_meta.py +0 -0
  1242. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_transforms.py +0 -0
  1243. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_utils.py +0 -0
  1244. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_wcsapi.py +0 -0
  1245. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/ticklabels.py +0 -0
  1246. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/ticks.py +0 -0
  1247. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/transforms.py +0 -0
  1248. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/utils.py +0 -0
  1249. {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/wcsapi.py +0 -0
  1250. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/__init__.py +0 -0
  1251. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/docstrings.py +0 -0
  1252. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/.gitignore +0 -0
  1253. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/astropy_wcs.h +0 -0
  1254. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/astropy_wcs_api.h +0 -0
  1255. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/distortion.h +0 -0
  1256. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/distortion_wrap.h +0 -0
  1257. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/docstrings.h +0 -0
  1258. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/isnan.h +0 -0
  1259. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/pipeline.h +0 -0
  1260. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/pyutil.h +0 -0
  1261. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/sip.h +0 -0
  1262. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/sip_wrap.h +0 -0
  1263. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/str_list_proxy.h +0 -0
  1264. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/unit_list_proxy.h +0 -0
  1265. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/util.h +0 -0
  1266. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcsconfig.h +0 -0
  1267. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_auxprm_wrap.h +0 -0
  1268. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_celprm_wrap.h +0 -0
  1269. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_prjprm_wrap.h +0 -0
  1270. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_tabprm_wrap.h +0 -0
  1271. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_units_wrap.h +0 -0
  1272. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_wrap.h +0 -0
  1273. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_wtbarr_wrap.h +0 -0
  1274. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs_api.h +0 -0
  1275. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/.empty +0 -0
  1276. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/.gitignore +0 -0
  1277. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/cel.h +0 -0
  1278. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/lin.h +0 -0
  1279. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/prj.h +0 -0
  1280. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/spc.h +0 -0
  1281. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/spx.h +0 -0
  1282. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/tab.h +0 -0
  1283. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/wcs.h +0 -0
  1284. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/wcserr.h +0 -0
  1285. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/wcsmath.h +0 -0
  1286. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/wcsprintf.h +0 -0
  1287. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/setup_package.py +0 -0
  1288. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/.gitignore +0 -0
  1289. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/astropy_wcs.c +0 -0
  1290. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/astropy_wcs_api.c +0 -0
  1291. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/distortion.c +0 -0
  1292. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/distortion_wrap.c +0 -0
  1293. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/docstrings.c +0 -0
  1294. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/pipeline.c +0 -0
  1295. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/pyutil.c +0 -0
  1296. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/sip.c +0 -0
  1297. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/sip_wrap.c +0 -0
  1298. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/str_list_proxy.c +0 -0
  1299. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/unit_list_proxy.c +0 -0
  1300. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/util.c +0 -0
  1301. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_auxprm_wrap.c +0 -0
  1302. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_celprm_wrap.c +0 -0
  1303. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_prjprm_wrap.c +0 -0
  1304. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_tabprm_wrap.c +0 -0
  1305. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_wrap.c +0 -0
  1306. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_wtbarr_wrap.c +0 -0
  1307. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/__init__.py +0 -0
  1308. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/conftest.py +0 -0
  1309. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/2wcses.hdr +0 -0
  1310. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/3d_cd.hdr +0 -0
  1311. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/chandra-pixlist-wcs.hdr +0 -0
  1312. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/defunct_keywords.hdr +0 -0
  1313. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/dist.fits +0 -0
  1314. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/dist_lookup.fits.gz +0 -0
  1315. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/dss.14.29.56-62.41.05.fits.gz +0 -0
  1316. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/header_newlines.fits +0 -0
  1317. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/header_with_time.fits +0 -0
  1318. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/header_with_time_wcslib71.fits +0 -0
  1319. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/ie6d07ujq_wcs.fits +0 -0
  1320. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/invalid_header.hdr +0 -0
  1321. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/irac_sip.hdr +0 -0
  1322. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/j94f05bgq_flt.fits +0 -0
  1323. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/locale.hdr +0 -0
  1324. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_AIR.hdr +0 -0
  1325. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_AIT.hdr +0 -0
  1326. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_ARC.hdr +0 -0
  1327. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_AZP.hdr +0 -0
  1328. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_BON.hdr +0 -0
  1329. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_CAR.hdr +0 -0
  1330. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_CEA.hdr +0 -0
  1331. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_COD.hdr +0 -0
  1332. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_COE.hdr +0 -0
  1333. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_COO.hdr +0 -0
  1334. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_COP.hdr +0 -0
  1335. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_CSC.hdr +0 -0
  1336. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_CYP.hdr +0 -0
  1337. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_HPX.hdr +0 -0
  1338. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_MER.hdr +0 -0
  1339. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_MOL.hdr +0 -0
  1340. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_NCP.hdr +0 -0
  1341. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_PAR.hdr +0 -0
  1342. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_PCO.hdr +0 -0
  1343. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_QSC.hdr +0 -0
  1344. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_SFL.hdr +0 -0
  1345. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_SIN.hdr +0 -0
  1346. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_STG.hdr +0 -0
  1347. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_SZP.hdr +0 -0
  1348. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_TAN.hdr +0 -0
  1349. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_TSC.hdr +0 -0
  1350. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_ZEA.hdr +0 -0
  1351. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_ZPN.hdr +0 -0
  1352. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/nonstandard_units.hdr +0 -0
  1353. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/outside_sky.hdr +0 -0
  1354. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/sip-broken.hdr +0 -0
  1355. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/sip.fits +0 -0
  1356. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/sip2.fits +0 -0
  1357. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/siponly.hdr +0 -0
  1358. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-freq-1.hdr +0 -0
  1359. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-freq-4.hdr +0 -0
  1360. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-velo-1.hdr +0 -0
  1361. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-velo-4.hdr +0 -0
  1362. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-wave-1.hdr +0 -0
  1363. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-wave-4.hdr +0 -0
  1364. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/sub-segfault.hdr +0 -0
  1365. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/tab-time-last-axis.fits +0 -0
  1366. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/too_many_pv.hdr +0 -0
  1367. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/tpvonly.hdr +0 -0
  1368. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/unit.hdr +0 -0
  1369. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.5.0.txt +0 -0
  1370. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.5.13.txt +0 -0
  1371. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.6.txt +0 -0
  1372. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.7.4.txt +0 -0
  1373. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.7.6.txt +0 -0
  1374. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.fits +0 -0
  1375. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.txt +0 -0
  1376. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/zpn-hole.hdr +0 -0
  1377. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/helper.py +0 -0
  1378. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_auxprm.py +0 -0
  1379. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_celprm.py +0 -0
  1380. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_pickle.py +0 -0
  1381. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_prjprm.py +0 -0
  1382. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_profiling.py +0 -0
  1383. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_tab.py +0 -0
  1384. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_tabprm.py +0 -0
  1385. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_utils.py +0 -0
  1386. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_wcs.py +0 -0
  1387. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_wcsprm.py +0 -0
  1388. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_wtbarr.py +0 -0
  1389. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/utils.py +0 -0
  1390. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcs.py +0 -0
  1391. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/__init__.py +0 -0
  1392. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/conftest.py +0 -0
  1393. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/data/ucds.txt +0 -0
  1394. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/high_level_api.py +0 -0
  1395. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/high_level_wcs_wrapper.py +0 -0
  1396. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/low_level_api.py +0 -0
  1397. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/__init__.py +0 -0
  1398. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/data/example_4d_tab.fits +0 -0
  1399. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/helpers.py +0 -0
  1400. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_high_level_api.py +0 -0
  1401. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_high_level_wcs_wrapper.py +0 -0
  1402. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_low_level_api.py +0 -0
  1403. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_utils.py +0 -0
  1404. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/utils.py +0 -0
  1405. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/__init__.py +0 -0
  1406. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/base.py +0 -0
  1407. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/sliced_wcs.py +0 -0
  1408. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/tests/__init__.py +0 -0
  1409. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/tests/test_sliced_wcs.py +0 -0
  1410. {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcslint.py +0 -0
  1411. {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/dependency_links.txt +0 -0
  1412. {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/entry_points.txt +0 -0
  1413. {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/top_level.txt +0 -0
  1414. {astropy-7.2.1 → astropy-7.2.2}/asv.ci.conf.json +0 -0
  1415. {astropy-7.2.1 → astropy-7.2.2}/cextern/.gitignore +0 -0
  1416. {astropy-7.2.1 → astropy-7.2.2}/cextern/README.rst +0 -0
  1417. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/ChangeLog +0 -0
  1418. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/README.rst +0 -0
  1419. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/fits_hcompress.c +0 -0
  1420. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/fits_hdecompress.c +0 -0
  1421. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/fitsio2.h +0 -0
  1422. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/pliocomp.c +0 -0
  1423. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/quantize.c +0 -0
  1424. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/ricecomp.c +0 -0
  1425. {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/licenses/License.txt +0 -0
  1426. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/AUTHORS +0 -0
  1427. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/COPYING +0 -0
  1428. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/Changes +0 -0
  1429. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/README.md +0 -0
  1430. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/ascii.h +0 -0
  1431. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/asciitab.h +0 -0
  1432. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/expat.h +0 -0
  1433. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/expat_external.h +0 -0
  1434. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/iasciitab.h +0 -0
  1435. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/internal.h +0 -0
  1436. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/latin1tab.h +0 -0
  1437. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/nametab.h +0 -0
  1438. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/siphash.h +0 -0
  1439. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/utf8tab.h +0 -0
  1440. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/winconfig.h +0 -0
  1441. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmlparse.c +0 -0
  1442. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmlrole.c +0 -0
  1443. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmlrole.h +0 -0
  1444. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok.c +0 -0
  1445. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok.h +0 -0
  1446. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok_impl.c +0 -0
  1447. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok_impl.h +0 -0
  1448. {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok_ns.c +0 -0
  1449. {astropy-7.2.1 → astropy-7.2.2}/cextern/trim_cfitsio.sh +0 -0
  1450. {astropy-7.2.1 → astropy-7.2.2}/cextern/trim_wcslib.sh +0 -0
  1451. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/GNUmakefile +0 -0
  1452. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/cel.c +0 -0
  1453. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/cel.h +0 -0
  1454. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/dis.c +0 -0
  1455. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/dis.h +0 -0
  1456. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/fitshdr.h +0 -0
  1457. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/fitshdr.l +0 -0
  1458. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/README +0 -0
  1459. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/fitshdr.c +0 -0
  1460. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/wcsbth.c +0 -0
  1461. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/wcspih.c +0 -0
  1462. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/wcsulex.c +0 -0
  1463. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/wcsutrn.c +0 -0
  1464. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/getwcstab.c +0 -0
  1465. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/getwcstab.h +0 -0
  1466. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/lin.c +0 -0
  1467. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/lin.h +0 -0
  1468. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/log.c +0 -0
  1469. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/log.h +0 -0
  1470. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/prj.c +0 -0
  1471. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/prj.h +0 -0
  1472. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/spc.c +0 -0
  1473. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/spc.h +0 -0
  1474. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/sph.c +0 -0
  1475. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/sph.h +0 -0
  1476. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/spx.c +0 -0
  1477. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/spx.h +0 -0
  1478. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/tab.c +0 -0
  1479. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/tab.h +0 -0
  1480. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcs.c +0 -0
  1481. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcs.h +0 -0
  1482. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsbth.l +0 -0
  1483. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcserr.c +0 -0
  1484. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcserr.h +0 -0
  1485. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsfix.c +0 -0
  1486. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsfix.h +0 -0
  1487. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcshdr.c +0 -0
  1488. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcshdr.h +0 -0
  1489. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcslib.h +0 -0
  1490. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsmath.h +0 -0
  1491. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcspih.l +0 -0
  1492. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsprintf.c +0 -0
  1493. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsprintf.h +0 -0
  1494. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcstrig.c +0 -0
  1495. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcstrig.h +0 -0
  1496. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsulex.l +0 -0
  1497. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsunits.c +0 -0
  1498. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsunits.h +0 -0
  1499. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsutil.c +0 -0
  1500. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsutil.h +0 -0
  1501. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsutrn.l +0 -0
  1502. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wtbarr.h +0 -0
  1503. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/CHANGES +0 -0
  1504. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/COPYING +0 -0
  1505. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/COPYING.LESSER +0 -0
  1506. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/GNUmakefile +0 -0
  1507. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/INSTALL +0 -0
  1508. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/README +0 -0
  1509. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/THANKS +0 -0
  1510. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/VALIDATION +0 -0
  1511. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/config/ax_pthread.m4 +0 -0
  1512. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/config/config.guess +0 -0
  1513. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/config/config.sub +0 -0
  1514. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/config/install-sh +0 -0
  1515. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/configure +0 -0
  1516. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/configure.ac +0 -0
  1517. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/flavours +0 -0
  1518. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/makedefs.in +0 -0
  1519. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/makelog +0 -0
  1520. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcsconfig.h.in +0 -0
  1521. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcsconfig_f77.h.in +0 -0
  1522. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcsconfig_tests.h.in +0 -0
  1523. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcsconfig_utils.h.in +0 -0
  1524. {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcslib.pc.in +0 -0
  1525. {astropy-7.2.1 → astropy-7.2.2}/codecov.yml +0 -0
  1526. {astropy-7.2.1 → astropy-7.2.2}/conftest.py +0 -0
  1527. {astropy-7.2.1 → astropy-7.2.2}/docs/Makefile +0 -0
  1528. {astropy-7.2.1 → astropy-7.2.2}/docs/_pkgtemplate.rst +0 -0
  1529. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy.css +0 -0
  1530. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_banner.svg +0 -0
  1531. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_banner_96.png +0 -0
  1532. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_banner_96_dark.png +0 -0
  1533. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_banner_dark.svg +0 -0
  1534. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_logo.ico +0 -0
  1535. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_logo.pdf +0 -0
  1536. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/api.svg +0 -0
  1537. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/contributor.svg +0 -0
  1538. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/getting_started.svg +0 -0
  1539. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/learn.svg +0 -0
  1540. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/packages.svg +0 -0
  1541. {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/user_guide.svg +0 -0
  1542. {astropy-7.2.1 → astropy-7.2.2}/docs/_templates/layout.html +0 -0
  1543. {astropy-7.2.1 → astropy-7.2.2}/docs/changelog.rst +0 -0
  1544. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/README.rst +0 -0
  1545. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/config/.gitkeep +0 -0
  1546. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/constants/.gitkeep +0 -0
  1547. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/convolution/.gitkeep +0 -0
  1548. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/coordinates/.gitkeep +0 -0
  1549. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/cosmology/.gitkeep +0 -0
  1550. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/extern/.gitkeep +0 -0
  1551. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.ascii/.gitkeep +0 -0
  1552. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.fits/.gitkeep +0 -0
  1553. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.misc/.gitkeep +0 -0
  1554. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.registry/.gitkeep +0 -0
  1555. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.votable/.gitkeep +0 -0
  1556. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/modeling/.gitkeep +0 -0
  1557. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/nddata/.gitkeep +0 -0
  1558. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/samp/.gitkeep +0 -0
  1559. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/stats/.gitkeep +0 -0
  1560. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/table/.gitkeep +0 -0
  1561. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/template.rst +0 -0
  1562. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/tests/.gitkeep +0 -0
  1563. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/time/.gitkeep +0 -0
  1564. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/timeseries/.gitkeep +0 -0
  1565. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/uncertainty/.gitkeep +0 -0
  1566. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/units/.gitkeep +0 -0
  1567. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/utils/.gitkeep +0 -0
  1568. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/visualization/.gitkeep +0 -0
  1569. {astropy-7.2.1 → astropy-7.2.2}/docs/changes/wcs/.gitkeep +0 -0
  1570. {astropy-7.2.1 → astropy-7.2.2}/docs/config/astropy_config.rst +0 -0
  1571. {astropy-7.2.1 → astropy-7.2.2}/docs/config/index.rst +0 -0
  1572. {astropy-7.2.1 → astropy-7.2.2}/docs/config/ref_api.rst +0 -0
  1573. {astropy-7.2.1 → astropy-7.2.2}/docs/conftest.py +0 -0
  1574. {astropy-7.2.1 → astropy-7.2.2}/docs/constants/index.rst +0 -0
  1575. {astropy-7.2.1 → astropy-7.2.2}/docs/constants/performance.inc.rst +0 -0
  1576. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/images/astropy.png +0 -0
  1577. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/images/original.png +0 -0
  1578. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/images/scipy.png +0 -0
  1579. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/index.rst +0 -0
  1580. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/kernels.rst +0 -0
  1581. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/non_normalized_kernels.rst +0 -0
  1582. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/performance.inc.rst +0 -0
  1583. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/ref_api.rst +0 -0
  1584. {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/using.rst +0 -0
  1585. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/angles.rst +0 -0
  1586. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/apply_space_motion.rst +0 -0
  1587. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/common_errors.rst +0 -0
  1588. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/definitions.rst +0 -0
  1589. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/formatting.rst +0 -0
  1590. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/frames.rst +0 -0
  1591. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/galactocentric.rst +0 -0
  1592. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/index.rst +0 -0
  1593. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/inplace.rst +0 -0
  1594. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/matchsep.rst +0 -0
  1595. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/performance.inc.rst +0 -0
  1596. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/ref_api.rst +0 -0
  1597. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/remote_methods.rst +0 -0
  1598. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/representations.rst +0 -0
  1599. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/satellites.rst +0 -0
  1600. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/skycoord.rst +0 -0
  1601. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/solarsystem.rst +0 -0
  1602. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/spectralcoord.rst +0 -0
  1603. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/stokescoord.rst +0 -0
  1604. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/transforming.rst +0 -0
  1605. {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/velocities.rst +0 -0
  1606. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/dev.rst +0 -0
  1607. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/index.rst +0 -0
  1608. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/io/builtin.rst +0 -0
  1609. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/io/custom.rst +0 -0
  1610. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/io/details.rst +0 -0
  1611. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/io/index.rst +0 -0
  1612. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/realizations.rst +0 -0
  1613. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/ref_api.rst +0 -0
  1614. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/traits.rst +0 -0
  1615. {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/units.rst +0 -0
  1616. {astropy-7.2.1 → astropy-7.2.2}/docs/development/branch_dropdown.png +0 -0
  1617. {astropy-7.2.1 → astropy-7.2.2}/docs/development/ccython.rst +0 -0
  1618. {astropy-7.2.1 → astropy-7.2.2}/docs/development/codeguide.rst +0 -0
  1619. {astropy-7.2.1 → astropy-7.2.2}/docs/development/development_details.rst +0 -0
  1620. {astropy-7.2.1 → astropy-7.2.2}/docs/development/docguide.rst +0 -0
  1621. {astropy-7.2.1 → astropy-7.2.2}/docs/development/git_edit_workflow_examples.rst +0 -0
  1622. {astropy-7.2.1 → astropy-7.2.2}/docs/development/git_resources.rst +0 -0
  1623. {astropy-7.2.1 → astropy-7.2.2}/docs/development/links.inc +0 -0
  1624. {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/astropy-package-template.rst +0 -0
  1625. {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/index.rst +0 -0
  1626. {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/maintainer_workflow.rst +0 -0
  1627. {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/releasing.rst +0 -0
  1628. {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/testhelpers.rst +0 -0
  1629. {astropy-7.2.1 → astropy-7.2.2}/docs/development/pull_button.png +0 -0
  1630. {astropy-7.2.1 → astropy-7.2.2}/docs/development/quickstart.rst +0 -0
  1631. {astropy-7.2.1 → astropy-7.2.2}/docs/development/scripts.rst +0 -0
  1632. {astropy-7.2.1 → astropy-7.2.2}/docs/development/style-guide.rst +0 -0
  1633. {astropy-7.2.1 → astropy-7.2.2}/docs/development/testguide.rst +0 -0
  1634. {astropy-7.2.1 → astropy-7.2.2}/docs/development/vision.rst +0 -0
  1635. {astropy-7.2.1 → astropy-7.2.2}/docs/development/worked_example_switch_branch.png +0 -0
  1636. {astropy-7.2.1 → astropy-7.2.2}/docs/environment_variables.rst +0 -0
  1637. {astropy-7.2.1 → astropy-7.2.2}/docs/glossary.rst +0 -0
  1638. {astropy-7.2.1 → astropy-7.2.2}/docs/impact_health.rst +0 -0
  1639. {astropy-7.2.1 → astropy-7.2.2}/docs/importing_astropy.rst +0 -0
  1640. {astropy-7.2.1 → astropy-7.2.2}/docs/index.rst +0 -0
  1641. {astropy-7.2.1 → astropy-7.2.2}/docs/index_dev.rst +0 -0
  1642. {astropy-7.2.1 → astropy-7.2.2}/docs/index_getting_started.rst +0 -0
  1643. {astropy-7.2.1 → astropy-7.2.2}/docs/index_project_details.rst +0 -0
  1644. {astropy-7.2.1 → astropy-7.2.2}/docs/index_user_docs.rst +0 -0
  1645. {astropy-7.2.1 → astropy-7.2.2}/docs/install.rst +0 -0
  1646. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/base_classes.rst +0 -0
  1647. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/ecsv.rst +0 -0
  1648. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/extension_classes.rst +0 -0
  1649. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/fast_ascii_io.rst +0 -0
  1650. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/fixed_width_gallery.rst +0 -0
  1651. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/index.rst +0 -0
  1652. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/performance.inc.rst +0 -0
  1653. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/read.rst +0 -0
  1654. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/ref_api.rst +0 -0
  1655. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/references.txt +0 -0
  1656. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/toc.txt +0 -0
  1657. {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/write.rst +0 -0
  1658. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/cards.rst +0 -0
  1659. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/diff.rst +0 -0
  1660. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/files.rst +0 -0
  1661. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/hdulists.rst +0 -0
  1662. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/hdus.rst +0 -0
  1663. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/headers.rst +0 -0
  1664. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/images.rst +0 -0
  1665. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/index.rst +0 -0
  1666. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/tables.rst +0 -0
  1667. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/tiled_compression.rst +0 -0
  1668. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/verification.rst +0 -0
  1669. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/appendix/faq.rst +0 -0
  1670. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/appendix/header_transition.rst +0 -0
  1671. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/appendix/history.rst +0 -0
  1672. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/index.rst +0 -0
  1673. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/performance.inc.rst +0 -0
  1674. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/cloud.rst +0 -0
  1675. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/headers.rst +0 -0
  1676. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/image.rst +0 -0
  1677. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/misc.rst +0 -0
  1678. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/scripts.rst +0 -0
  1679. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/table.rst +0 -0
  1680. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/unfamiliar.rst +0 -0
  1681. {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/verification.rst +0 -0
  1682. {astropy-7.2.1 → astropy-7.2.2}/docs/io/misc.rst +0 -0
  1683. {astropy-7.2.1 → astropy-7.2.2}/docs/io/misc_ref_api.rst +0 -0
  1684. {astropy-7.2.1 → astropy-7.2.2}/docs/io/overview.rst +0 -0
  1685. {astropy-7.2.1 → astropy-7.2.2}/docs/io/registry.rst +0 -0
  1686. {astropy-7.2.1 → astropy-7.2.2}/docs/io/registry_ref_api.rst +0 -0
  1687. {astropy-7.2.1 → astropy-7.2.2}/docs/io/typing.rst +0 -0
  1688. {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified.rst +0 -0
  1689. {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_image.rst +0 -0
  1690. {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table.rst +0 -0
  1691. {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_fits.rst +0 -0
  1692. {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_hdf5.rst +0 -0
  1693. {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_parquet.rst +0 -0
  1694. {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_text.rst +0 -0
  1695. {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_votable.rst +0 -0
  1696. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/.gitignore +0 -0
  1697. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/api_exceptions.rst +0 -0
  1698. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/coosys_element.rst +0 -0
  1699. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/dataorigin.rst +0 -0
  1700. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/index.rst +0 -0
  1701. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/mivot_blocks.rst +0 -0
  1702. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/performance.inc.rst +0 -0
  1703. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/ref_api.rst +0 -0
  1704. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/references.txt +0 -0
  1705. {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/table_element.rst +0 -0
  1706. {astropy-7.2.1 → astropy-7.2.2}/docs/known_issues.rst +0 -0
  1707. {astropy-7.2.1 → astropy-7.2.2}/docs/license.rst +0 -0
  1708. {astropy-7.2.1 → astropy-7.2.2}/docs/logging.rst +0 -0
  1709. {astropy-7.2.1 → astropy-7.2.2}/docs/lts_policy.rst +0 -0
  1710. {astropy-7.2.1 → astropy-7.2.2}/docs/make.bat +0 -0
  1711. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/add-units.rst +0 -0
  1712. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/compound-models.rst +0 -0
  1713. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/example-fitting-constraints.rst +0 -0
  1714. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/example-fitting-line.rst +0 -0
  1715. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/example-fitting-model-sets.rst +0 -0
  1716. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/fitting.rst +0 -0
  1717. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/index.rst +0 -0
  1718. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/jointfitter.rst +0 -0
  1719. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/links.inc +0 -0
  1720. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/models.rst +0 -0
  1721. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/new-fitter.rst +0 -0
  1722. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/new-model.rst +0 -0
  1723. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/parallel-fitting.rst +0 -0
  1724. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/performance.rst +0 -0
  1725. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/physical_models.rst +0 -0
  1726. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/polynomial_models.rst +0 -0
  1727. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/powerlaw_models.rst +0 -0
  1728. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/predef_models1D.rst +0 -0
  1729. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/predef_models2D.rst +0 -0
  1730. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/reference_api.rst +0 -0
  1731. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/spline_models.rst +0 -0
  1732. {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/units.rst +0 -0
  1733. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/bitmask.rst +0 -0
  1734. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/ccddata.rst +0 -0
  1735. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/covariance.rst +0 -0
  1736. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/decorator.rst +0 -0
  1737. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/examples/cutout2d_tofits.py +0 -0
  1738. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/index.rst +0 -0
  1739. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/mixins/index.rst +0 -0
  1740. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/mixins/ndarithmetic.rst +0 -0
  1741. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/mixins/ndio.rst +0 -0
  1742. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/mixins/ndslicing.rst +0 -0
  1743. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/nddata.rst +0 -0
  1744. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/performance.inc.rst +0 -0
  1745. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/ref_api.rst +0 -0
  1746. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/subclassing.rst +0 -0
  1747. {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/utils.rst +0 -0
  1748. {astropy-7.2.1 → astropy-7.2.2}/docs/robots.txt +0 -0
  1749. {astropy-7.2.1 → astropy-7.2.2}/docs/rtd_environment.yaml +0 -0
  1750. {astropy-7.2.1 → astropy-7.2.2}/docs/samp/advanced_embed_samp_hub.rst +0 -0
  1751. {astropy-7.2.1 → astropy-7.2.2}/docs/samp/example_clients.rst +0 -0
  1752. {astropy-7.2.1 → astropy-7.2.2}/docs/samp/example_hub.rst +0 -0
  1753. {astropy-7.2.1 → astropy-7.2.2}/docs/samp/example_table_image.rst +0 -0
  1754. {astropy-7.2.1 → astropy-7.2.2}/docs/samp/index.rst +0 -0
  1755. {astropy-7.2.1 → astropy-7.2.2}/docs/samp/performance.inc.rst +0 -0
  1756. {astropy-7.2.1 → astropy-7.2.2}/docs/samp/ref_api.rst +0 -0
  1757. {astropy-7.2.1 → astropy-7.2.2}/docs/stats/circ.rst +0 -0
  1758. {astropy-7.2.1 → astropy-7.2.2}/docs/stats/index.rst +0 -0
  1759. {astropy-7.2.1 → astropy-7.2.2}/docs/stats/performance.inc.rst +0 -0
  1760. {astropy-7.2.1 → astropy-7.2.2}/docs/stats/ref_api.rst +0 -0
  1761. {astropy-7.2.1 → astropy-7.2.2}/docs/stats/ripley.rst +0 -0
  1762. {astropy-7.2.1 → astropy-7.2.2}/docs/stats/robust.rst +0 -0
  1763. {astropy-7.2.1 → astropy-7.2.2}/docs/table/access_table.rst +0 -0
  1764. {astropy-7.2.1 → astropy-7.2.2}/docs/table/construct_table.rst +0 -0
  1765. {astropy-7.2.1 → astropy-7.2.2}/docs/table/dataframes.rst +0 -0
  1766. {astropy-7.2.1 → astropy-7.2.2}/docs/table/implementation_details.rst +0 -0
  1767. {astropy-7.2.1 → astropy-7.2.2}/docs/table/index.rst +0 -0
  1768. {astropy-7.2.1 → astropy-7.2.2}/docs/table/indexing.rst +0 -0
  1769. {astropy-7.2.1 → astropy-7.2.2}/docs/table/masking.rst +0 -0
  1770. {astropy-7.2.1 → astropy-7.2.2}/docs/table/mixin_columns.rst +0 -0
  1771. {astropy-7.2.1 → astropy-7.2.2}/docs/table/modify_table.rst +0 -0
  1772. {astropy-7.2.1 → astropy-7.2.2}/docs/table/operations.rst +0 -0
  1773. {astropy-7.2.1 → astropy-7.2.2}/docs/table/pandas.rst +0 -0
  1774. {astropy-7.2.1 → astropy-7.2.2}/docs/table/performance.inc.rst +0 -0
  1775. {astropy-7.2.1 → astropy-7.2.2}/docs/table/ref_api.rst +0 -0
  1776. {astropy-7.2.1 → astropy-7.2.2}/docs/table/table_and_dataframes.rst +0 -0
  1777. {astropy-7.2.1 → astropy-7.2.2}/docs/table/table_architecture.png +0 -0
  1778. {astropy-7.2.1 → astropy-7.2.2}/docs/table/table_repr_html.png +0 -0
  1779. {astropy-7.2.1 → astropy-7.2.2}/docs/table/table_row.png +0 -0
  1780. {astropy-7.2.1 → astropy-7.2.2}/docs/time/index.rst +0 -0
  1781. {astropy-7.2.1 → astropy-7.2.2}/docs/time/performance.inc.rst +0 -0
  1782. {astropy-7.2.1 → astropy-7.2.2}/docs/time/ref_api.rst +0 -0
  1783. {astropy-7.2.1 → astropy-7.2.2}/docs/time/time_scale_conversion.odg +0 -0
  1784. {astropy-7.2.1 → astropy-7.2.2}/docs/time/time_scale_conversion.png +0 -0
  1785. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/analysis.rst +0 -0
  1786. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/binned.csv +0 -0
  1787. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/bls.rst +0 -0
  1788. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/data_access.rst +0 -0
  1789. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/index.rst +0 -0
  1790. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/initializing.rst +0 -0
  1791. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/io.rst +0 -0
  1792. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/lombscargle.rst +0 -0
  1793. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/lombscarglemb.rst +0 -0
  1794. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/masking.rst +0 -0
  1795. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/pandas.rst +0 -0
  1796. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/ref_api.rst +0 -0
  1797. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/sampled.csv +0 -0
  1798. {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/times.rst +0 -0
  1799. {astropy-7.2.1 → astropy-7.2.2}/docs/uncertainty/index.rst +0 -0
  1800. {astropy-7.2.1 → astropy-7.2.2}/docs/uncertainty/performance.inc.rst +0 -0
  1801. {astropy-7.2.1 → astropy-7.2.2}/docs/units/combining_and_defining.rst +0 -0
  1802. {astropy-7.2.1 → astropy-7.2.2}/docs/units/constants_versions.rst +0 -0
  1803. {astropy-7.2.1 → astropy-7.2.2}/docs/units/conversion.rst +0 -0
  1804. {astropy-7.2.1 → astropy-7.2.2}/docs/units/decomposing_and_composing.rst +0 -0
  1805. {astropy-7.2.1 → astropy-7.2.2}/docs/units/equivalencies.rst +0 -0
  1806. {astropy-7.2.1 → astropy-7.2.2}/docs/units/format.rst +0 -0
  1807. {astropy-7.2.1 → astropy-7.2.2}/docs/units/index.rst +0 -0
  1808. {astropy-7.2.1 → astropy-7.2.2}/docs/units/logarithmic_units.rst +0 -0
  1809. {astropy-7.2.1 → astropy-7.2.2}/docs/units/performance.inc.rst +0 -0
  1810. {astropy-7.2.1 → astropy-7.2.2}/docs/units/physical_types.rst +0 -0
  1811. {astropy-7.2.1 → astropy-7.2.2}/docs/units/quantity.rst +0 -0
  1812. {astropy-7.2.1 → astropy-7.2.2}/docs/units/ref_api.rst +0 -0
  1813. {astropy-7.2.1 → astropy-7.2.2}/docs/units/standard_units.rst +0 -0
  1814. {astropy-7.2.1 → astropy-7.2.2}/docs/units/structured_units.rst +0 -0
  1815. {astropy-7.2.1 → astropy-7.2.2}/docs/units/type_hints.rst +0 -0
  1816. {astropy-7.2.1 → astropy-7.2.2}/docs/utils/data.rst +0 -0
  1817. {astropy-7.2.1 → astropy-7.2.2}/docs/utils/iers.rst +0 -0
  1818. {astropy-7.2.1 → astropy-7.2.2}/docs/utils/index.rst +0 -0
  1819. {astropy-7.2.1 → astropy-7.2.2}/docs/utils/masked/index.rst +0 -0
  1820. {astropy-7.2.1 → astropy-7.2.2}/docs/utils/ref_api.rst +0 -0
  1821. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/histogram.rst +0 -0
  1822. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/index.rst +0 -0
  1823. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/matplotlib_integration.rst +0 -0
  1824. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/normalization.rst +0 -0
  1825. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/performance.inc.rst +0 -0
  1826. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/ref_api.rst +0 -0
  1827. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/rgb.rst +0 -0
  1828. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/controlling_axes.rst +0 -0
  1829. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/custom_frames.rst +0 -0
  1830. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/generic_transforms.rst +0 -0
  1831. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/images_contours.rst +0 -0
  1832. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/index.rst +0 -0
  1833. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/initializing_axes.rst +0 -0
  1834. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/overlaying_coordinate_systems.rst +0 -0
  1835. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/overlays.rst +0 -0
  1836. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/slicing_datacubes.rst +0 -0
  1837. {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/ticks_labels_grid.rst +0 -0
  1838. {astropy-7.2.1 → astropy-7.2.2}/docs/warnings.rst +0 -0
  1839. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/creating_planetary_wcs.rst +0 -0
  1840. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/example_create_imaging.rst +0 -0
  1841. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/example_cube_wcs.rst +0 -0
  1842. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/examples/cube_wcs.py +0 -0
  1843. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/examples/from_file.py +0 -0
  1844. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/examples/planetary_wcs.py +0 -0
  1845. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/examples/programmatic.py +0 -0
  1846. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/history.rst +0 -0
  1847. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/index.rst +0 -0
  1848. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/legacy_interface.rst +0 -0
  1849. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/loading_from_fits.rst +0 -0
  1850. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/note_sip.rst +0 -0
  1851. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/performance.inc.rst +0 -0
  1852. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/reference_api.rst +0 -0
  1853. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/references.rst +0 -0
  1854. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/references.txt +0 -0
  1855. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/relax.rst +0 -0
  1856. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/supported_projections.rst +0 -0
  1857. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/validation.rst +0 -0
  1858. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/wcsapi.rst +0 -0
  1859. {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/wcstools.rst +0 -0
  1860. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/0.1.rst +0 -0
  1861. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/0.2.rst +0 -0
  1862. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/0.3.rst +0 -0
  1863. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/0.4.rst +0 -0
  1864. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/1.0.rst +0 -0
  1865. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/1.1.rst +0 -0
  1866. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/1.2.rst +0 -0
  1867. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/1.3.rst +0 -0
  1868. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/2.0.rst +0 -0
  1869. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/3.0.rst +0 -0
  1870. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/3.1.rst +0 -0
  1871. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/3.2.rst +0 -0
  1872. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/4.0.rst +0 -0
  1873. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/4.1.rst +0 -0
  1874. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/4.2.rst +0 -0
  1875. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/4.3.rst +0 -0
  1876. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/5.0.rst +0 -0
  1877. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/5.1.rst +0 -0
  1878. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/5.2.rst +0 -0
  1879. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/5.3.rst +0 -0
  1880. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/6.0.rst +0 -0
  1881. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/6.1.rst +0 -0
  1882. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/7.0.rst +0 -0
  1883. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/7.1.rst +0 -0
  1884. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/7.2.rst +0 -0
  1885. {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/index.rst +0 -0
  1886. {astropy-7.2.1 → astropy-7.2.2}/licenses/AURA_LICENSE.rst +0 -0
  1887. {astropy-7.2.1 → astropy-7.2.2}/licenses/CONFIGOBJ_LICENSE.rst +0 -0
  1888. {astropy-7.2.1 → astropy-7.2.2}/licenses/DATATABLES_LICENSE.rst +0 -0
  1889. {astropy-7.2.1 → astropy-7.2.2}/licenses/ERFA.rst +0 -0
  1890. {astropy-7.2.1 → astropy-7.2.2}/licenses/EXPAT_LICENSE.rst +0 -0
  1891. {astropy-7.2.1 → astropy-7.2.2}/licenses/GATSPY_LICENSE.rst +0 -0
  1892. {astropy-7.2.1 → astropy-7.2.2}/licenses/JQUERY_LICENSE.rst +0 -0
  1893. {astropy-7.2.1 → astropy-7.2.2}/licenses/NUMPY_LICENSE.rst +0 -0
  1894. {astropy-7.2.1 → astropy-7.2.2}/licenses/PLY_LICENSE.rst +0 -0
  1895. {astropy-7.2.1 → astropy-7.2.2}/licenses/POSITIONAL_DEFAULTS.rst +0 -0
  1896. {astropy-7.2.1 → astropy-7.2.2}/licenses/PYFITS.rst +0 -0
  1897. {astropy-7.2.1 → astropy-7.2.2}/licenses/PYTHON.rst +0 -0
  1898. {astropy-7.2.1 → astropy-7.2.2}/licenses/README.rst +0 -0
  1899. {astropy-7.2.1 → astropy-7.2.2}/licenses/WCSLIB_LICENSE.rst +0 -0
  1900. {astropy-7.2.1 → astropy-7.2.2}/setup.cfg +0 -0
  1901. {astropy-7.2.1 → astropy-7.2.2}/setup.py +0 -0
  1902. {astropy-7.2.1 → astropy-7.2.2}/tox.ini +0 -0
@@ -35,6 +35,10 @@ repos:
35
35
  - id: end-of-file-fixer
36
36
  # Makes sure files end in a newline and only a newline.
37
37
  exclude: ".*(data.*|extern.*|licenses.*|_static.*|_parsetab.py)$"
38
+ - id: mixed-line-ending
39
+ args: ["--fix=lf"]
40
+ # Forces all text files to use LF line endings.
41
+ exclude: ".*(data.*|extern.*|licenses.*|_static.*|_parsetab.py)$"
38
42
  # - id: fix-encoding-pragma # covered by pyupgrade
39
43
  - id: trailing-whitespace
40
44
  # Trims trailing whitespace.
@@ -1,3 +1,49 @@
1
+ Version v7.2.2 (2026-07-03)
2
+ ===========================
3
+
4
+ API Changes
5
+ -----------
6
+
7
+ astropy.utils
8
+ ^^^^^^^^^^^^^
9
+
10
+ - Astropy will now no longer download the latest IERS-A table over the network unless it is actually needed, and will also not warn about download issues unless all mirrors fail. The ``IERS_Auto.open`` method now always reads the table bundled in ``astropy-iers-data`` (or a ``finals2000A.all`` file in the current working directory, if present), and the auto-download is deferred until a calculation actually requests ``UT1-UTC`` or polar motion values beyond the predictive range of the bundled table while that table is older than ``astropy.utils.iers.conf.auto_max_age`` days. This avoids network access, and the associated warnings when offline, in the common case where the bundled table is recent enough. [#19995]
11
+
12
+
13
+ Bug Fixes
14
+ ---------
15
+
16
+ astropy.modeling
17
+ ^^^^^^^^^^^^^^^^
18
+
19
+ - Bugfix for a ``Parameter`` with a custom ``getter`` / ``setter`` pair raising an
20
+ ``AttributeError`` when accessing the ``value`` of the ``Parameter`` before any
21
+ value for the parameter has been set. The ``Parameter`` will now return the result
22
+ of the ``getter`` applied to a ``nan`` value in this case which is consistent
23
+ with the behavior of a ``Parameter`` without a custom ``getter`` / ``setter`` pair. [#19979]
24
+
25
+ astropy.table
26
+ ^^^^^^^^^^^^^
27
+
28
+ - Fixed a bug where a ``Table.loc[]`` range query using the default
29
+ ``SortedArray`` index engine silently dropped rows when the upper bound
30
+ matched a value that appears more than once in the indexed column. [#19903]
31
+
32
+ - Fixed a bug where a ``Table.loc[]`` range query using the ``BST`` index
33
+ engine returned rows in scrambled order if rows had been added after the
34
+ index was created. [#19912]
35
+
36
+ astropy.units
37
+ ^^^^^^^^^^^^^
38
+
39
+ - Fixed a bug where ``numpy.lib.recfunctions.structured_to_unstructured`` failed when applied to a ``StructuredQuantity`` by improving unit extraction logic. [#19106]
40
+
41
+ astropy.wcs
42
+ ^^^^^^^^^^^
43
+
44
+ - Fix caching of ``wcs.world_axis_object_components`` and ``world_axis_object_classes`` in cases where the equinox was NaN [#19898]
45
+
46
+
1
47
  Version 7.2.1 (2026-06-16)
2
48
  ==========================
3
49
 
@@ -685,6 +685,7 @@ preferred-citation:
685
685
  issue: 2
686
686
  pages: 20
687
687
  year: 2022
688
+ doi: 10.3847/1538-4357/ac7c74
688
689
  identifiers:
689
690
  - description: ADS bibcode
690
691
  type: url
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: astropy
3
- Version: 7.2.1
3
+ Version: 7.2.2
4
4
  Summary: Astronomy and astrophysics core library
5
5
  Author-email: The Astropy Developers <astropy.team@gmail.com>
6
6
  License-Expression: BSD-3-Clause
@@ -37,7 +37,7 @@ License-File: licenses/PYFITS.rst
37
37
  License-File: licenses/PYTHON.rst
38
38
  License-File: licenses/README.rst
39
39
  License-File: licenses/WCSLIB_LICENSE.rst
40
- Requires-Dist: astropy-iers-data>=0.2026.6.1.17.39.59
40
+ Requires-Dist: astropy-iers-data>=0.2026.6.22.1.23.34
41
41
  Requires-Dist: numpy<2.7,>=1.24
42
42
  Requires-Dist: packaging>=22.0.0
43
43
  Requires-Dist: pyerfa>=2.0.1.1
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '7.2.1'
22
- __version_tuple__ = version_tuple = (7, 2, 1)
21
+ __version__ = version = '7.2.2'
22
+ __version_tuple__ = version_tuple = (7, 2, 2)
23
23
 
24
- __commit_id__ = commit_id = 'g6754556ce'
24
+ __commit_id__ = commit_id = 'gf58189fde'
@@ -306,7 +306,7 @@ class TestCompressedImage(FitsTestCase):
306
306
 
307
307
  # Try reshaping the data, then closing and reopening the file; let's
308
308
  # see if all the changes are preserved properly
309
- hdul[1].data.shape = (42, 10)
309
+ hdul[1].data = hdul[1].data.reshape(42, 10)
310
310
  hdul.close()
311
311
 
312
312
  hdul = fits.open(self.temp("scale.fits"))
@@ -383,8 +383,10 @@ class Gaussian2D(Fittable2DModel):
383
383
  eig_vals, eig_vecs = np.linalg.eig(cov_matrix)
384
384
  if not NUMPY_LT_2_5 or eig_vals.dtype.kind == "c":
385
385
  # in numpy 2.5+, return values are *always* complex
386
- assert np.all(eig_vals.imag == 0)
387
- assert np.all(eig_vecs.imag == 0)
386
+ if np.any(eig_vals.imag != 0) or np.any(eig_vecs.imag != 0):
387
+ raise TypeError(
388
+ "Expected cov_matrix's eigen values to be real. Complex values were found."
389
+ )
388
390
  eig_vals = eig_vals.real
389
391
  eig_vecs = eig_vecs.real
390
392
 
@@ -242,6 +242,7 @@ class Parameter:
242
242
  # use this to convert to and from the public unit defined for the
243
243
  # parameter.
244
244
  self._internal_unit = None
245
+ self._internal_value = None
245
246
  if not self._model_required:
246
247
  if self._default is not None:
247
248
  self.value = self._default
@@ -780,6 +781,12 @@ def _wrap_ufunc(ufunc):
780
781
  orig_unit is the value after the ufunc has been applied
781
782
  it is assumed ufunc(raw_unit) == orig_unit
782
783
  """
784
+ # Make sure value is ufunc compatible
785
+ # parameters are expected to be real floats
786
+ # If the value is `None` this will result in a NaN
787
+ if not isinstance(value, Quantity):
788
+ value = np.float64(value)
789
+
783
790
  if orig_unit is not None:
784
791
  return ufunc(value) * orig_unit
785
792
  elif raw_unit is not None:
@@ -743,6 +743,10 @@ class TestParameters:
743
743
  assert not isinstance(param.value, np.ndarray)
744
744
  assert param.value == 1
745
745
 
746
+ param = Parameter(name="test", setter=setter1, getter=getter1)
747
+ assert not isinstance(param.value, np.ndarray)
748
+ assert np.isnan(param.value)
749
+
746
750
  def test_raw_value(self):
747
751
  param = Parameter(name="test", default=[1, 2, 3, 4])
748
752
 
@@ -848,6 +852,11 @@ class TestParameters:
848
852
  param = Parameter(name="test", default=[1, 2, 3, 4] * u.m)
849
853
  assert param_repr_oneline(param) == "[1., 2., 3., 4.] m"
850
854
 
855
+ def test_param_repr_getter_no_value(self):
856
+ """Regression test for #19963"""
857
+ param = Parameter(name="test", getter=np.deg2rad, setter=np.rad2deg)
858
+ assert repr(param) == "Parameter('test', value=nan)"
859
+
851
860
  def test_getter_setter(self):
852
861
  msg = "setter and getter must both be input"
853
862
  with pytest.raises(ValueError, match=msg):
@@ -451,22 +451,26 @@ class BST:
451
451
  return [x for node in nodes for x in node.data]
452
452
 
453
453
  def _range(self, lower, upper, op1, op2, node, lst):
454
+ # In-order traversal (left, node, right) so that matching nodes
455
+ # are collected in ascending key order.
456
+ if lower < node.key and node.left is not None:
457
+ self._range(lower, upper, op1, op2, node.left, lst)
454
458
  if op1(lower, node.key) and op2(upper, node.key):
455
459
  lst.append(node)
456
460
  if upper > node.key and node.right is not None:
457
461
  self._range(lower, upper, op1, op2, node.right, lst)
458
- if lower < node.key and node.left is not None:
459
- self._range(lower, upper, op1, op2, node.left, lst)
460
462
  return lst
461
463
 
462
464
  def _same_prefix(self, val, node, lst):
465
+ # In-order traversal (left, node, right) so that matching nodes
466
+ # are collected in ascending key order.
463
467
  prefix = node.key[: len(val)]
468
+ if prefix >= val and node.left is not None:
469
+ self._same_prefix(val, node.left, lst)
464
470
  if prefix == val:
465
471
  lst.append(node)
466
472
  if prefix <= val and node.right is not None:
467
473
  self._same_prefix(val, node.right, lst)
468
- if prefix >= val and node.left is not None:
469
- self._same_prefix(val, node.left, lst)
470
474
  return lst
471
475
 
472
476
  def __repr__(self):
@@ -93,7 +93,7 @@ class SortedArray:
93
93
 
94
94
  def find_pos(self, key, data, exact=False):
95
95
  """
96
- Return the index of the largest key in data greater than or
96
+ Return the index of the first key in data greater than or
97
97
  equal to the given key, data pair.
98
98
 
99
99
  Parameters
@@ -190,27 +190,40 @@ class SortedArray:
190
190
  argument corresponds to an inclusive lower bound,
191
191
  and the second argument to an inclusive upper bound.
192
192
  """
193
- # Find initial positions for lower and upper bounds. Just like a slice object,
194
- # None values for `lower` or `upper` correspond to no bound in that direction.
195
- lower_pos = 0 if lower is None else self.find_pos(lower, 0)
196
- upper_pos = len(self.row_index) if upper is None else self.find_pos(upper, 0)
197
-
198
- if lower_pos == len(self.row_index):
199
- return []
200
-
201
- lower_bound = tuple(col[lower_pos] for col in self.cols)
202
- if not bounds[0] and lower_bound == lower:
203
- lower_pos += 1 # data[lower_pos] > lower
204
-
205
- # data[lower_pos] >= lower
206
- # data[upper_pos] >= upper
207
- if upper_pos < len(self.row_index):
208
- upper_bound = tuple(col[upper_pos] for col in self.cols)
209
- if not bounds[1] and upper_bound == upper:
210
- upper_pos -= 1 # data[upper_pos] < upper
211
- elif upper_bound > upper:
212
- upper_pos -= 1 # data[upper_pos] <= upper
213
- return self.row_index[lower_pos : upper_pos + 1]
193
+ n = len(self.row_index)
194
+
195
+ def bisect_left(key):
196
+ # Position of the first entry whose key is >= ``key``.
197
+ return self.find_pos(key, 0)
198
+
199
+ def bisect_right(key):
200
+ # Position of the first entry whose key is > ``key`` (i.e. just
201
+ # past the last entry equal to ``key``).
202
+ if self.unique:
203
+ pos = self.find_pos(key, 0)
204
+ if pos < n and tuple(col[pos] for col in self.cols) == key:
205
+ pos += 1
206
+ return pos
207
+ # For a non-unique index the stored keys include the row number, so
208
+ # searching with a row number larger than any real row lands just
209
+ # past the last entry equal to ``key`` (and thus past all duplicates).
210
+ return self.find_pos(key, n)
211
+
212
+ # Compute a half-open range [lower_pos, upper_pos). Just like a slice
213
+ # object, a None value for `lower` or `upper` means no bound in that
214
+ # direction. Using bisect_left/bisect_right ensures all entries that
215
+ # share a value with an inclusive bound are included, even duplicates.
216
+ if lower is None:
217
+ lower_pos = 0
218
+ else:
219
+ lower_pos = bisect_left(lower) if bounds[0] else bisect_right(lower)
220
+
221
+ if upper is None:
222
+ upper_pos = n
223
+ else:
224
+ upper_pos = bisect_right(upper) if bounds[1] else bisect_left(upper)
225
+
226
+ return self.row_index[lower_pos:upper_pos]
214
227
 
215
228
  def remove(self, key: tuple, data: int) -> bool:
216
229
  """
@@ -883,3 +883,21 @@ def test_index_not_corrupted_on_failed_row_assignment(engine):
883
883
  # No ghost entry for the attempted new value
884
884
  with pytest.raises(KeyError):
885
885
  t.loc[99]
886
+
887
+
888
+ def test_loc_range_sorted_after_add_row(engine):
889
+ """Regression test: a range query must return rows in ascending key order,
890
+ also for rows added after the index was created.
891
+
892
+ The ``BST`` engine previously collected nodes in node-right-left order,
893
+ so after ``add_row`` the tree was no longer a degenerate chain and
894
+ ``t.loc[lower:upper]`` returned rows in scrambled order.
895
+ """
896
+ t = Table([[1, 5, 9], [10, 50, 90]], names=("a", "b"))
897
+ t.add_index("a", engine=engine)
898
+ for a, b in [(7, 70), (3, 30), (8, 80), (2, 20), (6, 60), (4, 40)]:
899
+ t.add_row((a, b))
900
+
901
+ assert t.loc[2:8]["a"].tolist() == [2, 3, 4, 5, 6, 7, 8]
902
+ assert t.loc[2:8]["b"].tolist() == [20, 30, 40, 50, 60, 70, 80]
903
+ assert t.loc[:]["a"].tolist() == [1, 2, 3, 4, 5, 6, 7, 8, 9]
@@ -1601,7 +1601,11 @@ def structured_to_unstructured(arr, *args, **kwargs):
1601
1601
  """
1602
1602
  from astropy.units import StructuredUnit
1603
1603
 
1604
- target_unit = arr.unit.values()[0]
1604
+ if isinstance(arr.unit, StructuredUnit) and len(arr.unit) > 0:
1605
+ target_unit = next(iter(arr.unit.values()))
1606
+ else:
1607
+ # Fallback if the unit isn't structured or is empty
1608
+ target_unit = arr.unit
1605
1609
 
1606
1610
  def replace_unit(x):
1607
1611
  if isinstance(x, StructuredUnit):
@@ -1609,7 +1613,8 @@ def structured_to_unstructured(arr, *args, **kwargs):
1609
1613
  else:
1610
1614
  return target_unit
1611
1615
 
1612
- to_unit = arr.unit._recursively_apply(replace_unit)
1616
+ to_unit = replace_unit(arr.unit)
1617
+
1613
1618
  return (arr.to_value(to_unit),) + args, kwargs, target_unit, None
1614
1619
 
1615
1620
 
@@ -2852,6 +2852,25 @@ class TestRecFunctions:
2852
2852
  ):
2853
2853
  rfn.merge_arrays((self.q_pv, np.array(["a", "b", "c"])), flatten=flatten)
2854
2854
 
2855
+ def test_structured_to_unstructured_success(self):
2856
+ """
2857
+ Test that structured_to_unstructured correctly extracts
2858
+ the target unit for structured quantities where all fields
2859
+ share the same compatible unit initialized as a standard unit.
2860
+ """
2861
+ # Using a standard unit (not StructuredUnit) triggers the bug
2862
+ # where `unit` (a standard unit) has no `values()` method.
2863
+ dtype = np.dtype([("a", "f8"), ("b", "f8")])
2864
+ data = np.array([(100.0, 2.0), (300.0, 4.0)], dtype=dtype)
2865
+ unit = u.m
2866
+ q = u.Quantity(data, unit=unit)
2867
+
2868
+ result = rfn.structured_to_unstructured(q)
2869
+
2870
+ assert isinstance(result, u.Quantity)
2871
+ assert result.unit == u.m
2872
+ assert_array_equal(result.value, np.array([[100.0, 2.0], [300.0, 4.0]]))
2873
+
2855
2874
 
2856
2875
  all_wrapped_functions = get_wrapped_functions(
2857
2876
  np, np.fft, np.linalg, np.lib.recfunctions
@@ -659,7 +659,7 @@ class TestStructuredQuantityFunctions(StructuredTestBaseWithUnits):
659
659
  # ``test_quantity_non_ufuncs.TestRecFunctions.test_structured_to_unstructured``
660
660
 
661
661
  def test_unstructured_to_structured(self):
662
- # can't structure something that's already structured
662
+ # can't structure something with incompatible shape
663
663
  dtype = np.dtype([("f1", float), ("f2", float)])
664
664
  with pytest.raises(ValueError, match="The length of the last dimension"):
665
665
  rfn.unstructured_to_structured(self.q_pv, dtype=self.q_pv.dtype)
@@ -783,20 +783,19 @@ class IERS_Auto(IERS_A):
783
783
 
784
784
  @classmethod
785
785
  def open(cls):
786
- """If the configuration setting ``astropy.utils.iers.conf.auto_download``
787
- is set to True (default), then open a recent version of the IERS-A
788
- table with predictions for UT1-UTC and polar motion out to
789
- approximately one year from now. If the available version of this file
790
- is older than ``astropy.utils.iers.conf.auto_max_age`` days old
791
- (or non-existent) then it will be downloaded over the network and cached.
786
+ """
787
+ This reads in the bundled IERS_A table (or the version of the file in
788
+ the current working directory, if present - see `IERS_A.read`).
792
789
 
793
- If the configuration setting ``astropy.utils.iers.conf.auto_download``
794
- is set to False then the bundled IERS-A table will be used rather than
795
- any downloaded version of the IERS-A table.
790
+ Subsequently, if values are requested which are more recent than the
791
+ range of validity of the bundled table, an updated version of the table
792
+ will be downloaded if the configuration setting
793
+ ``astropy.utils.iers.conf.auto_download`` is set to True (default) and
794
+ if the available version of this file is older than
795
+ ``astropy.utils.iers.conf.auto_max_age`` days old.
796
796
 
797
- On the first call in a session, the table will be memoized (in the
798
- ``iers_table`` class attribute), and further calls to ``open`` will
799
- return this stored table.
797
+ If the configuration setting ``astropy.utils.iers.conf.auto_download``
798
+ is set to False then the bundled IERS-A table will always be used.
800
799
 
801
800
  Returns
802
801
  -------
@@ -804,47 +803,8 @@ class IERS_Auto(IERS_A):
804
803
  With IERS (Earth rotation) data columns
805
804
 
806
805
  """
807
- if not conf.auto_download:
808
- # If auto_download is changed to False mid-session, iers_table may have already been
809
- # made from non-bundled files, so it should be remade from bundled files
810
- if not hasattr(cls, "_iers_table_bundled"):
811
- cls._iers_table_bundled = cls.read()
812
- cls.iers_table = cls._iers_table_bundled
813
- return cls.iers_table
814
-
815
- all_urls = (conf.iers_auto_url, conf.iers_auto_url_mirror)
816
-
817
- if cls.iers_table is not None:
818
- # If the URL has changed, we need to redownload the file, so we
819
- # should ignore the internally cached version.
820
-
821
- if cls.iers_table.meta.get("data_url") in all_urls:
822
- return cls.iers_table
823
-
824
- for url in all_urls:
825
- try:
826
- filename = download_file(url, cache=True)
827
- except Exception as err:
828
- warn(f"failed to download {url}: {err}", IERSWarning)
829
- continue
830
-
831
- try:
832
- cls.iers_table = cls.read(file=filename)
833
- except Exception as err:
834
- warn(f"malformed IERS table from {url}: {err}", IERSWarning)
835
- continue
836
- cls.iers_table.meta["data_url"] = url
837
- break
838
-
839
- else:
840
- # Issue a warning here, perhaps user is offline. An exception
841
- # will be raised downstream if actually trying to interpolate
842
- # predictive values.
843
- warn(
844
- "unable to download valid IERS file, using bundled IERS-A", IERSWarning
845
- )
806
+ if cls.iers_table is None:
846
807
  cls.iers_table = cls.read()
847
-
848
808
  return cls.iers_table
849
809
 
850
810
  def _check_interpolate_indices(self, indices_orig, indices_clipped, max_input_mjd):
@@ -924,7 +884,26 @@ class IERS_Auto(IERS_A):
924
884
  )
925
885
  return
926
886
 
927
- new_table = self.__class__.read(file=filename)
887
+ try:
888
+ new_table = self.__class__.read(file=filename)
889
+ except Exception as err:
890
+ # The download succeeded but the content could not be parsed as
891
+ # an IERS table (e.g. the server returned an error page). Keep
892
+ # using the existing table; an exception will be raised
893
+ # downstream when actually trying to interpolate predictive
894
+ # values.
895
+ warn(
896
+ AstropyWarning(
897
+ "malformed IERS table downloaded from"
898
+ f" {' and '.join(all_urls)}: {err}.\nA coordinate or"
899
+ " time-related calculation might be compromised or fail"
900
+ " because the dates are not covered by the available IERS"
901
+ ' file. See the "IERS data access" section of the astropy'
902
+ " documentation for additional information on working"
903
+ " offline."
904
+ )
905
+ )
906
+ return
928
907
  new_table.meta["data_url"] = str(all_urls[0])
929
908
 
930
909
  # New table has new values?
@@ -20,7 +20,7 @@ from astropy.table import QTable
20
20
  from astropy.tests.helper import CI, assert_quantity_allclose
21
21
  from astropy.time import Time, TimeDelta
22
22
  from astropy.utils.data import get_pkg_data_filename
23
- from astropy.utils.exceptions import AstropyDeprecationWarning
23
+ from astropy.utils.exceptions import AstropyDeprecationWarning, AstropyWarning
24
24
  from astropy.utils.iers import iers
25
25
 
26
26
  FILE_NOT_FOUND_ERROR = getattr(__builtins__, "FileNotFoundError", OSError)
@@ -247,6 +247,12 @@ class TestIERS_Auto:
247
247
  self._auto_download = iers.conf.auto_download
248
248
  iers.conf.auto_download = True
249
249
 
250
+ # Ensure no IERS_Auto table is cached from an earlier test, so that the
251
+ # first test's open() re-reads the (possibly monkeypatched) bundled file
252
+ # rather than returning a stale memoized table; teardown_method keeps it
253
+ # clean for the remaining tests.
254
+ iers.IERS_Auto.close()
255
+
250
256
  # auto_download = False is tested in test_IERS_B_parameters_loading_into_IERS_Auto()
251
257
 
252
258
  def teardown_class(self):
@@ -257,10 +263,11 @@ class TestIERS_Auto:
257
263
  """Run this after every test."""
258
264
  iers.IERS_Auto.close()
259
265
 
260
- def test_interpolate_error_formatting(self):
266
+ def test_interpolate_error_formatting(self, monkeypatch):
261
267
  """Regression test: make sure the error message in
262
268
  IERS_Auto._check_interpolate_indices() is formatted correctly.
263
269
  """
270
+ monkeypatch.setattr(iers, "IERS_A_FILE", self.iers_a_file_1)
264
271
  with iers.conf.set_temp("iers_auto_url", self.iers_a_url_1):
265
272
  with iers.conf.set_temp("iers_auto_url_mirror", self.iers_a_url_1):
266
273
  with iers.conf.set_temp("auto_max_age", self.ame):
@@ -276,10 +283,11 @@ class TestIERS_Auto:
276
283
  warnings.simplefilter("ignore", iers.IERSStaleWarning)
277
284
  iers_table.ut1_utc(self.t.jd1, self.t.jd2)
278
285
 
279
- def test_auto_max_age_none(self):
286
+ def test_auto_max_age_none(self, monkeypatch):
280
287
  """Make sure that iers.INTERPOLATE_ERROR's advice about setting
281
288
  auto_max_age = None actually works.
282
289
  """
290
+ monkeypatch.setattr(iers, "IERS_A_FILE", self.iers_a_file_1)
283
291
  with iers.conf.set_temp("iers_auto_url", self.iers_a_url_1):
284
292
  with iers.conf.set_temp("auto_max_age", None):
285
293
  iers_table = iers.IERS_Auto.open()
@@ -302,7 +310,8 @@ class TestIERS_Auto:
302
310
  iers_table = iers.IERS_Auto.open()
303
311
  _ = iers_table.ut1_utc(self.t.jd1, self.t.jd2)
304
312
 
305
- def test_simple(self):
313
+ def test_simple(self, monkeypatch):
314
+ monkeypatch.setattr(iers, "IERS_A_FILE", self.iers_a_file_1)
306
315
  with iers.conf.set_temp("iers_auto_url", self.iers_a_url_1):
307
316
  dat = iers.IERS_Auto.open()
308
317
  assert dat["MJD"][0] == 57359.0 * u.d
@@ -482,33 +491,58 @@ def test_iers_b_out_of_range_handling():
482
491
  (now + 100 * u.day).ut1
483
492
 
484
493
 
494
+ @pytest.fixture
495
+ def reset_iers_auto_cache():
496
+ """Clear the IERS_A/IERS_Auto/IERS caches around a test.
497
+
498
+ IERS_Auto.open() memoizes its table in a class attribute, so a test that
499
+ loads a non-default bundled table (e.g. a truncated fixture) would otherwise
500
+ leak that table into later tests through earth_orientation_table. close()
501
+ only nulls the cached table, so this is safe regardless of the current
502
+ IERS_A_FILE value.
503
+ """
504
+ for cls in (iers.IERS_A, iers.IERS_Auto, iers.IERS):
505
+ cls.close()
506
+ yield
507
+ for cls in (iers.IERS_A, iers.IERS_Auto, iers.IERS):
508
+ cls.close()
509
+
510
+
485
511
  @pytest.mark.remote_data
486
- def test_iers_download_error_handling(tmp_path):
487
- # Make sure an IERS-A table isn't already loaded
512
+ def test_iers_download_error_handling(tmp_path, monkeypatch, reset_iers_auto_cache):
513
+ # IERS_Auto.open() now reads the bundled table and only attempts a download
514
+ # later, when predictive values beyond the table range are requested while
515
+ # the table is older than auto_max_age. Point at an old bundled table so
516
+ # that requesting a recent date triggers a download attempt. The truncated
517
+ # fixture it loads is cleared afterwards by reset_iers_auto_cache.
518
+ monkeypatch.setattr(
519
+ iers,
520
+ "IERS_A_FILE",
521
+ get_pkg_data_filename(os.path.join("data", "finals2000A-2016-02-30-test")),
522
+ )
488
523
  with set_temp_cache(tmp_path), iers.conf.set_temp("auto_download", True):
489
- iers.IERS_A.close()
490
- iers.IERS_Auto.close()
491
- iers.IERS.close()
492
524
  now = Time.now()
493
525
 
494
- # bad site name
495
- with iers.conf.set_temp("iers_auto_url", "FAIL FAIL"):
496
- # site that exists but doesn't have IERS data
497
- with iers.conf.set_temp("iers_auto_url_mirror", "https://google.com"):
498
- with pytest.warns(iers.IERSWarning) as record:
499
- with iers.conf.set_temp("iers_degraded_accuracy", "ignore"):
500
- (now + 400 * u.day).ut1
501
-
502
- assert len(record) == 3
503
- assert str(record[0].message).startswith(
504
- "failed to download FAIL FAIL: Malformed URL"
505
- )
506
- assert str(record[1].message).startswith(
507
- "malformed IERS table from https://google.com"
508
- )
509
- assert str(record[2].message).startswith(
510
- "unable to download valid IERS file, using bundled IERS-A"
511
- )
526
+ # Primary URL is a bad site name and the mirror is a site that exists
527
+ # but does not provide a valid IERS table, so the refresh cannot find
528
+ # usable data.
529
+ with (
530
+ iers.conf.set_temp("iers_auto_url", "FAIL FAIL"),
531
+ iers.conf.set_temp("iers_auto_url_mirror", "https://google.com"),
532
+ iers.conf.set_temp("iers_degraded_accuracy", "ignore"),
533
+ ):
534
+ # The failed refresh is reported with a warning (the download fails
535
+ # or the downloaded content cannot be parsed), and since the bundled
536
+ # table is too old to cover the requested predictive date the
537
+ # interpolation then raises.
538
+ with pytest.warns(
539
+ AstropyWarning, match="failed to download|malformed IERS table"
540
+ ):
541
+ with pytest.raises(
542
+ ValueError,
543
+ match="interpolating from IERS_Auto using predictive values",
544
+ ):
545
+ (now + 400 * u.day).ut1
512
546
 
513
547
 
514
548
  OLD_DATA_FILES = {
@@ -397,13 +397,16 @@ class FITSWCSAPIMixin(BaseLowLevelWCS, HighLevelWCSMixin):
397
397
  # it. We start off by defining a hash based on the attributes of the
398
398
  # WCS that matter here (we can't just use the WCS object as a hash since
399
399
  # it is mutable)
400
+ # NaN values must be normalized since NaN != NaN would otherwise
401
+ # defeat the cache comparison below.
402
+ equinox = self.wcs.equinox
400
403
  wcs_hash = (
401
404
  self.naxis,
402
405
  list(self.wcs.ctype),
403
406
  list(self.wcs.cunit),
404
407
  self.wcs.radesys,
405
408
  self.wcs.specsys,
406
- self.wcs.equinox,
409
+ None if np.isnan(equinox) else equinox,
407
410
  self.wcs.dateobs,
408
411
  self.wcs.lng,
409
412
  self.wcs.lat,
@@ -1663,3 +1663,13 @@ def test_array_index_conversions_scalars_2d():
1663
1663
  x, y = wcs.world_to_pixel(scoord)
1664
1664
  assert isinstance(x, np.ndarray) and x.ndim == 0
1665
1665
  assert isinstance(y, np.ndarray) and y.ndim == 0
1666
+
1667
+
1668
+ def test_components_and_classes_cache():
1669
+ # Regression test for the components and classes cache never hitting
1670
+ # when the equinox was undefined, because the NaN it contributed to the
1671
+ # cache key compares unequal to itself
1672
+ wcs = WCS(naxis=2)
1673
+ wcs.wcs.ctype = ["RA---TAN", "DEC--TAN"]
1674
+ wcs.wcs.set()
1675
+ assert wcs.world_axis_object_components is wcs.world_axis_object_components