Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed support for version = '1.0' on VOTable #15490

Merged
merged 4 commits into from Oct 17, 2023

Commits on Oct 17, 2023

  1. Removed Deprecation Warning for version of '1.0' and

    When version='1.0' a Value Error is now raised instead of a Deprecation Warning.
    marcellonascif committed Oct 17, 2023
    Copy the full SHA
    8cd7860 View commit details
    Browse the repository at this point in the history
  2. Update test_tree.py

    Test_version() on astropy.io.votable.tests.test_tree.py verifies if version of '1.0' raises a Value Error
    marcellonascif committed Oct 17, 2023
    Copy the full SHA
    bc53236 View commit details
    Browse the repository at this point in the history
  3. Create 15490.api.rst

    marcellonascif committed Oct 17, 2023
    Copy the full SHA
    7f788ef View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c88c5a5 View commit details
    Browse the repository at this point in the history