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

DM-39583: Fix lots of deprecation warnings #40

Merged
merged 7 commits into from
Jul 19, 2023
Merged

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    a413211 View commit details
    Browse the repository at this point in the history
  2. Use raw string for regex

    timj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    90e239b View commit details
    Browse the repository at this point in the history
  3. Use "with fits.open" to ensure the file is closed

    Sometimes there were explicit close() calls but other times
    the file was left open.
    timj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f0eef94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74a0462 View commit details
    Browse the repository at this point in the history
  5. Close file that was opened

    timj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d11f8da View commit details
    Browse the repository at this point in the history
  6. Try python 3.11

    timj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d3f0457 View commit details
    Browse the repository at this point in the history
  7. Experimental changes to action

    timj committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e920223 View commit details
    Browse the repository at this point in the history