Skip to content

Check unpin pandas < 3#1607

Merged
LOCEANlloydizard merged 21 commits intoOSOceanAcoustics:mainfrom
LOCEANlloydizard:try-unpin-pandas
Feb 26, 2026
Merged

Check unpin pandas < 3#1607
LOCEANlloydizard merged 21 commits intoOSOceanAcoustics:mainfrom
LOCEANlloydizard:try-unpin-pandas

Conversation

@LOCEANlloydizard
Copy link
Copy Markdown
Collaborator

test evolution of pandas issue

- change 'file' to 'files'
- set Codecov fail_ci_if_error=true to surface potential other errors
- Replace deprecated inputs (e.g. file -> files, repository_url -> repository-url)
- Fix invalid GitHub Actions if-expression syntax
- Enable fail_ci_if_error to surface CI issues
- Delete windows disabled workflow files
@LOCEANlloydizard LOCEANlloydizard changed the title Update requirements.txt Check unpin pandas < 3 Feb 24, 2026
Replace date_range(freq=...) with Timedelta-based construction to avoid
fractional-second offset parsing issues introduced in pandas 3.

Also make timedelta to nanoseconds conversion robust in MVBS test.
- replace offset string parsing with pd.to_timedelta for pandas 3 compatibility
- ensure ping_time is sorted before resampling
- avoid mutating read-only coordinate arrays in tests by copying before modification
…TO_logo

Add VOTO funding acknowledgement and migrate logos to local assets
…he_errors_in_workflows

CI: investigate deprecated Codecov inputs
Replace date_range(freq=...) with Timedelta-based construction to avoid
fractional-second offset parsing issues introduced in pandas 3.

Also make timedelta to nanoseconds conversion robust in MVBS test.
- replace offset string parsing with pd.to_timedelta for pandas 3 compatibility
- ensure ping_time is sorted before resampling
- avoid mutating read-only coordinate arrays in tests by copying before modification
@LOCEANlloydizard LOCEANlloydizard merged commit bdb3e2b into OSOceanAcoustics:main Feb 26, 2026
8 checks passed
@LOCEANlloydizard LOCEANlloydizard deleted the try-unpin-pandas branch February 26, 2026 02:15
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.95%. Comparing base (3b1174b) to head (c7271ff).
⚠️ Report is 27 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1607   +/-   ##
=======================================
  Coverage   84.95%   84.95%           
=======================================
  Files          79       79           
  Lines        6998     6998           
=======================================
  Hits         5945     5945           
  Misses       1053     1053           
Flag Coverage Δ
unittests 84.95% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants