Open bhazelton opened 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.28%. Comparing base (
056628a
) to head (7466b0a
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Fix for some imports that will be changing in pyuvdata v3.0
Also switch from psycopg2 to psycopg3 (package is actually called
psycopg
) for numpy 2.0 compatibility.Drop testing against python 3.8 & 3.9, add testing against 3.11 & 3.12
Motivation and Context
Types of changes
Checklist:
Other: