Project-MONAI / Project-MONAI/MONAILabel

Upcoming OpenSlide release will change library filename

Open
#1,433 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
891
Forks
269
Avg merge
15h 41m
Merged PRs (30d)
1

Description

The next OpenSlide release, 4.0.0, will include some incompatible API changes. Those shouldn't affect you directly, but as a consequence, OpenSlide's soname will change. This will change the library filename to libopenslide-1.dll on Windows, libopenslide.1.dylib on macOS, and libopenslide.so.1 on Linux. Since MONAI Label preloads the OpenSlide DLL by filename on Windows, you may want to proactively add support for the new name so MONAI Label will work with the new release.

For more information, see https://github.com/openslide/openslide/pull/413. If you have any questions, please ask!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Windows OpenSlide DLL preload logic in MONAI Label, then review the OpenSlide PR linked in the issue for the filename change. Done means MONAI Label can preload the new libopenslide-1.dll filename for OpenSlide 4.0.0.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.