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.
- {astropy-7.2.1 → astropy-7.2.2}/.pre-commit-config.yaml +4 -0
- {astropy-7.2.1 → astropy-7.2.2}/CHANGES.rst +46 -0
- {astropy-7.2.1 → astropy-7.2.2}/CITATION.cff +1 -0
- {astropy-7.2.1 → astropy-7.2.2}/PKG-INFO +2 -2
- {astropy-7.2.1 → astropy-7.2.2}/astropy/_version.py +3 -3
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_compressed.py +1 -1
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/functional_models.py +4 -2
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/parameters.py +7 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_parameters.py +9 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/bst.py +8 -4
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/sorted_array.py +35 -22
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_index.py +18 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/function_helpers.py +7 -2
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_non_ufuncs.py +19 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_structured.py +1 -1
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/iers.py +32 -53
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/test_iers.py +61 -27
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/fitswcs.py +4 -1
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_fitswcs.py +10 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/PKG-INFO +2 -2
- {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/SOURCES.txt +2 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/requires.txt +1 -1
- astropy-7.2.2/astropy.egg-info/scm_file_list.json +1881 -0
- astropy-7.2.2/astropy.egg-info/scm_version.json +8 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/conf.py +5 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_index.rst +16 -16
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_plot_galactocentric_frame.rst +174 -174
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_plot_mars_coordinate_frame.rst +115 -115
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_plot_obs_planning.rst +154 -154
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_plot_sgr_coordinate_frame.rst +237 -237
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/example_gallery_rv_to_gsr.rst +103 -103
- {astropy-7.2.1 → astropy-7.2.2}/docs/credits.rst +2 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/parameters.rst +10 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nitpick-exceptions +2 -1
- {astropy-7.2.1 → astropy-7.2.2}/pyproject.toml +1 -1
- {astropy-7.2.1 → astropy-7.2.2}/.circleci/config.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.devcontainer/devcontainer.json +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.devcontainer/welcome-message.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.flake8 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.git-blame-ignore-revs +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.gitattributes +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/CODEOWNERS +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/ISSUE_TEMPLATE/bug_report.yaml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/ISSUE_TEMPLATE/feature_request.yaml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/dependabot.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/labeler.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/CFF-test.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/check_changelog.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/check_milestone.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_benchmark.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_cron_daily.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_cron_monthly.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_cron_weekly.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/ci_workflows.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/codeql-analysis.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/open_actions.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/publish.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/stalebot.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/update_astropy_iers_data_pin.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.github/workflows/update_astropy_iers_data_pin.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.gitignore +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.mailmap +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.pycodestyle +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.pyinstaller/hooks/hook-astropy_iers_data.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.pyinstaller/hooks/hook-skyfield.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.pyinstaller/run_astropy_tests.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.readthedocs.yaml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.ruff.toml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/.stubtest.ini +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/CITATION +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/CODE_OF_CONDUCT.md +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/CONTRIBUTING.md +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/GOVERNANCE.md +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/MANIFEST.in +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/README.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/SECURITY.md +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/CITATION +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/_compiler.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/configuration.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/paths.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/data/alias.cfg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/data/deprecated.cfg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/data/empty.cfg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/data/not_empty.cfg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/test_concurrency.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/config/tests/test_configs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/astropyconst13.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/astropyconst20.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/astropyconst40.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/cgs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/codata2010.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/codata2014.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/codata2018.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/codata2022.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/config.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/constant.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/iau2012.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/iau2015.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/si.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/test_constant.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/test_pickle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/test_prior_version.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/tests/test_sciencestate.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/constants/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/_convolve.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/convolve.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/kernels.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/src/convolve.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/src/convolve.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve_fft.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve_kernels.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve_models.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_convolve_nddata.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_discretize.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_kernel_class.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/tests/test_pickle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/convolution/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/angle_lextab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/angle_parsetab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/errors.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/formats.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/angles/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/attributes.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/baseframe.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/altaz.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/baseradec.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/cirs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/cirs_observed_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/ecliptic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/ecliptic_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/equatorial.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/fk4.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/fk4_fk5_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/fk5.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/galactic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/galactic_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/galactocentric.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/gcrs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/hadec.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/hcrs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/icrs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/icrs_cirs_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/icrs_fk5_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/icrs_observed_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/intermediate_rotation_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/itrs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/itrs_observed_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/lsr.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/skyoffset.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/supergalactic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/supergalactic_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/builtin_frames/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/calculation.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/data/constellation_data_roman87.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/data/constellation_names.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/distances.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/earth.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/erfa_astrom.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/errors.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/funcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/jparser.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/matching.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/matrix_utilities.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/name_resolve.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/polarization.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/cartesian.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/cylindrical.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/geodetic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/representation/spherical.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/sites.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/sky_coordinate.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/sky_coordinate_parsers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/solar_system.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/spectral_coordinate.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/spectral_quantity.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/fk4_no_e_fk4.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/fk4_no_e_fk5.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/galactic_fk4.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/icrs_fk5.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/data/rv.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/generate_ref_ast.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/generate_spectralcoord_ref.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_altaz_icrs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_ecliptic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_fk4_no_e_fk4.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_fk4_no_e_fk5.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_galactic_fk4.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/accuracy/test_icrs_fk5.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/barycorr_bvcs.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/barycorr_bvcs_withvels.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/jpl_moon.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/sites/astropy/download/url/2a464ec894e62c3f19c6aa05f3df3fdc/contents +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/data/sites/astropy/download/url/2a464ec894e62c3f19c6aa05f3df3fdc/url +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/helper.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_angle_generators.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_angles.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_angular_separation.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_api_ape5.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_arrays.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_atc_replacements.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_celestial_transformations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_distance.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_earth.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_erfa_astrom.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_exceptions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_finite_difference_velocities.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_formatting.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_frames.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_frames_with_velocity.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_funcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_geodetic_representations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_iau_fullstack.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_icrs_observed_transformations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_intermediate_transformations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_masked.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_matching.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_matrix_utilities.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_name_resolve.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_pickle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_polarization.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_regression.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_representation.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_representation_arithmetic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_representation_methods.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_separation.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_shape_manipulation.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_sites.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_sky_coord.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_sky_coord_velocities.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_skyoffset_transformations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_solar_system.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_spectral_coordinate.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_spectral_quantity.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_transformations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_unit_representation.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/tests/test_velocity_corrs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/affine.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/composite.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/function.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/coordinates/transformations/graph.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/default.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/lambdacdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/scalar_inv_efuncs.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/w0cdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/w0wacdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/w0wzcdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/flrw/wpwazpcdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/funcs/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/funcs/comparison.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/funcs/optimize.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/cosmology.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/ecsv.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/html.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/latex.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/mapping.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/model.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/row.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/builtin/yaml.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/io/connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/converter.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/descriptors.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/parameter/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/scipy_compat.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/signature_deprecations.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/data/cosmo_closed.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/data/cosmo_flat.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/data/cosmo_open.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_flrw.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_lambdacdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_parameters.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_w.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_w0cdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_w0wacdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_w0wzcdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/flrw/test_wpwazpcdm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/funcs/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/funcs/test_comparison.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/funcs/test_funcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/helper.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_cosmology.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_ecsv.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_html.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_json.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_latex.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_mapping.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_model.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_row.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/io/test_yaml.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/test_descriptors.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/test_parameter.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/parameter/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_deprecated_modules.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_parameters.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_realizations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_scipy_compat.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_units.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/baryons.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/curvature.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/darkenergy.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/darkmatter.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/hubble.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/matterdensity.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/photoncomponent.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/rhocrit.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/scale_factor.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/tcmb.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/traits/totalcomponent.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/typing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/units.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/units_equivalencies.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/_src/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/Planck13.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/Planck15.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/Planck18.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP1.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP3.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP5.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP7.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/data/WMAP9.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/flrw.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/funcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/io.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/parameter.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/parameters.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/realizations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/traits.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/cosmology/units.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/README.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/_strptime.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/configobj/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/configobj/configobj.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/configobj/validate.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/cpp.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/ctokens.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/lex.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/yacc.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/extern/ply/ygen.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/basic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/cds.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/cparser.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/daophot.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/docs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/ecsv.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/fastbasic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/fixedwidth.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/html.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/ipac.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/latex.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/misc.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/mrt.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/qdp.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/rst.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/sextractor.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/src/tokenizer.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/src/tokenizer.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tdat.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/common.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/apostrophe.rdb +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/apostrophe.tab +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/bad.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/bars_at_ends.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/description/ReadMe +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/description/table.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/glob/ReadMe +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/glob/lmxbrefs.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/multi/ReadMe +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/multi/lhs2065.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/multi/lp944-20.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/null/ReadMe +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/null/ReadMe1 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/null/table.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds/null/table1.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds2.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cdsFunctional.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cdsFunctional2.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds_malformed.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/cds_mrt_dashes.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/commented_header.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/commented_header2.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/conf_py.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/continuation.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot.dat.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot2.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot3.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/daophot4.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/fill_values.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/fixed_width_2_line.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/html.html +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/html2.html +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/ipac.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/ipac.dat.Z +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/ipac.dat.bz2 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/ipac.dat.xz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/latex1.tex +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/latex1.tex.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/latex2.tex +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/latex3.tex +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/nls1_stackinfo.dbout +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_cds.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_daophot.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_ipac.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_sextractor.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_with_header.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/no_data_without_header.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/sextractor.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/sextractor2.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/sextractor3.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb.Z +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb.bz2 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.rdb.xz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/short.tab +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple2.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple3.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple4.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple5.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple_csv.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/simple_csv_missing.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/space_delim_blank_lines.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/space_delim_no_header.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/space_delim_no_names.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/subtypes.ecsv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/test4.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/test5.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/vizier/ReadMe +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/vizier/table1.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/vizier/table5.dat.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/vots_spec.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/data/whitespace.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_c_reader.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_cds.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_cds_header_from_readme.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_compressed.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_ecsv.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_fixedwidth.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_html.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_ipac_definitions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_qdp.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_read.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_rst.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_tdat.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_types.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/tests/test_write.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/ascii/ui.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/_utils.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/card.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/column.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/convenience.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/diff.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/file.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/fitsrec.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/fitstime.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/_codecs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/_quantization.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/_tiled_compression.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/compbintable.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/compressed.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/header.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/section.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/settings.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/compression.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/fits_hcompress.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/fits_hdecompress.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/pliocomp.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/quantize.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/ricecomp.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/unquantize.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/src/unquantize.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/compressed_with_nan.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13_gzip.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13_hcomp.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13_plio.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/data/m13_rice.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_checksum.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_compression_failures.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_fitsio.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/tests/test_tiled_compression.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/compressed/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/groups.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/hdulist.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/image.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/nonstandard.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/streaming.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/hdu/table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/header.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/fitscheck.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/fitsdiff.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/fitsheader.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/scripts/fitsinfo.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/cfitsio_verify.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/arange.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/ascii.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/ascii_i4-i20.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/blank.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/btable.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/chandra_time.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/checksum.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/checksum_false.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/comp.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/compressed_float_bzero.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/compressed_image.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/double_ext.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/fixed-1890.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/group.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/history_header.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/invalid/group_invalid.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/lzw.fits.Z +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/memtest.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/o4sp040b0_raw.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/random_groups.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/scale.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/stddata.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/table.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/tb.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/tdim.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/test0.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/test1.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/theap-gap.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/variable_length_table.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/verify.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/data/zerowidth.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_checksum.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_convenience.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_diff.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_division.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitscheck.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitsdiff.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitsheader.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitsinfo.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fitstime.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_fsspec.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_groups.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_hdulist.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_header.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_image.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_image_dask.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_nonstandard.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_structured.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_tilde_path.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_uint.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/tests/test_util.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/util.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/fits/verify.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/ecsv.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/hdf5.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pandas/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pandas/connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/parquet.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pickle_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pyarrow/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pyarrow/csv.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pyarrow/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/pyarrow/tests/test_csv.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/data/gaia_source_dr3_select_1_result.vot +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/data/old_meta_example.hdf5 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_hdf5.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_pandas.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_parquet.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_parquet_votable.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_pickle_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/tests/test_yaml.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/misc/yaml.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/compat.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/interface.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/tests/test_registries.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/registry/tests/test_registry_help.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/tests/mixin_columns.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/tests/safeio.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/typing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/converters.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.dtd +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.1.xsd +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.2.xsd +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.3.xsd +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.4.xsd +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/VOTable.v1.5.xsd +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/ivoa-vocalubary_refframe-v20220222.json +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/data/ucd1p-words.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/dataorigin.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/exceptions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/src/.gitignore +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/src/tablewriter.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/binary2_masked_strings.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/binary2_variable_length_char.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/coosys.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/custom_datatype.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/empty_table.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/gemini.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/irsa-nph-error.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/irsa-nph-m31.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/mivot_annotated_table.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/mivot_block_custom_datatype.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/names.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/no_field_not_empty_table.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/no_resource.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/no_resource.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/nonstandard_units.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/parquet_binary.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/parquet_binary.xml.parquet +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.1.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.3.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/regression.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/resource_groups.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/tb.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/test.order.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/timesys.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/timesys_errors.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/too_many_columns.xml.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/valid_votable.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/validation.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/data/vizier_b2_votable.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_converter.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_coosys.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_dataorigin.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_exception.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_resource.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_schema_versions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_tree.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_ucd.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_util.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tests/test_vo.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/tree.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/ucd.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/util.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/data/urls/cone.big.dat.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/data/urls/cone.broken.dat.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/data/urls/cone.good.dat.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/data/urls/cone.incorrect.dat.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/html.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/main.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/validator/result.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/volint.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/io/votable/xmlutil.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/logger.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/_fitting_parallel.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/bounding_box.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/convolution.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/fitting.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/mappings.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/math_functions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/models/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/optimizers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/physical_models.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/polynomial.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/powerlaws.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/projections.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/rotations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/separable.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/spline.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/statistic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tabular.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/1904-66_AZP.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/hst_sip.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/idcompspec.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/irac_sip.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/data/spec.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/example_models.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/irafutil.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_bounding_box.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_compound.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_constraints.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_convolution.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_fitters.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_fitting_parallel.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_functional_models.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_input.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_mappings.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_math_func.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_model_sets.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_models.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_models_quantities.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_physical_models.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_pickle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_polynomial.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_projections.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_evaluation.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_fitting.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_model.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_parameters.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_quantities_rotations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_rotations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_separable.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_spline.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_statistics.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_units_mapping.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/modeling/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/_testing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/bitmask.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/blocks.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/ccddata.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/compat.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/covariance.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/decorators.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/flag_collection.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/ndarithmetic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/ndio.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/ndslicing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/tests/test_ndarithmetic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/tests/test_ndio.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/mixins/tests/test_ndslicing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/nddata.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/nddata_base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/nddata_withmixins.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/nduncertainty.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/data/sip-wcs.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_bitmask.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_blocks.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_ccddata.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_compat.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_covariance.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_decorators.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_flag_collection.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_nddata.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_nddata_base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_nduncertainty.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/nddata/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/client.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/constants.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/data/astropy_icon.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/data/clientaccesspolicy.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/data/crossdomain.xml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/errors.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/hub.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/hub_proxy.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/hub_script.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/integrated_client.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/lockfile_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/standard_profile.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_client.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_errors.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_hub.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_hub_proxy.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_hub_script.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_standard_profile.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/test_web_profile.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/tests/web_profile_test_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/samp/web_profile.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/_stats.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/bayesian_blocks.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/biweight.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/circstats.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/funcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/histogram.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/info_theory.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/jackknife.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/nanfunctions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/sigma_clipping.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/spatial.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/compute_bounds.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/compute_bounds.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/fast_sigma_clip.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/wirth_select.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/src/wirth_select.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_bayesian_blocks.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_biweight.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_circstats.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_funcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_histogram.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_info_theory.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_jackknife.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_sigma_clipping.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/stats/tests/test_spatial.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/_column_mixins.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/_dataframes.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/_np_utils.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/column.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/connect.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/groups.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/index.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/info.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/jsviewer.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/meta.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/dask.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/registry.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/tests/test_dask.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/mixins/tests/test_registry.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/ndarray_mixin.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/notebook_backends.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/np_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/operations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/pandas.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/pprint.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/row.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/scripts/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/scripts/showtable.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/serialize.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/soco.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/table_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_array.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_bst.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_column.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_df.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_groups.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_info.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_init_table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_item_access.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_jsviewer.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_masked.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_mixin.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_np_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_operations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_pickle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_pprint.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_row.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_showtable.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_subclass.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/table/tests/test_table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/command.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/figures/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/figures/helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/figures/py311-test-image-mpl380-cov.json +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/figures/py311-test-image-mpldev-cov.json +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/helper.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/runner.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/test_logger.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/test_imports.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/test_quantity_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/test_run_tests.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/tests/tests/test_runner.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/formats.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/src/parse_times.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_basic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_comparisons.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_corrs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_custom_formats.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_delta.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_fast_parser.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_functions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_guess.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_mask.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_methods.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_pickle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_precision.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_quantity_interaction.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_sidereal.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_update_leap_seconds.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/tests/test_ut1.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/time_helper/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/time_helper/function_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/time/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/binned.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/downsample.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/io/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/io/kepler.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/io/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/io/tests/test_kepler.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/_impl.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/bls.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/methods.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/bls/tests/test_bls.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/_statistics.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/chi2_impl.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/cython_impl.pyx +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/fast_impl.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/fastchi2_impl.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/main.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/mle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/scipy_impl.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/slow_impl.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/test_mle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_lombscargle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_statistics.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/main.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/mbfast_impl.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/mbflex_impl.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/implementations/mle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/periodograms/lombscargle_multiband/tests/test_lombscargle_multiband.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/sampled.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/data/binned.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/data/sampled.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/test_binned.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/test_common.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/test_downsample.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/timeseries/tests/test_sampled.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/distributions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/function_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/tests/test_containers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/tests/test_distribution.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/uncertainty/tests/test_functions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/astrophys.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/cds.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/cgs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/decorators.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/deprecated.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/docgen.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/enums.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/equivalencies.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/errors.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/cds.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/cds_lextab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/cds_parsetab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/console.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/fits.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/generic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/generic_lextab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/generic_parsetab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/latex.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/ogip.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/ogip_lextab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/ogip_parsetab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/unicode_format.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/format/vounit.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/logarithmic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/mixin.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/function/units.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/imperial.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/misc.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/photometric.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/physical.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/converters.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/erfa.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/quantity_helper/scipy_special.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/required_by_vounit.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/si.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/structured.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_aliases.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_deprecated.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_docgen.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_equivalencies.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_format.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_logarithmic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_photometric.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_physical.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_annotations.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_array_methods.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_decorator.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_erfa_ufuncs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_info.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_typing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_quantity_ufuncs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/tests/test_units.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/typing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/typing_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/units/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/codegen.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/collections.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/compat/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/compat/numpycompat.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/compat/optional_deps.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/console.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/data.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/data_info.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/decorators.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/diff.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/exceptions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/data/ReadMe.eopc04_IAU2000 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/finals2000A-2016-02-30-test +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/finals2000A-2016-04-30-test +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/iers_a_excerpt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/iers_b_old_style_excerpt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/data/leap-seconds.list +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/iers/tests/test_leap_second.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/introspection.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/function_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_containers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_dynamic_subclasses.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_function_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_functions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_masked.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_pickle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/masked/tests/test_table.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/exceptions.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/merge.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/tests/test_metadata.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/metadata/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/misc.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/parsing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/shapes.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/state.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/system_info.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/.hidden_file.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/alias.cfg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/dataurl/index.html +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/dataurl_mirror/index.html +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat.Z +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat.bz2 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/local.dat.xz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/test_package/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/test_package/data/foo.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt.Z +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt.bz2 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/data/unicode.txt.xz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_codegen.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_collections.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_console.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_data.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_data_info.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_decorators.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_diff.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_introspection.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_misc.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_parsing.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_progress_bar_func.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_shapes.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_state.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/tests/test_xml.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/check.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/iterparser.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/src/.gitignore +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/src/expat_config.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/src/iterparse.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/src/iterparse.map +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/tests/test_iterparse.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/unescaper.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/validate.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/utils/xml/writer.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/version.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/basic_rgb.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/hist.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/interval.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/lupton_rgb.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/mpl_normalize.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/mpl_style.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/scripts/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/scripts/fits2bitmap.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/scripts/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/scripts/tests/test_fits2bitmap.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/stretch.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_basic_rgb.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_histogram.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_interval.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_lupton_rgb.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_norm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_stretch.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_time.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/tests/test_units.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/time.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/transform.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/units.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/_auto.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/axislabels.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/coordinate_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/coordinate_range.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/coordinates_map.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/core.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/formatter_locator.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/frame.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/grid_paths.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/patches.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/2MASS_k_header +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/cube_header +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/msx_header +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/rosat_header +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/data/slice_header +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_coordinate_helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_formatter_locator.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_frame.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_grid_paths.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_images.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_misc.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_transform_coord_meta.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/tests/test_wcsapi.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/ticklabels.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/ticks.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/transforms.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/visualization/wcsaxes/wcsapi.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/docstrings.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/.gitignore +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/astropy_wcs.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/astropy_wcs_api.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/distortion.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/distortion_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/docstrings.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/isnan.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/pipeline.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/pyutil.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/sip.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/sip_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/str_list_proxy.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/unit_list_proxy.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/util.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcsconfig.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_auxprm_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_celprm_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_prjprm_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_tabprm_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_units_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs/wcslib_wtbarr_wrap.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/astropy_wcs_api.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/.empty +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/.gitignore +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/cel.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/lin.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/prj.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/spc.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/spx.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/tab.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/wcs.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/wcserr.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/wcsmath.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/include/wcslib/wcsprintf.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/setup_package.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/.gitignore +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/astropy_wcs.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/astropy_wcs_api.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/distortion.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/distortion_wrap.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/docstrings.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/pipeline.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/pyutil.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/sip.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/sip_wrap.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/str_list_proxy.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/unit_list_proxy.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/util.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_auxprm_wrap.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_celprm_wrap.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_prjprm_wrap.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_tabprm_wrap.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_wrap.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/src/wcslib_wtbarr_wrap.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/2wcses.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/3d_cd.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/chandra-pixlist-wcs.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/defunct_keywords.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/dist.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/dist_lookup.fits.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/dss.14.29.56-62.41.05.fits.gz +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/header_newlines.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/header_with_time.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/header_with_time_wcslib71.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/ie6d07ujq_wcs.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/invalid_header.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/irac_sip.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/j94f05bgq_flt.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/locale.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_AIR.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_AIT.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_ARC.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_AZP.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_BON.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_CAR.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_CEA.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_COD.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_COE.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_COO.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_COP.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_CSC.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_CYP.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_HPX.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_MER.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_MOL.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_NCP.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_PAR.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_PCO.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_QSC.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_SFL.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_SIN.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_STG.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_SZP.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_TAN.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_TSC.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_ZEA.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/maps/1904-66_ZPN.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/nonstandard_units.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/outside_sky.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/sip-broken.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/sip.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/sip2.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/siponly.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-freq-1.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-freq-4.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-velo-1.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-velo-4.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-wave-1.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/spectra/orion-wave-4.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/sub-segfault.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/tab-time-last-axis.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/too_many_pv.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/tpvonly.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/unit.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.5.0.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.5.13.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.6.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.7.4.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.7.6.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/validate.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/data/zpn-hole.hdr +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/helper.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_auxprm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_celprm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_pickle.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_prjprm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_profiling.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_tab.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_tabprm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_wcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_wcsprm.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/tests/test_wtbarr.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/data/ucds.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/high_level_api.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/high_level_wcs_wrapper.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/low_level_api.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/data/example_4d_tab.fits +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/helpers.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_high_level_api.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_high_level_wcs_wrapper.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_low_level_api.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/tests/test_utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/utils.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/base.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/sliced_wcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/tests/__init__.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcsapi/wrappers/tests/test_sliced_wcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy/wcs/wcslint.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/dependency_links.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/entry_points.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/astropy.egg-info/top_level.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/asv.ci.conf.json +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/.gitignore +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/README.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/ChangeLog +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/README.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/fits_hcompress.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/fits_hdecompress.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/fitsio2.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/pliocomp.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/quantize.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/lib/ricecomp.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/cfitsio/licenses/License.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/AUTHORS +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/COPYING +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/Changes +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/README.md +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/ascii.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/asciitab.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/expat.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/expat_external.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/iasciitab.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/internal.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/latin1tab.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/nametab.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/siphash.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/utf8tab.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/winconfig.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmlparse.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmlrole.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmlrole.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok_impl.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok_impl.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/expat/lib/xmltok_ns.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/trim_cfitsio.sh +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/trim_wcslib.sh +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/GNUmakefile +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/cel.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/cel.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/dis.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/dis.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/fitshdr.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/fitshdr.l +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/README +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/fitshdr.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/wcsbth.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/wcspih.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/wcsulex.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/flexed/wcsutrn.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/getwcstab.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/getwcstab.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/lin.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/lin.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/log.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/log.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/prj.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/prj.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/spc.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/spc.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/sph.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/sph.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/spx.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/spx.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/tab.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/tab.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcs.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcs.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsbth.l +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcserr.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcserr.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsfix.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsfix.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcshdr.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcshdr.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcslib.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsmath.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcspih.l +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsprintf.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsprintf.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcstrig.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcstrig.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsulex.l +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsunits.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsunits.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsutil.c +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsutil.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wcsutrn.l +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/C/wtbarr.h +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/CHANGES +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/COPYING +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/COPYING.LESSER +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/GNUmakefile +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/INSTALL +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/README +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/THANKS +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/VALIDATION +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/config/ax_pthread.m4 +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/config/config.guess +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/config/config.sub +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/config/install-sh +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/configure +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/configure.ac +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/flavours +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/makedefs.in +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/makelog +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcsconfig.h.in +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcsconfig_f77.h.in +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcsconfig_tests.h.in +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcsconfig_utils.h.in +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/cextern/wcslib/wcslib.pc.in +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/codecov.yml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/Makefile +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_pkgtemplate.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy.css +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_banner.svg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_banner_96.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_banner_96_dark.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_banner_dark.svg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_logo.ico +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/astropy_logo.pdf +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/api.svg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/contributor.svg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/getting_started.svg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/learn.svg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/packages.svg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_static/index-images/user_guide.svg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/_templates/layout.html +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changelog.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/README.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/config/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/constants/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/convolution/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/coordinates/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/cosmology/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/extern/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.ascii/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.fits/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.misc/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.registry/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/io.votable/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/modeling/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/nddata/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/samp/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/stats/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/table/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/template.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/tests/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/time/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/timeseries/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/uncertainty/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/units/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/utils/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/visualization/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/changes/wcs/.gitkeep +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/config/astropy_config.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/config/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/config/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/conftest.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/constants/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/constants/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/images/astropy.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/images/original.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/images/scipy.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/kernels.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/non_normalized_kernels.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/convolution/using.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/angles.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/apply_space_motion.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/common_errors.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/definitions.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/formatting.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/frames.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/galactocentric.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/inplace.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/matchsep.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/remote_methods.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/representations.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/satellites.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/skycoord.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/solarsystem.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/spectralcoord.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/stokescoord.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/transforming.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/coordinates/velocities.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/dev.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/io/builtin.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/io/custom.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/io/details.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/io/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/realizations.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/traits.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/cosmology/units.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/branch_dropdown.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/ccython.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/codeguide.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/development_details.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/docguide.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/git_edit_workflow_examples.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/git_resources.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/links.inc +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/astropy-package-template.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/maintainer_workflow.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/releasing.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/maintainers/testhelpers.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/pull_button.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/quickstart.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/scripts.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/style-guide.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/testguide.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/vision.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/development/worked_example_switch_branch.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/environment_variables.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/glossary.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/impact_health.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/importing_astropy.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/index_dev.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/index_getting_started.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/index_project_details.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/index_user_docs.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/install.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/base_classes.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/ecsv.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/extension_classes.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/fast_ascii_io.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/fixed_width_gallery.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/read.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/references.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/toc.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/ascii/write.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/cards.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/diff.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/files.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/hdulists.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/hdus.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/headers.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/images.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/tables.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/tiled_compression.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/api/verification.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/appendix/faq.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/appendix/header_transition.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/appendix/history.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/cloud.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/headers.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/image.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/misc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/scripts.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/table.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/unfamiliar.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/fits/usage/verification.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/misc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/misc_ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/overview.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/registry.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/registry_ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/typing.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_image.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_fits.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_hdf5.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_parquet.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_text.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/unified_table_votable.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/.gitignore +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/api_exceptions.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/coosys_element.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/dataorigin.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/mivot_blocks.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/references.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/io/votable/table_element.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/known_issues.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/license.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/logging.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/lts_policy.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/make.bat +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/add-units.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/compound-models.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/example-fitting-constraints.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/example-fitting-line.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/example-fitting-model-sets.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/fitting.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/jointfitter.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/links.inc +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/models.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/new-fitter.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/new-model.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/parallel-fitting.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/performance.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/physical_models.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/polynomial_models.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/powerlaw_models.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/predef_models1D.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/predef_models2D.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/reference_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/spline_models.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/modeling/units.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/bitmask.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/ccddata.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/covariance.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/decorator.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/examples/cutout2d_tofits.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/mixins/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/mixins/ndarithmetic.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/mixins/ndio.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/mixins/ndslicing.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/nddata.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/subclassing.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/nddata/utils.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/robots.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/rtd_environment.yaml +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/samp/advanced_embed_samp_hub.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/samp/example_clients.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/samp/example_hub.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/samp/example_table_image.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/samp/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/samp/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/samp/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/stats/circ.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/stats/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/stats/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/stats/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/stats/ripley.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/stats/robust.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/access_table.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/construct_table.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/dataframes.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/implementation_details.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/indexing.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/masking.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/mixin_columns.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/modify_table.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/operations.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/pandas.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/table_and_dataframes.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/table_architecture.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/table_repr_html.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/table/table_row.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/time/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/time/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/time/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/time/time_scale_conversion.odg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/time/time_scale_conversion.png +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/analysis.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/binned.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/bls.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/data_access.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/initializing.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/io.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/lombscargle.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/lombscarglemb.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/masking.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/pandas.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/sampled.csv +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/timeseries/times.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/uncertainty/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/uncertainty/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/combining_and_defining.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/constants_versions.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/conversion.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/decomposing_and_composing.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/equivalencies.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/format.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/logarithmic_units.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/physical_types.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/quantity.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/standard_units.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/structured_units.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/units/type_hints.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/utils/data.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/utils/iers.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/utils/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/utils/masked/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/utils/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/histogram.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/matplotlib_integration.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/normalization.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/ref_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/rgb.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/controlling_axes.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/custom_frames.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/generic_transforms.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/images_contours.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/initializing_axes.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/overlaying_coordinate_systems.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/overlays.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/slicing_datacubes.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/visualization/wcsaxes/ticks_labels_grid.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/warnings.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/creating_planetary_wcs.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/example_create_imaging.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/example_cube_wcs.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/examples/cube_wcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/examples/from_file.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/examples/planetary_wcs.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/examples/programmatic.py +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/history.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/legacy_interface.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/loading_from_fits.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/note_sip.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/performance.inc.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/reference_api.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/references.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/references.txt +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/relax.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/supported_projections.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/validation.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/wcsapi.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/wcs/wcstools.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/0.1.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/0.2.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/0.3.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/0.4.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/1.0.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/1.1.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/1.2.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/1.3.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/2.0.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/3.0.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/3.1.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/3.2.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/4.0.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/4.1.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/4.2.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/4.3.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/5.0.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/5.1.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/5.2.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/5.3.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/6.0.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/6.1.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/7.0.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/7.1.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/7.2.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/docs/whatsnew/index.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/AURA_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/CONFIGOBJ_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/DATATABLES_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/ERFA.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/EXPAT_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/GATSPY_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/JQUERY_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/NUMPY_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/PLY_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/POSITIONAL_DEFAULTS.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/PYFITS.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/PYTHON.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/README.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/licenses/WCSLIB_LICENSE.rst +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/setup.cfg +0 -0
- {astropy-7.2.1 → astropy-7.2.2}/setup.py +0 -0
- {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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: astropy
|
|
3
|
-
Version: 7.2.
|
|
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.
|
|
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.
|
|
22
|
-
__version_tuple__ = version_tuple = (7, 2,
|
|
21
|
+
__version__ = version = '7.2.2'
|
|
22
|
+
__version_tuple__ = version_tuple = (7, 2, 2)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
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
|
|
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
|
-
|
|
387
|
-
|
|
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
|
|
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
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
-
"""
|
|
787
|
-
|
|
788
|
-
|
|
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
|
-
|
|
794
|
-
|
|
795
|
-
|
|
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
|
-
|
|
798
|
-
|
|
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
|
|
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
|
-
|
|
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
|
-
#
|
|
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
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
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
|
-
|
|
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
|