[PR #1] [MERGED] Merge changes into fix-focal-planes #1

Closed
opened 2026-03-23 20:22:30 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sectra-medical/wsidicom/pull/1
Author: @erikogabrielsson
Created: 2/9/2022
Status: Merged
Merged: 2/9/2022
Merged by: @erikogabrielsson

Base: fix-focal-planesHead: releax-associated-image-types


📝 Commits (10+)

  • 1222ef4 Use Sequence instead of List when possible
  • 2800daf strict_uid_check setting only affects frame of reference
  • e3b7ee6 Rename BaseUids to SlideUids
  • 5c26a12 Update BaseUids to SlideUids
  • e3afa74 Default to not strict mode
  • cbc5840 Merge pull request #36 from sectra-medical/strict_or_relaxed
  • 4a012fa Merge branch 'main' into Typing-fixes
  • 0cd6fb0 Merge pull request #40 from imi-bigpicture/ceil-div
  • ff6b80d Merge pull request #39 from imi-bigpicture/Typing-fixes
  • 45dc81e Remove unused TypedDict (#41)

📊 Changes

11 files changed (+264 additions, -225 deletions)

View changed files

📝 README.md (+3 -3)
📝 pytest.ini (+2 -1)
📝 test/test_annotation.py (+15 -15)
📝 test/test_dcmfiles.py (+1 -6)
📝 wsidicom/config.py (+2 -2)
📝 wsidicom/geometry.py (+11 -5)
📝 wsidicom/graphical_annotations.py (+58 -54)
📝 wsidicom/instance.py (+80 -59)
📝 wsidicom/optical.py (+8 -8)
📝 wsidicom/uid.py (+23 -8)
📝 wsidicom/wsidicom.py (+61 -64)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sectra-medical/wsidicom/pull/1 **Author:** [@erikogabrielsson](https://github.com/erikogabrielsson) **Created:** 2/9/2022 **Status:** ✅ Merged **Merged:** 2/9/2022 **Merged by:** [@erikogabrielsson](https://github.com/erikogabrielsson) **Base:** `fix-focal-planes` ← **Head:** `releax-associated-image-types` --- ### 📝 Commits (10+) - [`1222ef4`](https://github.com/sectra-medical/wsidicom/commit/1222ef41ea1886c159e09f8a8225092d16d36426) Use Sequence instead of List when possible - [`2800daf`](https://github.com/sectra-medical/wsidicom/commit/2800dafc0faf55e4d526843a30c64f542dedc273) strict_uid_check setting only affects frame of reference - [`e3b7ee6`](https://github.com/sectra-medical/wsidicom/commit/e3b7ee692a8cd105f483ab775667333da270631a) Rename BaseUids to SlideUids - [`5c26a12`](https://github.com/sectra-medical/wsidicom/commit/5c26a12c514ebba5fc5399bb2824309ab0bf3a3b) Update BaseUids to SlideUids - [`e3afa74`](https://github.com/sectra-medical/wsidicom/commit/e3afa746242afb34ebb0eb5566346fe8933d9e00) Default to not strict mode - [`cbc5840`](https://github.com/sectra-medical/wsidicom/commit/cbc5840dd28579005b79d339454a40f97ced23a6) Merge pull request #36 from sectra-medical/strict_or_relaxed - [`4a012fa`](https://github.com/sectra-medical/wsidicom/commit/4a012faa4459ab64a6cf0c02ac090cccb82708bd) Merge branch 'main' into Typing-fixes - [`0cd6fb0`](https://github.com/sectra-medical/wsidicom/commit/0cd6fb05c427d3b24ae82710750e59dabaff3349) Merge pull request #40 from imi-bigpicture/ceil-div - [`ff6b80d`](https://github.com/sectra-medical/wsidicom/commit/ff6b80d18426ce276831fe11a6b54ba100dfb339) Merge pull request #39 from imi-bigpicture/Typing-fixes - [`45dc81e`](https://github.com/sectra-medical/wsidicom/commit/45dc81e9a863143c793c4fb0ebc969c8b06d7258) Remove unused TypedDict (#41) ### 📊 Changes **11 files changed** (+264 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -3) 📝 `pytest.ini` (+2 -1) 📝 `test/test_annotation.py` (+15 -15) 📝 `test/test_dcmfiles.py` (+1 -6) 📝 `wsidicom/config.py` (+2 -2) 📝 `wsidicom/geometry.py` (+11 -5) 📝 `wsidicom/graphical_annotations.py` (+58 -54) 📝 `wsidicom/instance.py` (+80 -59) 📝 `wsidicom/optical.py` (+8 -8) 📝 `wsidicom/uid.py` (+23 -8) 📝 `wsidicom/wsidicom.py` (+61 -64) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 20:22:30 +00:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sectra-medical/archived-wsidicom#1
No description provided.