RadioAstronomySoftwareGroup / pyuvsim

A ultra-high precision package for simulating radio interferometers in python on compute clusters.
https://pyuvsim.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
43 stars 7 forks source link

Make imports work with current and future pyuvdata, fix compatibility with numpy 2.0 #475

Closed bhazelton closed 3 months ago

bhazelton commented 3 months ago

Description

Fix some imports for pyuvdata v3 and fix compatibility with numpy 2.0

Also update the minimum dependencies: setuptools_scm>=8.1 and scipy>=1.8 to fix errors in the min_versions CI.

Motivation and Context

Types of changes

Checklist:

For all pull requests:

Bug fix checklist:

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (0876a90) to head (ffd1cf3). Report is 28 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #475 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 11 11 Lines 2165 2166 +1 ========================================= + Hits 2165 2166 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.