Skip to content

DM-55421: Rename read/write/open to read_archive/write_archive/open_archive - #64

Merged
timj merged 2 commits into
mainfrom
tickets/DM-55421
Jul 8, 2026
Merged

DM-55421: Rename read/write/open to read_archive/write_archive/open_archive#64
timj merged 2 commits into
mainfrom
tickets/DM-55421

Conversation

@timj

@timj timj commented Jul 8, 2026

Copy link
Copy Markdown
Member

The names were too generic before and led to us always aliasing them on import when we should call them the name we want to use.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

@codecov

codecov Bot commented Jul 8, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.90110% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 78.00%. Comparing base (87f7f4e) to head (9d8673f).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
python/lsst/images/cli/_convert.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
- Coverage   78.01%   78.00%   -0.02%     
==========================================
  Files         127      127              
  Lines       16240    16231       -9     
==========================================
- Hits        12670    12661       -9     
  Misses       3570     3570              

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

timj and others added 2 commits July 8, 2026 14:09
…en_archive

The generic dispatchers are now self-describing at the import site and
open_archive no longer shadows the builtin open.  No deprecation
aliases are provided.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@timj
timj force-pushed the tickets/DM-55421 branch from 0d1ce2a to 9d8673f Compare July 8, 2026 12:10
@timj
timj merged commit 34974bb into main Jul 8, 2026
19 checks passed
@timj
timj deleted the tickets/DM-55421 branch July 8, 2026 12:23
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.

1 participant