astropy 5.2.1__tar.gz → 5.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-5.2.1 → astropy-5.2.2}/.github/workflows/ci_cron_weekly.yml +3 -0
- {astropy-5.2.1 → astropy-5.2.2}/.pre-commit-config.yaml +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/.readthedocs.yaml +5 -4
- {astropy-5.2.1 → astropy-5.2.2}/CHANGES.rst +38 -0
- {astropy-5.2.1/astropy.egg-info → astropy-5.2.2}/PKG-INFO +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/_version.py +2 -2
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/convolve.py +8 -8
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_html.py +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/diff.py +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_diff.py +17 -8
- astropy-5.2.2/astropy/io/misc/asdf/conftest.py +24 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/extension.py +16 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_angle.py +13 -3
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_earthlocation.py +15 -4
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_frames.py +14 -3
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_representation.py +13 -2
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_skycoord.py +12 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_spectralcoord.py +12 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/fits/tests/test_fits.py +25 -8
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/table/tests/test_table.py +50 -18
- astropy-5.2.2/astropy/io/misc/asdf/tags/tests/helpers.py +64 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/time/tests/test_time.py +20 -10
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/time/tests/test_timedelta.py +14 -4
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/compound.py +8 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/tests/test_transform.py +34 -25
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/tests/test_units_mapping.py +13 -3
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/unit/tests/test_equivalency.py +13 -2
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/unit/tests/test_quantity.py +14 -4
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/unit/tests/test_unit.py +12 -3
- astropy-5.2.2/astropy/io/misc/asdf/types.py +94 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/validator/main.py +2 -3
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/functional_models.py +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_core.py +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/circstats.py +5 -3
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/funcs.py +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/table.py +6 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_init_table.py +14 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_table.py +19 -5
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/cds.py +2 -3
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/cds_parsetab.py +30 -30
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/quantity.py +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/quantity_helper/function_helpers.py +2 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_format.py +7 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_quantity_non_ufuncs.py +19 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/data/Leap_Second.dat +2 -2
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/data/eopc04_IAU2000.62-now +76 -29
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/data/update_builtin_iers.sh +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/iers.py +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/tests/test_function_helpers.py +19 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_misc.py +12 -4
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/high_level_api.py +2 -2
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/tests/test_high_level_api.py +27 -0
- {astropy-5.2.1 → astropy-5.2.2/astropy.egg-info}/PKG-INFO +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/astropy.egg-info/SOURCES.txt +1 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy.egg-info/requires.txt +0 -1
- {astropy-5.2.1 → astropy-5.2.2}/docs/common_links.txt +5 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/conf.py +4 -5
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/index.rst +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/ecsv.rst +2 -3
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/fixed_width_gallery.rst +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/index.rst +2 -3
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/usage/table.rst +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/usage/unfamiliar.rst +2 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/example-fitting-constraints.rst +55 -46
- astropy-5.2.2/docs/rtd_environment.yaml +8 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/samp/example_clients.rst +2 -4
- {astropy-5.2.1 → astropy-5.2.2}/docs/samp/example_hub.rst +1 -2
- {astropy-5.2.1 → astropy-5.2.2}/docs/samp/example_table_image.rst +1 -2
- {astropy-5.2.1 → astropy-5.2.2}/docs/samp/index.rst +2 -4
- {astropy-5.2.1 → astropy-5.2.2}/examples/io/skip_create-large-fits.py +1 -1
- {astropy-5.2.1 → astropy-5.2.2}/setup.cfg +3 -1
- {astropy-5.2.1 → astropy-5.2.2}/tox.ini +1 -0
- astropy-5.2.1/astropy/io/misc/asdf/conftest.py +0 -20
- astropy-5.2.1/astropy/io/misc/asdf/tags/tests/helpers.py +0 -36
- astropy-5.2.1/astropy/io/misc/asdf/types.py +0 -80
- {astropy-5.2.1 → astropy-5.2.2}/.astropy-root +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.circleci/config.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.git-blame-ignore-revs +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.gitattributes +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/CODEOWNERS +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/labeler.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/workflows/check_changelog.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/workflows/ci_cron_daily.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/workflows/ci_workflows.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/workflows/codeql-analysis.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/workflows/open_actions.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/workflows/publish.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/workflows/stalebot.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.github/workflows/update_iers.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.mailmap +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.pep8speaks.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.pyinstaller/hooks/hook-skyfield.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/.pyinstaller/run_astropy_tests.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/CITATION +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/CODE_OF_CONDUCT.md +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/CONTRIBUTING.md +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/GOVERNANCE.md +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/MANIFEST.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/README.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/CITATION +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/_compiler.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/configuration.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/paths.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/tests/data/alias.cfg +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/tests/data/deprecated.cfg +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/tests/data/empty.cfg +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/tests/data/not_empty.cfg +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/config/tests/test_configs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/astropyconst13.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/astropyconst20.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/astropyconst40.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/cgs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/codata2010.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/codata2014.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/codata2018.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/config.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/constant.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/iau2012.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/iau2015.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/si.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/tests/test_constant.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/tests/test_pickle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/tests/test_prior_version.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/tests/test_sciencestate.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/constants/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/_convolve.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/kernels.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/src/convolve.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/src/convolve.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_convolve.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_convolve_fft.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_convolve_kernels.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_convolve_models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_convolve_nddata.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_convolve_speeds.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_discretize.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_kernel_class.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/tests/test_pickle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/convolution/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/angle_formats.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/angle_lextab.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/angle_parsetab.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/angle_utilities.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/angles.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/attributes.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/baseframe.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/altaz.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/baseradec.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/cirs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/cirs_observed_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/ecliptic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/ecliptic_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/equatorial.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/fk4.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/fk4_fk5_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/fk5.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/galactic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/galactic_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/galactocentric.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/gcrs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/hadec.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/hcrs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/icrs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/icrs_cirs_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/icrs_fk5_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/icrs_observed_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/intermediate_rotation_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/itrs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/itrs_observed_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/lsr.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/skyoffset.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/supergalactic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/supergalactic_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/builtin_frames/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/calculation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/data/constellation_data_roman87.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/data/constellation_names.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/data/sites.json +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/distances.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/earth.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/earth_orientation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/erfa_astrom.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/errors.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/funcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/jparser.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/matching.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/matrix_utilities.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/name_resolve.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/orbital_elements.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/representation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/sites.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/sky_coordinate.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/sky_coordinate_parsers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/solar_system.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/spectral_coordinate.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/spectral_quantity.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/data/fk4_no_e_fk4.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/data/fk4_no_e_fk5.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/data/galactic_fk4.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/data/icrs_fk5.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/data/rv.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/generate_ref_ast.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/generate_spectralcoord_ref.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/test_altaz_icrs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/test_ecliptic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/test_fk4_no_e_fk4.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/test_fk4_no_e_fk5.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/test_galactic_fk4.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/accuracy/test_icrs_fk5.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/helper.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_angle_generators.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_angles.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_angular_separation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_api_ape5.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_arrays.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_atc_replacements.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_celestial_transformations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_distance.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_earth.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_earth_orientation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_erfa_astrom.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_finite_difference_velocities.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_formatting.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_frames.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_frames_with_velocity.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_funcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_geodetic_representations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_iau_fullstack.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_icrs_observed_transformations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_intermediate_transformations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_matching.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_matrix_utilities.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_name_resolve.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_pickle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_regression.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_representation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_representation_arithmetic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_representation_methods.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_shape_manipulation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_sites.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_sky_coord.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_sky_coord_velocities.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_skyoffset_transformations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_solar_system.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_spectral_coordinate.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_spectral_quantity.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_transformations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_unit_representation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/tests/test_velocity_corrs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/coordinates/transformations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/data/Planck13.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/data/Planck15.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/data/Planck18.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/data/WMAP1.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/data/WMAP3.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/data/WMAP5.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/data/WMAP7.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/data/WMAP9.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/lambdacdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/scalar_inv_efuncs.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/test_base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/test_init.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/test_lambdacdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/test_w0cdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/test_w0wacdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/test_w0wzcdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/tests/test_wpwazpcdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/w0cdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/w0wacdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/w0wzcdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/flrw/wpwazpcdm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/funcs/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/funcs/comparison.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/funcs/optimize.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/funcs/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/funcs/tests/test_comparison.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/funcs/tests/test_funcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/cosmology.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/ecsv.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/html.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/mapping.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/model.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/row.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/table.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_cosmology.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_ecsv.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_html.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_json.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_mapping.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_model.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_row.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_table.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/tests/test_yaml.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/io/yaml.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/parameter.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/parameters.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/realizations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/helper.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/test_connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/test_core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/test_cosmology.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/test_parameter.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/test_parameters.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/test_realizations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/test_units.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/units.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/cosmology/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/README.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/_strptime.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/configobj/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/configobj/configobj.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/configobj/validate.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/css/jquery.dataTables.css +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/images/sort_asc.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/images/sort_asc_disabled.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/images/sort_both.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/images/sort_desc.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/images/sort_desc_disabled.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/js/jquery-3.6.0.js +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/js/jquery-3.6.0.min.js +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/js/jquery.dataTables.js +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/jquery/data/js/jquery.dataTables.min.js +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/ply/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/ply/cpp.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/ply/ctokens.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/ply/lex.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/ply/yacc.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/extern/ply/ygen.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/basic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/cds.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/cparser.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/daophot.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/docs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/ecsv.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/fastbasic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/fixedwidth.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/html.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/ipac.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/latex.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/misc.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/mrt.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/qdp.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/rst.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/sextractor.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/src/tokenizer.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/src/tokenizer.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/common.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/apostrophe.rdb +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/apostrophe.tab +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/bad.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/bars_at_ends.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/description/ReadMe +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/description/table.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/glob/ReadMe +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/glob/lmxbrefs.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/multi/ReadMe +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/multi/lhs2065.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/multi/lp944-20.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/null/ReadMe +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/null/ReadMe1 +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds/null/table.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds2.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cdsFunctional.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cdsFunctional2.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/cds_malformed.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/commented_header.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/commented_header2.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/conf_py.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/continuation.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/daophot.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/daophot.dat.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/daophot2.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/daophot3.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/daophot4.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/fill_values.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/fixed_width_2_line.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/html.html +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/html2.html +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/ipac.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/ipac.dat.bz2 +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/ipac.dat.xz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/latex1.tex +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/latex1.tex.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/latex2.tex +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/latex3.tex +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/nls1_stackinfo.dbout +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/no_data_cds.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/no_data_daophot.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/no_data_ipac.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/no_data_sextractor.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/no_data_with_header.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/no_data_without_header.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/sextractor.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/sextractor2.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/sextractor3.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/short.rdb +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/short.rdb.bz2 +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/short.rdb.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/short.rdb.xz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/short.tab +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/simple.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/simple2.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/simple3.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/simple4.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/simple5.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/simple_csv.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/simple_csv_missing.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/space_delim_blank_lines.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/space_delim_no_header.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/space_delim_no_names.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/subtypes.ecsv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/test4.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/test5.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/vizier/ReadMe +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/vizier/table1.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/vizier/table5.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/vots_spec.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/data/whitespace.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_c_reader.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_cds.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_cds_header_from_readme.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_compressed.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_ecsv.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_fixedwidth.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_ipac_definitions.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_qdp.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_read.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_rst.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_types.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/tests/test_write.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/ascii/ui.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/_utils.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/card.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/column.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/convenience.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/file.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/fitsrec.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/fitstime.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/compressed.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/groups.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/hdulist.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/image.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/nonstandard.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/streaming.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/hdu/table.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/header.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/scripts/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/scripts/fitscheck.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/scripts/fitsdiff.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/scripts/fitsheader.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/scripts/fitsinfo.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/src/compressionmodule.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/src/compressionmodule.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/cfitsio_verify.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/arange.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/ascii.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/ascii_i4-i20.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/blank.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/btable.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/chandra_time.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/checksum.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/checksum_false.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/comp.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/compressed_float_bzero.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/compressed_image.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/double_ext.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/fixed-1890.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/group.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/history_header.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/invalid/group_invalid.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/memtest.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/o4sp040b0_raw.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/random_groups.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/scale.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/stddata.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/table.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/tb.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/tdim.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/test0.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/test1.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/theap-gap.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/variable_length_table.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/verify.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/data/zerowidth.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_checksum.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_compression_failures.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_convenience.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_division.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_fitscheck.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_fitsdiff.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_fitsheader.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_fitsinfo.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_fitstime.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_fsspec.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_groups.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_hdulist.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_header.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_image.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_image_dask.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_nonstandard.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_structured.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_table.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_tilde_path.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_uint.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/tests/test_util.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/util.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/fits/verify.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/angle-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/earthlocation-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/baseframe-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/cirs-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/fk4-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/fk4noeterms-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/fk5-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/galactic-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/galactocentric-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/gcrs-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/icrs-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/icrs-1.1.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/itrs-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/precessedgeocentric-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/latitude-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/longitude-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/representation-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/skycoord-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/spectralcoord-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/fits/fits-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/table/table-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/time/timedelta-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/transform/units_mapping-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/units/equivalency-1.0.0.yaml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/deprecation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/angle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/earthlocation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/frames.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/representation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/skycoord.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/spectralcoord.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/fits/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/fits/fits.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/fits/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/fits/tests/data/complex.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/table/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/table/table.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/table/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/time/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/time/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/time/time.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/time/timedelta.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/basic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/functional_models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/math.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/physical_models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/polynomial.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/powerlaws.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/projections.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/spline.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/tabular.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/transform/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/unit/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/unit/equivalency.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/unit/quantity.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/unit/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/unit/unit.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tests/test_io.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/hdf5.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/pandas/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/pandas/connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/parquet.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/pickle_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/tests/data/old_meta_example.hdf5 +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/tests/test_hdf5.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/tests/test_pandas.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/tests/test_parquet.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/tests/test_pickle_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/tests/test_yaml.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/yaml.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/registry/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/registry/base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/registry/compat.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/registry/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/registry/interface.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/registry/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/registry/tests/test_registries.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/registry/tests/test_registry_help.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/tests/mixin_columns.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/tests/safeio.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/converters.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/data/VOTable.dtd +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/data/VOTable.v1.1.xsd +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/data/VOTable.v1.2.xsd +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/data/VOTable.v1.3.xsd +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/data/VOTable.v1.4.xsd +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/data/ucd1p-words.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/exceptions.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/src/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/src/tablewriter.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/table.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/converter_test.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/binary2_masked_strings.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/custom_datatype.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/empty_table.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/gemini.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/irsa-nph-error.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/irsa-nph-m31.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/names.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/no_field_not_empty_table.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/no_resource.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/no_resource.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/nonstandard_units.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.1.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.3.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/regression.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/resource_groups.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/tb.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/timesys.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/timesys_errors.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/too_many_columns.xml.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/valid_votable.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/data/validation.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/exception_test.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/resource_test.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/table_test.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/tree_test.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/ucd_test.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/util_test.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tests/vo_test.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/tree.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/ucd.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/util.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/validator/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/validator/data/urls/cone.big.dat.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/validator/data/urls/cone.broken.dat.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/validator/data/urls/cone.good.dat.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/validator/data/urls/cone.incorrect.dat.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/validator/html.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/validator/result.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/volint.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/io/votable/xmlutil.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/logger.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/bounding_box.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/convolution.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/fitting.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/mappings.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/math_functions.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/optimizers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/parameters.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/physical_models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/polynomial.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/powerlaws.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/projections.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/rotations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/separable.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/spline.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/statistic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tabular.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/data/1904-66_AZP.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/data/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/data/hst_sip.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/data/idcompspec.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/data/irac_sip.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/data/spec.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/example_models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/irafutil.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_bounding_box.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_compound.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_constraints.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_convolution.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_fitters.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_functional_models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_input.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_mappings.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_math_func.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_model_sets.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_models_quantities.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_parameters.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_physical_models.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_polynomial.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_projections.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_quantities_evaluation.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_quantities_fitting.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_quantities_model.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_quantities_parameters.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_quantities_rotations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_rotations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_separable.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_spline.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_statistics.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_units_mapping.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/modeling/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/_testing.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/bitmask.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/blocks.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/ccddata.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/compat.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/decorators.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/flag_collection.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/mixins/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/mixins/ndarithmetic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/mixins/ndio.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/mixins/ndslicing.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/mixins/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/mixins/tests/test_ndarithmetic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/mixins/tests/test_ndio.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/mixins/tests/test_ndslicing.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/nddata.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/nddata_base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/nddata_withmixins.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/nduncertainty.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/data/sip-wcs.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_bitmask.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_blocks.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_ccddata.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_compat.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_decorators.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_flag_collection.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_nddata.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_nddata_base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_nduncertainty.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/nddata/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/client.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/constants.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/data/astropy_icon.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/data/clientaccesspolicy.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/data/crossdomain.xml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/errors.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/hub.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/hub_proxy.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/hub_script.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/integrated_client.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/lockfile_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/standard_profile.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/test_client.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/test_errors.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/test_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/test_hub.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/test_hub_proxy.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/test_hub_script.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/test_standard_profile.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/test_web_profile.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/tests/web_profile_test_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/samp/web_profile.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/_stats.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/bayesian_blocks.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/biweight.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/bls/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/histogram.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/info_theory.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/jackknife.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/lombscargle/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/sigma_clipping.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/spatial.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/src/compute_bounds.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/src/compute_bounds.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/src/fast_sigma_clip.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/src/wirth_select.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/src/wirth_select.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_bayesian_blocks.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_biweight.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_circstats.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_funcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_histogram.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_info_theory.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_jackknife.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_sigma_clipping.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/stats/tests/test_spatial.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/_column_mixins.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/_np_utils.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/bst.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/column.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/connect.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/groups.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/index.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/info.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/jsviewer.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/meta.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/mixins/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/mixins/dask.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/mixins/registry.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/mixins/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/mixins/tests/test_dask.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/mixins/tests/test_registry.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/ndarray_mixin.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/np_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/operations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/pandas.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/pprint.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/row.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/scripts/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/scripts/showtable.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/serialize.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/soco.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/sorted_array.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/table_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_array.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_bst.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_column.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_groups.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_index.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_info.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_item_access.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_jsviewer.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_masked.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_mixin.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_np_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_operations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_pickle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_pprint.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_row.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_showtable.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/table/tests/test_subclass.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/command.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/figures/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/figures/helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/figures/py39-test-image-mpl311-cov.json +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/figures/py39-test-image-mpldev-cov.json +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/helper.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/runner.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/test_logger.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/tests/test_imports.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/tests/test_quantity_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/tests/test_run_tests.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/tests/tests/test_runner.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/formats.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/src/parse_times.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_basic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_comparisons.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_corrs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_custom_formats.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_delta.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_fast_parser.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_functions.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_guess.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_mask.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_methods.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_pickle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_precision.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_quantity_interaction.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_sidereal.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_update_leap_seconds.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/tests/test_ut1.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/time_helper/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/time_helper/function_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/time/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/binned.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/downsample.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/io/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/io/kepler.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/io/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/io/tests/test_kepler.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/bls/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/bls/_impl.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/bls/bls.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/bls/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/bls/methods.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/bls/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/bls/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/bls/tests/test_bls.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/_statistics.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/chi2_impl.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/cython_impl.pyx +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/fast_impl.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/fastchi2_impl.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/main.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/mle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/scipy_impl.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/slow_impl.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/test_mle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/implementations/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_lombscargle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_statistics.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/periodograms/lombscargle/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/sampled.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/tests/data/binned.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/tests/data/sampled.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/tests/test_binned.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/tests/test_common.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/tests/test_downsample.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/timeseries/tests/test_sampled.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/uncertainty/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/uncertainty/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/uncertainty/distributions.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/uncertainty/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/uncertainty/tests/test_distribution.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/_typing.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/astrophys.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/cds.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/cgs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/decorators.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/deprecated.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/equivalencies.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/cds_lextab.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/console.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/fits.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/generic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/generic_lextab.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/generic_parsetab.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/latex.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/ogip.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/ogip_lextab.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/ogip_parsetab.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/unicode_format.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/format/vounit.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/function/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/function/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/function/logarithmic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/function/mixin.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/function/units.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/imperial.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/misc.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/photometric.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/physical.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/quantity_helper/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/quantity_helper/converters.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/quantity_helper/erfa.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/quantity_helper/helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/quantity_helper/scipy_special.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/required_by_vounit.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/si.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/structured.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_aliases.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_deprecated.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_equivalencies.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_logarithmic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_photometric.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_physical.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_quantity.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_quantity_annotations.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_quantity_array_methods.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_quantity_decorator.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_quantity_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_quantity_typing.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_quantity_ufuncs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_structured.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_structured_erfa_ufuncs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_units.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/units/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/argparse.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/codegen.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/collections.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/compat/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/compat/misc.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/compat/numpycompat.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/compat/optional_deps.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/console.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/data.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/data_info.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/decorators.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/diff.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/exceptions.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/data/ReadMe.eopc04_IAU2000 +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/data/ReadMe.finals2000A +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/tests/data/finals2000A-2016-02-30-test +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/tests/data/finals2000A-2016-04-30-test +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/tests/data/iers_a_excerpt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/tests/data/leap-seconds.list +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/tests/test_iers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/iers/tests/test_leap_second.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/introspection.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/function_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/tests/test_containers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/tests/test_functions.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/tests/test_masked.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/masked/tests/test_table.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/metadata.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/misc.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/parsing.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/shapes.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/src/compiler.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/state.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/.hidden_file.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/alias.cfg +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/dataurl/index.html +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/dataurl_mirror/index.html +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/local.dat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/local.dat.bz2 +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/local.dat.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/local.dat.xz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/test_package/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/test_package/data/foo.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/unicode.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/unicode.txt.bz2 +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/unicode.txt.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/data/unicode.txt.xz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_codegen.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_collections.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_console.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_data.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_data_info.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_decorators.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_diff.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_introspection.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_metadata.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_misc.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_parsing.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_progress_bar_func.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_shapes.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_state.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/tests/test_xml.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/check.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/iterparser.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/src/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/src/expat_config.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/src/iterparse.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/src/iterparse.map +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/tests/test_iterparse.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/unescaper.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/validate.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/utils/xml/writer.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/version.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/hist.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/interval.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/lupton_rgb.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/mpl_normalize.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/mpl_style.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/scripts/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/scripts/fits2bitmap.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/scripts/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/scripts/tests/test_fits2bitmap.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/stretch.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/tests/test_histogram.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/tests/test_interval.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/tests/test_lupton_rgb.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/tests/test_norm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/tests/test_stretch.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/tests/test_time.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/tests/test_units.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/time.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/transform.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/units.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/axislabels.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/coordinate_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/coordinate_range.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/coordinates_map.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/core.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/formatter_locator.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/frame.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/grid_paths.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/patches.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/data/2MASS_k_header +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/data/cube_header +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/data/msx_header +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/data/rosat_header +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/data/slice_header +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_coordinate_helpers.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_display_world_coordinates.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_formatter_locator.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_frame.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_grid_paths.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_images.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_transform_coord_meta.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/tests/test_wcsapi.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/ticklabels.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/ticks.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/transforms.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/visualization/wcsaxes/wcsapi.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/docstrings.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/astropy_wcs.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/astropy_wcs_api.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/distortion.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/distortion_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/docstrings.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/isnan.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/pipeline.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/pyutil.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/sip.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/sip_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/str_list_proxy.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/unit_list_proxy.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/util.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/wcsconfig.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/wcslib_auxprm_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/wcslib_celprm_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/wcslib_prjprm_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/wcslib_tabprm_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/wcslib_units_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/wcslib_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs/wcslib_wtbarr_wrap.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/astropy_wcs_api.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcsconfig.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/.empty +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/cel.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/lin.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/prj.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/spc.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/spx.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/tab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/wcs.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/wcserr.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/wcsmath.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/include/wcslib/wcsprintf.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/setup_package.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/astropy_wcs.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/astropy_wcs_api.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/distortion.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/distortion_wrap.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/docstrings.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/pipeline.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/pyutil.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/sip.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/sip_wrap.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/str_list_proxy.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/unit_list_proxy.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/util.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/wcslib_auxprm_wrap.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/wcslib_celprm_wrap.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/wcslib_prjprm_wrap.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/wcslib_tabprm_wrap.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/wcslib_wrap.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/src/wcslib_wtbarr_wrap.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/2wcses.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/3d_cd.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/chandra-pixlist-wcs.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/defunct_keywords.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/dist.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/dist_lookup.fits.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/dss.14.29.56-62.41.05.fits.gz +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/header_newlines.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/header_with_time.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/header_with_time_wcslib71.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/ie6d07ujq_wcs.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/invalid_header.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/irac_sip.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/j94f05bgq_flt.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/locale.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_AIR.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_AIT.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_ARC.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_AZP.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_BON.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_CAR.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_CEA.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_COD.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_COE.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_COO.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_COP.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_CSC.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_CYP.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_HPX.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_MER.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_MOL.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_NCP.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_PAR.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_PCO.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_QSC.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_SFL.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_SIN.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_STG.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_SZP.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_TAN.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_TSC.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_ZEA.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/maps/1904-66_ZPN.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/nonstandard_units.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/outside_sky.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/sip-broken.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/sip.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/sip2.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/siponly.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/spectra/orion-freq-1.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/spectra/orion-freq-4.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/spectra/orion-velo-1.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/spectra/orion-velo-4.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/spectra/orion-wave-1.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/spectra/orion-wave-4.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/sub-segfault.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/tab-time-last-axis.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/too_many_pv.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/tpvonly.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/unit.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/validate.5.0.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/validate.5.13.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/validate.6.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/validate.7.4.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/validate.7.6.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/validate.fits +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/validate.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/data/zpn-hole.hdr +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/helper.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_auxprm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_celprm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_pickle.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_prjprm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_profiling.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_tab.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_tabprm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_wcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_wcsprm.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/tests/test_wtbarr.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/data/ucds.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/fitswcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/high_level_wcs_wrapper.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/low_level_api.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/sliced_low_level_wcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/tests/test_fitswcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/tests/test_high_level_wcs_wrapper.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/tests/test_low_level_api.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/tests/test_utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/utils.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/wrappers/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/wrappers/base.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/wrappers/sliced_wcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/wrappers/tests/__init__.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcsapi/wrappers/tests/test_sliced_wcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy/wcs/wcslint.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy.egg-info/dependency_links.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy.egg-info/entry_points.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy.egg-info/not-zip-safe +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/astropy.egg-info/top_level.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/README.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/License.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/README.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/docs/changes.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/buffers.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/cfileio.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/checksum.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/drvrfile.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/drvrmem.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/drvrnet.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/drvrsmem.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/drvrsmem.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/editcol.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/edithdu.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/eval_defs.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/eval_f.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/eval_l.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/eval_tab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/eval_y.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/fits_hcompress.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/fits_hdecompress.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/fitscore.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/fitsio.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/fitsio2.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcol.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcolb.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcold.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcole.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcoli.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcolj.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcolk.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcoll.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcols.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcolsb.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcolui.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcoluj.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getcoluk.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/getkey.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/group.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/group.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/grparser.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/grparser.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/histo.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/imcompress.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/iraffits.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/longnam.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/modkey.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/pliocomp.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcol.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcolb.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcold.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcole.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcoli.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcolj.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcolk.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcoll.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcols.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcolsb.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcolu.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcolui.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcoluj.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putcoluk.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/putkey.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/quantize.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/region.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/region.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/ricecomp.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/scalnull.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/simplerng.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/simplerng.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/swapproc.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/wcssub.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/wcsutil.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/zcompress.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/lib/zuncompress.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/adler32.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/compress.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/crc32.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/crc32.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/deflate.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/deflate.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/gzclose.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/gzguts.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/gzlib.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/gzread.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/gzwrite.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/infback.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/inffast.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/inffast.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/inffixed.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/inflate.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/inflate.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/inftrees.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/inftrees.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/trees.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/trees.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/uncompr.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/zconf.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/zlib.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/zutil.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/cfitsio/zlib/zutil.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/AUTHORS +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/COPYING +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/Changes +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/README.md +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/README.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/expat_config.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/expat_config.h.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/Makefile.am +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/Makefile.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/ascii.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/asciitab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/expat.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/expat_external.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/iasciitab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/internal.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/latin1tab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/libexpat.def +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/libexpatw.def +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/nametab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/siphash.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/utf8tab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/winconfig.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/xmlparse.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/xmlrole.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/xmlrole.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/xmltok.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/xmltok.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/xmltok_impl.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/xmltok_impl.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/expat/lib/xmltok_ns.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/trim_cfitsio.sh +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/trim_expat.sh +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/trim_wcslib.sh +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/GNUmakefile +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/cel.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/cel.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/dis.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/dis.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/fitshdr.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/fitshdr.l +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/flexed/README +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/flexed/fitshdr.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/flexed/wcsbth.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/flexed/wcspih.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/flexed/wcsulex.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/flexed/wcsutrn.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/getwcstab.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/getwcstab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/lin.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/lin.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/log.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/log.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/prj.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/prj.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/spc.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/spc.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/sph.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/sph.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/spx.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/spx.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/tab.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/tab.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcs.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcs.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsbth.l +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcserr.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcserr.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsfix.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsfix.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcshdr.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcshdr.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcslib.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsmath.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcspih.l +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsprintf.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsprintf.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcstrig.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcstrig.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsulex.l +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsunits.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsunits.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsutil.c +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsutil.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wcsutrn.l +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/C/wtbarr.h +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/CHANGES +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/COPYING +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/COPYING.LESSER +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/GNUmakefile +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/INSTALL +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/README +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/THANKS +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/VALIDATION +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/config/config.guess +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/config/config.sub +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/config/install-sh +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/configure +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/configure.ac +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/flavours +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/makedefs.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/makelog +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/wcsconfig.h.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/wcsconfig_f77.h.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/wcsconfig_tests.h.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/wcsconfig_utils.h.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/cextern/wcslib/wcslib.pc.in +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/codecov.yml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/Makefile +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/_pkgtemplate.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/_static/astropy_banner.svg +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/_static/astropy_banner_96.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/_static/astropy_logo.pdf +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/_templates/layout.html +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changelog.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/README.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/config/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/constants/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/convolution/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/coordinates/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/cosmology/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/extern/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/io.ascii/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/io.fits/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/io.misc/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/io.registry/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/io.votable/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/modeling/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/nddata/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/samp/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/stats/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/table/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/template.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/tests/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/time/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/timeseries/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/uncertainty/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/units/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/utils/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/visualization/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/changes/wcs/.gitkeep +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/config/astropy_config.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/config/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/conftest.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/constants/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/constants/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/convolution/images/astropy.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/convolution/images/original.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/convolution/images/scipy.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/convolution/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/convolution/kernels.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/convolution/non_normalized_kernels.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/convolution/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/convolution/using.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/angles.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/apply_space_motion.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/common_errors.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/definitions.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/formatting.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/frames.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/galactocentric.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/inplace.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/matchsep.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/remote_methods.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/representations.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/satellites.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/skycoord.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/solarsystem.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/spectralcoord.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/transforming.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/coordinates/velocities.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/cosmology/dev.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/cosmology/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/cosmology/io.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/cosmology/units.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/credits.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/astropy-package-template.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/building.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/ccython.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/codeguide.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/codeguide_emacs.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/docguide.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/docrules.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/releasing.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/scripts.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/style-guide.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/testguide.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/vision.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/when_to_rebase.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/additional_git_topics.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/branch_dropdown.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/development_workflow.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/forking_button.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/get_devel_version.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/git_edit_workflow_examples.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/git_install.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/git_links.inc +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/git_resources.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/links.inc +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/maintainer_workflow.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/patches.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/pull_button.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/this_project.inc +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/virtual_pythons.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/development/workflow/worked_example_switch_branch.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/getting_started.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/glossary.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/importing_astropy.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/install.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/base_classes.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/extension_classes.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/fast_ascii_io.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/read.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/references.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/toc.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/ascii/write.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/asdf-schemas.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/cards.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/diff.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/files.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/hdulists.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/hdus.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/headers.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/images.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/tables.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/api/verification.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/appendix/faq.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/appendix/header_transition.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/appendix/history.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/usage/cloud.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/usage/headers.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/usage/image.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/usage/misc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/usage/scripts.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/fits/usage/verification.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/misc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/registry.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/unified.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/votable/.gitignore +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/votable/api_exceptions.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/votable/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/votable/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/io/votable/references.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/known_issues.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/license.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/logging.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/lts_policy.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/make.bat +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/add-units.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/compound-models.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/example-fitting-line.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/example-fitting-model-sets.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/fitting.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/jointfitter.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/links.inc +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/models.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/new-fitter.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/new-model.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/parameters.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/performance.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/physical_models.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/polynomial_models.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/powerlaw_models.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/predef_models1D.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/predef_models2D.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/reference_api.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/spline_models.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/modeling/units.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/bitmask.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/ccddata.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/decorator.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/examples/cutout2d_tofits.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/mixins/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/mixins/ndarithmetic.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/mixins/ndio.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/mixins/ndslicing.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/nddata.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/subclassing.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nddata/utils.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/nitpick-exceptions +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/overview.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/robots.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/samp/advanced_embed_samp_hub.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/samp/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/stats/circ.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/stats/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/stats/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/stats/ripley.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/stats/robust.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/access_table.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/construct_table.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/implementation_details.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/indexing.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/io.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/masking.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/mixin_columns.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/modify_table.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/operations.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/pandas.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/table_architecture.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/table_repr_html.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/table_row.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/table/table_show_in_nb.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/testhelpers.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/time/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/time/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/time/time_scale_conversion.odg +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/time/time_scale_conversion.png +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/analysis.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/binned.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/bls.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/data_access.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/initializing.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/io.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/lombscargle.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/masking.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/pandas.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/sampled.csv +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/timeseries/times.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/uncertainty/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/uncertainty/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/combining_and_defining.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/constants_versions.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/conversion.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/decomposing_and_composing.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/equivalencies.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/format.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/logarithmic_units.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/physical_types.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/quantity.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/standard_units.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/structured_units.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/units/type_hints.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/utils/data.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/utils/iers.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/utils/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/utils/masked/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/histogram.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/matplotlib_integration.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/normalization.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/rgb.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/controlling_axes.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/custom_frames.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/generic_transforms.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/images_contours.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/initializing_axes.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/overlaying_coordinate_systems.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/overlays.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/slicing_datacubes.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/visualization/wcsaxes/ticks_labels_grid.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/warnings.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/example_create_imaging.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/example_cube_wcs.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/examples/cube_wcs.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/examples/from_file.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/examples/programmatic.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/history.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/legacy_interface.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/loading_from_fits.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/note_sip.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/performance.inc.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/reference_api.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/references.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/references.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/relax.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/supported_projections.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/validation.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/wcsapi.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/wcs/wcstools.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/0.1.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/0.2.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/0.3.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/0.4.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/1.0.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/1.1.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/1.2.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/1.3.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/2.0.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/3.0.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/3.1.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/3.2.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/4.0.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/4.1.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/4.2.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/4.3.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/5.0.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/5.1.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/5.2.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/docs/whatsnew/index.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/README.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/coordinates/README.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/coordinates/plot_galactocentric-frame.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/coordinates/plot_obs-planning.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/coordinates/plot_sgr-coordinate-frame.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/coordinates/rv-to-gsr.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/io/Hs-2009-14-a-web.jpg +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/io/README.txt +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/io/create-mef.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/io/fits-tables.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/io/modify-fits-header.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/io/plot_fits-image.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/io/split-jpeg-to-fits.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/examples/template/example-template.py +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/AURA_LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/CONFIGOBJ_LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/DATATABLES_LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/ERFA.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/EXPAT_LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/JQUERY_LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/NUMPY_LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/PLY_LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/PYFITS.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/PYTHON.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/README.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/licenses/WCSLIB_LICENSE.rst +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/pip-requirements +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/pyproject.toml +0 -0
- {astropy-5.2.1 → astropy-5.2.2}/setup.py +0 -0
|
@@ -1,3 +1,41 @@
|
|
|
1
|
+
Version 5.2.2 (2023-03-28)
|
|
2
|
+
==========================
|
|
3
|
+
|
|
4
|
+
Bug Fixes
|
|
5
|
+
---------
|
|
6
|
+
|
|
7
|
+
astropy.io.ascii
|
|
8
|
+
^^^^^^^^^^^^^^^^
|
|
9
|
+
|
|
10
|
+
- CDS and MRT tables with units that contain with multiple divisions, such as
|
|
11
|
+
``km/s/Mpc`` now parse correctly as being equal to ``km/(s.Mpc)``. [#14369]
|
|
12
|
+
|
|
13
|
+
astropy.io.fits
|
|
14
|
+
^^^^^^^^^^^^^^^
|
|
15
|
+
|
|
16
|
+
- Fix ``FITSDiff`` when table contains a VLA column with the Q type. [#14539]
|
|
17
|
+
|
|
18
|
+
astropy.table
|
|
19
|
+
^^^^^^^^^^^^^
|
|
20
|
+
|
|
21
|
+
- Fix a bug when creating a ``QTable`` when a ``Quantity`` input column is present and the
|
|
22
|
+
``units`` argument modifies the unit of that column. This now works as expected where
|
|
23
|
+
previously this caused an exception. [#14357]
|
|
24
|
+
|
|
25
|
+
astropy.units
|
|
26
|
+
^^^^^^^^^^^^^
|
|
27
|
+
|
|
28
|
+
- CDS units with multiple divisions, such as ``km/s/Mpc`` now parse
|
|
29
|
+
correctly as being equal to ``km/(s.Mpc)``. [#14369]
|
|
30
|
+
|
|
31
|
+
astropy.wcs
|
|
32
|
+
^^^^^^^^^^^
|
|
33
|
+
|
|
34
|
+
- Fixed a bug that caused subclasses of BaseHighLevelWCS and HighLevelWCSMixin to
|
|
35
|
+
not work correctly under certain conditions if they did not have ``world_n_dim``
|
|
36
|
+
and ``pixel_n_dim`` defined on them. [#14495]
|
|
37
|
+
|
|
38
|
+
|
|
1
39
|
Version 5.2.1 (2023-01-06)
|
|
2
40
|
==========================
|
|
3
41
|
|
|
@@ -194,7 +194,7 @@ def convolve(
|
|
|
194
194
|
(i.e., not 0/`False`) will be set to NaN for the convolution. If
|
|
195
195
|
`None`, no masking will be performed unless ``array`` is a masked array.
|
|
196
196
|
If ``mask`` is not `None` *and* ``array`` is a masked array, a pixel is
|
|
197
|
-
masked
|
|
197
|
+
masked if it is masked in either ``mask`` *or* ``array.mask``.
|
|
198
198
|
normalization_zero_tol : float, optional
|
|
199
199
|
The absolute tolerance on whether the kernel is different than zero.
|
|
200
200
|
If the kernel sums to zero to within this precision, it cannot be
|
|
@@ -564,7 +564,7 @@ def convolve_fft(
|
|
|
564
564
|
(i.e., not 0/`False`) will be set to NaN for the convolution. If
|
|
565
565
|
`None`, no masking will be performed unless ``array`` is a masked array.
|
|
566
566
|
If ``mask`` is not `None` *and* ``array`` is a masked array, a pixel is
|
|
567
|
-
masked
|
|
567
|
+
masked if it is masked in either ``mask`` *or* ``array.mask``.
|
|
568
568
|
crop : bool, optional
|
|
569
569
|
Default on. Return an image of the size of the larger of the input
|
|
570
570
|
image and the kernel.
|
|
@@ -734,7 +734,7 @@ def convolve_fft(
|
|
|
734
734
|
kernshape = kernel.shape
|
|
735
735
|
|
|
736
736
|
array_size_B = (
|
|
737
|
-
np.
|
|
737
|
+
np.prod(arrayshape, dtype=np.int64) * np.dtype(complex_dtype).itemsize
|
|
738
738
|
) * u.byte
|
|
739
739
|
if array_size_B > 1 * u.GB and not allow_huge:
|
|
740
740
|
raise ValueError(
|
|
@@ -840,7 +840,7 @@ def convolve_fft(
|
|
|
840
840
|
|
|
841
841
|
# perform a second check after padding
|
|
842
842
|
array_size_C = (
|
|
843
|
-
np.
|
|
843
|
+
np.prod(newshape, dtype=np.int64) * np.dtype(complex_dtype).itemsize
|
|
844
844
|
) * u.byte
|
|
845
845
|
if array_size_C > 1 * u.GB and not allow_huge:
|
|
846
846
|
raise ValueError(
|
|
@@ -854,12 +854,12 @@ def convolve_fft(
|
|
|
854
854
|
# (kernel*array)fft +
|
|
855
855
|
# optional(weight image + weight_fft + weight_ifft) +
|
|
856
856
|
# optional(returned_fft))
|
|
857
|
-
# total_memory_used_GB = (np.
|
|
857
|
+
# total_memory_used_GB = (np.prod(newshape)*np.dtype(complex_dtype).itemsize
|
|
858
858
|
# * (5 + 3*((interpolate_nan or ) and kernel_is_normalized))
|
|
859
859
|
# + (1 + (not return_fft)) *
|
|
860
|
-
# np.
|
|
861
|
-
# + np.
|
|
862
|
-
# + np.
|
|
860
|
+
# np.prod(arrayshape)*np.dtype(complex_dtype).itemsize
|
|
861
|
+
# + np.prod(arrayshape)*np.dtype(bool).itemsize
|
|
862
|
+
# + np.prod(kernshape)*np.dtype(bool).itemsize)
|
|
863
863
|
# ) / 1024.**3
|
|
864
864
|
|
|
865
865
|
# separate each dimension by the padding size... this is to determine the
|
|
@@ -667,7 +667,7 @@ def test_raw_html_write_clean():
|
|
|
667
667
|
format="ascii.html",
|
|
668
668
|
htmldict={
|
|
669
669
|
"raw_html_cols": t.colnames,
|
|
670
|
-
"raw_html_clean_kwargs": {"tags": bleach.ALLOWED_TAGS + ["p"]},
|
|
670
|
+
"raw_html_clean_kwargs": {"tags": list(bleach.ALLOWED_TAGS) + ["p"]},
|
|
671
671
|
},
|
|
672
672
|
)
|
|
673
673
|
expected = """\
|
|
@@ -1489,7 +1489,7 @@ class TableDataDiff(_BaseDiff):
|
|
|
1489
1489
|
arrb.dtype, np.floating
|
|
1490
1490
|
):
|
|
1491
1491
|
diffs = where_not_allclose(arra, arrb, rtol=self.rtol, atol=self.atol)
|
|
1492
|
-
elif "P" in col.format:
|
|
1492
|
+
elif "P" in col.format or "Q" in col.format:
|
|
1493
1493
|
diffs = (
|
|
1494
1494
|
[
|
|
1495
1495
|
idx
|
|
@@ -406,16 +406,17 @@ class TestDiff(FitsTestCase):
|
|
|
406
406
|
c8 = Column("H", format="C", array=[0.0 + 1.0j, 2.0 + 3.0j])
|
|
407
407
|
c9 = Column("I", format="M", array=[4.0 + 5.0j, 6.0 + 7.0j])
|
|
408
408
|
c10 = Column("J", format="PI(2)", array=[[0, 1], [2, 3]])
|
|
409
|
+
c11 = Column("K", format="QJ(2)", array=[[0, 1], [2, 3]])
|
|
409
410
|
|
|
410
|
-
columns = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10]
|
|
411
|
+
columns = [c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11]
|
|
411
412
|
|
|
412
413
|
ta = BinTableHDU.from_columns(columns)
|
|
413
414
|
tb = BinTableHDU.from_columns([c.copy() for c in columns])
|
|
414
415
|
|
|
415
416
|
diff = TableDataDiff(ta.data, tb.data)
|
|
416
417
|
assert diff.identical
|
|
417
|
-
assert len(diff.common_columns) ==
|
|
418
|
-
assert diff.common_column_names == set("
|
|
418
|
+
assert len(diff.common_columns) == 11
|
|
419
|
+
assert diff.common_column_names == set("abcdefghijk")
|
|
419
420
|
assert diff.diff_ratio == 0
|
|
420
421
|
assert diff.diff_total == 0
|
|
421
422
|
|
|
@@ -549,6 +550,7 @@ class TestDiff(FitsTestCase):
|
|
|
549
550
|
ca8 = Column("H", format="C", array=[0.0 + 1.0j, 2.0 + 3.0j])
|
|
550
551
|
ca9 = Column("I", format="M", array=[4.0 + 5.0j, 6.0 + 7.0j])
|
|
551
552
|
ca10 = Column("J", format="PI(2)", array=[[0, 1], [2, 3]])
|
|
553
|
+
ca11 = Column("K", format="QJ(2)", array=[[0, 1], [2, 3]])
|
|
552
554
|
|
|
553
555
|
cb1 = Column("A", format="L", array=[False, False])
|
|
554
556
|
cb2 = Column("B", format="X", array=[[0], [0]])
|
|
@@ -560,12 +562,13 @@ class TestDiff(FitsTestCase):
|
|
|
560
562
|
cb8 = Column("H", format="C", array=[1.0 + 1.0j, 2.0 + 3.0j])
|
|
561
563
|
cb9 = Column("I", format="M", array=[5.0 + 5.0j, 6.0 + 7.0j])
|
|
562
564
|
cb10 = Column("J", format="PI(2)", array=[[1, 2], [3, 4]])
|
|
565
|
+
cb11 = Column("K", format="QJ(2)", array=[[1, 2], [3, 4]])
|
|
563
566
|
|
|
564
567
|
ta = BinTableHDU.from_columns(
|
|
565
|
-
[ca1, ca2, ca3, ca4, ca5, ca6, ca7, ca8, ca9, ca10]
|
|
568
|
+
[ca1, ca2, ca3, ca4, ca5, ca6, ca7, ca8, ca9, ca10, ca11]
|
|
566
569
|
)
|
|
567
570
|
tb = BinTableHDU.from_columns(
|
|
568
|
-
[cb1, cb2, cb3, cb4, cb5, cb6, cb7, cb8, cb9, cb10]
|
|
571
|
+
[cb1, cb2, cb3, cb4, cb5, cb6, cb7, cb8, cb9, cb10, cb11]
|
|
569
572
|
)
|
|
570
573
|
|
|
571
574
|
diff = TableDataDiff(ta.data, tb.data, numdiffs=20)
|
|
@@ -591,14 +594,20 @@ class TestDiff(FitsTestCase):
|
|
|
591
594
|
assert diff.diff_values[12][0] == ("J", 1)
|
|
592
595
|
assert (diff.diff_values[12][1][0] == [2, 3]).all()
|
|
593
596
|
assert (diff.diff_values[12][1][1] == [3, 4]).all()
|
|
597
|
+
assert diff.diff_values[13][0] == ("K", 0)
|
|
598
|
+
assert (diff.diff_values[13][1][0] == [0, 1]).all()
|
|
599
|
+
assert (diff.diff_values[13][1][1] == [1, 2]).all()
|
|
600
|
+
assert diff.diff_values[14][0] == ("K", 1)
|
|
601
|
+
assert (diff.diff_values[14][1][0] == [2, 3]).all()
|
|
602
|
+
assert (diff.diff_values[14][1][1] == [3, 4]).all()
|
|
594
603
|
|
|
595
|
-
assert diff.diff_total ==
|
|
596
|
-
assert diff.diff_ratio
|
|
604
|
+
assert diff.diff_total == 15
|
|
605
|
+
assert np.isclose(diff.diff_ratio, 0.682, atol=1e-3, rtol=0)
|
|
597
606
|
|
|
598
607
|
report = diff.report()
|
|
599
608
|
assert "Column A data differs in row 0:\n a> True\n b> False" in report
|
|
600
609
|
assert "...and at 1 more indices.\n Column D data differs in row 0:" in report
|
|
601
|
-
assert "
|
|
610
|
+
assert "15 different table data element(s) found (68.18% different)" in report
|
|
602
611
|
assert report.count("more indices") == 1
|
|
603
612
|
|
|
604
613
|
def test_identical_files_basic(self):
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
from pathlib import Path
|
|
2
|
+
|
|
3
|
+
from astropy.utils.introspection import minversion
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
def get_asdf_tests():
|
|
7
|
+
# return a list of filenames for all ".py" files in this
|
|
8
|
+
# directory and recursively in every sub directory. These
|
|
9
|
+
# are the files that pytest will import while attempting
|
|
10
|
+
# to find tests. This list is used below to ignore all of
|
|
11
|
+
# these files if an incompatible version of ASDF is installed
|
|
12
|
+
asdf_dir = Path(__file__).parent.resolve()
|
|
13
|
+
paths = Path(asdf_dir).rglob("*.py")
|
|
14
|
+
return [str(p.relative_to(asdf_dir)) for p in paths]
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
collect_ignore = get_asdf_tests()
|
|
18
|
+
try:
|
|
19
|
+
import asdf
|
|
20
|
+
except ImportError:
|
|
21
|
+
pass
|
|
22
|
+
else:
|
|
23
|
+
if not minversion(asdf, "3.0.0.dev"):
|
|
24
|
+
collect_ignore = []
|
|
@@ -1,8 +1,23 @@
|
|
|
1
1
|
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2
2
|
|
|
3
3
|
import os
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
from asdf.exceptions import AsdfDeprecationWarning
|
|
7
|
+
|
|
8
|
+
with warnings.catch_warnings():
|
|
9
|
+
warnings.filterwarnings(
|
|
10
|
+
"ignore",
|
|
11
|
+
category=AsdfDeprecationWarning,
|
|
12
|
+
message=r"AsdfExtension is deprecated.*",
|
|
13
|
+
)
|
|
14
|
+
warnings.filterwarnings(
|
|
15
|
+
"ignore",
|
|
16
|
+
category=AsdfDeprecationWarning,
|
|
17
|
+
message=r"BuiltinExtension is deprecated.*",
|
|
18
|
+
)
|
|
19
|
+
from asdf.extension import AsdfExtension, BuiltinExtension
|
|
4
20
|
|
|
5
|
-
from asdf.extension import AsdfExtension, BuiltinExtension
|
|
6
21
|
from asdf.util import filepath_to_url
|
|
7
22
|
|
|
8
23
|
# Make sure that all tag implementations are imported by the time we create
|
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2
2
|
|
|
3
|
+
import warnings
|
|
4
|
+
|
|
3
5
|
import pytest
|
|
4
6
|
|
|
5
7
|
asdf = pytest.importorskip("asdf")
|
|
6
8
|
|
|
7
|
-
from asdf.
|
|
9
|
+
from asdf.exceptions import AsdfDeprecationWarning
|
|
10
|
+
|
|
11
|
+
with warnings.catch_warnings():
|
|
12
|
+
warnings.filterwarnings(
|
|
13
|
+
"ignore",
|
|
14
|
+
category=AsdfDeprecationWarning,
|
|
15
|
+
message=r"asdf.tests.helpers is deprecated.*",
|
|
16
|
+
)
|
|
17
|
+
from asdf.tests.helpers import assert_roundtrip_tree
|
|
8
18
|
|
|
9
|
-
import astropy.units as u
|
|
10
|
-
from astropy.coordinates import Angle, Latitude, Longitude
|
|
19
|
+
import astropy.units as u
|
|
20
|
+
from astropy.coordinates import Angle, Latitude, Longitude
|
|
11
21
|
|
|
12
22
|
|
|
13
23
|
def test_angle(tmpdir):
|
{astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_earthlocation.py
RENAMED
|
@@ -1,13 +1,24 @@
|
|
|
1
1
|
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2
2
|
|
|
3
|
+
import warnings
|
|
4
|
+
|
|
3
5
|
import pytest
|
|
4
6
|
|
|
5
7
|
asdf = pytest.importorskip("asdf")
|
|
6
|
-
from asdf.tests.helpers import assert_roundtrip_tree # noqa: E402
|
|
7
8
|
|
|
8
|
-
from
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
from asdf.exceptions import AsdfDeprecationWarning
|
|
10
|
+
|
|
11
|
+
with warnings.catch_warnings():
|
|
12
|
+
warnings.filterwarnings(
|
|
13
|
+
"ignore",
|
|
14
|
+
category=AsdfDeprecationWarning,
|
|
15
|
+
message=r"asdf.tests.helpers is deprecated.*",
|
|
16
|
+
)
|
|
17
|
+
from asdf.tests.helpers import assert_roundtrip_tree
|
|
18
|
+
|
|
19
|
+
from astropy import units as u
|
|
20
|
+
from astropy.coordinates.angles import Latitude, Longitude
|
|
21
|
+
from astropy.coordinates.earth import ELLIPSOIDS, EarthLocation
|
|
11
22
|
|
|
12
23
|
|
|
13
24
|
@pytest.fixture
|
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2
2
|
|
|
3
|
+
import warnings
|
|
4
|
+
|
|
3
5
|
import pytest
|
|
4
6
|
|
|
5
7
|
asdf = pytest.importorskip("asdf")
|
|
6
|
-
from asdf.tests.helpers import assert_roundtrip_tree # noqa: E402
|
|
7
8
|
|
|
8
|
-
from
|
|
9
|
-
|
|
9
|
+
from asdf.exceptions import AsdfDeprecationWarning
|
|
10
|
+
|
|
11
|
+
with warnings.catch_warnings():
|
|
12
|
+
warnings.filterwarnings(
|
|
13
|
+
"ignore",
|
|
14
|
+
category=AsdfDeprecationWarning,
|
|
15
|
+
message=r"asdf.tests.helpers is deprecated.*",
|
|
16
|
+
)
|
|
17
|
+
from asdf.tests.helpers import assert_roundtrip_tree
|
|
18
|
+
|
|
19
|
+
from astropy import units
|
|
20
|
+
from astropy.coordinates import FK5, ICRS, Angle, Latitude, Longitude
|
|
10
21
|
|
|
11
22
|
|
|
12
23
|
def test_hcrs_basic(tmpdir):
|
{astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_representation.py
RENAMED
|
@@ -1,10 +1,21 @@
|
|
|
1
1
|
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2
|
+
import warnings
|
|
3
|
+
|
|
2
4
|
import pytest
|
|
3
5
|
|
|
4
6
|
asdf = pytest.importorskip("asdf")
|
|
5
7
|
|
|
6
|
-
from asdf.
|
|
7
|
-
|
|
8
|
+
from asdf.exceptions import AsdfDeprecationWarning
|
|
9
|
+
|
|
10
|
+
with warnings.catch_warnings():
|
|
11
|
+
warnings.filterwarnings(
|
|
12
|
+
"ignore",
|
|
13
|
+
category=AsdfDeprecationWarning,
|
|
14
|
+
message=r"asdf.tests.helpers is deprecated.*",
|
|
15
|
+
)
|
|
16
|
+
from asdf.tests.helpers import assert_roundtrip_tree
|
|
17
|
+
|
|
18
|
+
from numpy.random import randint, random
|
|
8
19
|
|
|
9
20
|
import astropy.coordinates.representation as r # noqa: E402
|
|
10
21
|
import astropy.units as u # noqa: E402
|
{astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_skycoord.py
RENAMED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2
2
|
|
|
3
|
+
import warnings
|
|
4
|
+
|
|
3
5
|
import numpy as np
|
|
4
6
|
import pytest
|
|
5
7
|
|
|
@@ -7,7 +9,16 @@ from astropy import units as u
|
|
|
7
9
|
from astropy.coordinates import FK4, ICRS, Galactic, Longitude, SkyCoord
|
|
8
10
|
|
|
9
11
|
asdf = pytest.importorskip("asdf")
|
|
10
|
-
|
|
12
|
+
|
|
13
|
+
from asdf.exceptions import AsdfDeprecationWarning
|
|
14
|
+
|
|
15
|
+
with warnings.catch_warnings():
|
|
16
|
+
warnings.filterwarnings(
|
|
17
|
+
"ignore",
|
|
18
|
+
category=AsdfDeprecationWarning,
|
|
19
|
+
message=r"asdf.tests.helpers is deprecated.*",
|
|
20
|
+
)
|
|
21
|
+
from asdf.tests.helpers import assert_roundtrip_tree
|
|
11
22
|
|
|
12
23
|
# These tests are cribbed directly from the Examples section of
|
|
13
24
|
# https://docs.astropy.org/en/stable/api/astropy.coordinates.SkyCoord.html
|
{astropy-5.2.1 → astropy-5.2.2}/astropy/io/misc/asdf/tags/coordinates/tests/test_spectralcoord.py
RENAMED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2
2
|
|
|
3
|
+
import warnings
|
|
4
|
+
|
|
3
5
|
import pytest
|
|
4
6
|
|
|
5
7
|
from astropy import units as u
|
|
@@ -7,7 +9,16 @@ from astropy.coordinates import ICRS, Galactic, SpectralCoord
|
|
|
7
9
|
from astropy.tests.helper import assert_quantity_allclose
|
|
8
10
|
|
|
9
11
|
asdf = pytest.importorskip("asdf")
|
|
10
|
-
|
|
12
|
+
|
|
13
|
+
from asdf.exceptions import AsdfDeprecationWarning
|
|
14
|
+
|
|
15
|
+
with warnings.catch_warnings():
|
|
16
|
+
warnings.filterwarnings(
|
|
17
|
+
"ignore",
|
|
18
|
+
category=AsdfDeprecationWarning,
|
|
19
|
+
message=r"asdf.tests.helpers is deprecated.*",
|
|
20
|
+
)
|
|
21
|
+
from asdf.tests.helpers import assert_roundtrip_tree
|
|
11
22
|
|
|
12
23
|
|
|
13
24
|
def test_scalar_spectralcoord(tmpdir):
|
|
@@ -1,29 +1,43 @@
|
|
|
1
1
|
# Licensed under a 3-clause BSD style license - see LICENSE.rst
|
|
2
2
|
|
|
3
|
+
import warnings
|
|
4
|
+
|
|
3
5
|
import pytest
|
|
4
6
|
|
|
5
7
|
asdf = pytest.importorskip("asdf")
|
|
6
8
|
|
|
7
9
|
import os # noqa: E402
|
|
8
10
|
|
|
9
|
-
import numpy as np
|
|
10
|
-
from asdf.
|
|
11
|
+
import numpy as np
|
|
12
|
+
from asdf.exceptions import AsdfDeprecationWarning
|
|
11
13
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
with warnings.catch_warnings():
|
|
15
|
+
warnings.filterwarnings(
|
|
16
|
+
"ignore",
|
|
17
|
+
category=AsdfDeprecationWarning,
|
|
18
|
+
message=r"asdf.tests.helpers is deprecated.*",
|
|
19
|
+
)
|
|
20
|
+
from asdf.tests.helpers import assert_roundtrip_tree
|
|
21
|
+
|
|
22
|
+
from astropy.io import fits
|
|
23
|
+
from astropy.io.misc.asdf.tags.tests.helpers import run_schema_example_test
|
|
16
24
|
|
|
17
25
|
|
|
26
|
+
@pytest.mark.filterwarnings(
|
|
27
|
+
"ignore:The property AsdfFile.blocks has been deprecated:asdf.exceptions.AsdfDeprecationWarning"
|
|
28
|
+
)
|
|
18
29
|
def test_complex_structure(tmpdir):
|
|
19
30
|
with fits.open(
|
|
20
31
|
os.path.join(os.path.dirname(__file__), "data", "complex.fits"), memmap=False
|
|
21
32
|
) as hdulist:
|
|
22
33
|
tree = {"fits": hdulist}
|
|
23
34
|
|
|
24
|
-
|
|
35
|
+
assert_roundtrip_tree(tree, tmpdir)
|
|
25
36
|
|
|
26
37
|
|
|
38
|
+
@pytest.mark.filterwarnings(
|
|
39
|
+
"ignore:The property AsdfFile.blocks has been deprecated:asdf.exceptions.AsdfDeprecationWarning"
|
|
40
|
+
)
|
|
27
41
|
def test_fits_table(tmpdir):
|
|
28
42
|
a = np.array([(0, 1), (2, 3)], dtype=[("A", int), ("B", int)])
|
|
29
43
|
|
|
@@ -34,9 +48,12 @@ def test_fits_table(tmpdir):
|
|
|
34
48
|
def check_yaml(content):
|
|
35
49
|
assert b"!<tag:astropy.org:astropy/table/table-1.0.0>" in content
|
|
36
50
|
|
|
37
|
-
|
|
51
|
+
assert_roundtrip_tree(tree, tmpdir, raw_yaml_check_func=check_yaml)
|
|
38
52
|
|
|
39
53
|
|
|
54
|
+
@pytest.mark.filterwarnings(
|
|
55
|
+
"ignore:The property AsdfFile.blocks has been deprecated:asdf.exceptions.AsdfDeprecationWarning"
|
|
56
|
+
)
|
|
40
57
|
def test_backwards_compat():
|
|
41
58
|
"""
|
|
42
59
|
Make sure that we can continue to read FITS HDUs that use the schema from
|