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

remove deprecated AsdfFile.open, asdf.open, write_to, update kwargs, #1592

Merged
merged 8 commits into from
Aug 7, 2023

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    e4989b2 View commit details
    Browse the repository at this point in the history
  2. update changelog

    braingram committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    bba3f6f View commit details
    Browse the repository at this point in the history
  3. remove _compat asdf.open argument

    remove AsdfFile.open mention in docstring
    braingram committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ada8a63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c898866 View commit details
    Browse the repository at this point in the history
  5. update changes

    braingram committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0cd9921 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8dd584e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ddb1e3 View commit details
    Browse the repository at this point in the history
  8. remove auto_inline test

    this test was previously never run because of
    the odd behavior of pytest when filterwarnings
    is provided an exception class (instead of a string).
    This results in the exception class being decorated
    with the mark, then the function being provided as the
    first argument to the class (as the exception class
    is used as the decorator). Because the exception class
    does not start with "Test" the test is ignored during
    collection.
    braingram committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2ea7c94 View commit details
    Browse the repository at this point in the history