Weekly reports on scikit-image development (2024)

Sep 23 to Sep 30, 2024 (week 39)

We had a bit of a break with weekly reports. I’m quite happy with progress this week. While we didn’t merge any particular high profile PR (yet), we got started or progressed in other ways.

I’m excited to highlight, that there’s work on a small developer grant proposal for the dispatching project which should be submitted today. :smiley:

Of note might also be the deprecation of our skimage.io plugin infrastructure (#7353) which should be close to merge now. We want to delegate this to more focused libraries like imageio instead.

New open pull requests (5)

  • #7549 Render paragraphs in dormant message
  • #7551 Account for empty arrays when counting segments per contour level.
  • #7552 Preserve value of deprecated parameters without replacement
  • #7555 Use pytest config in pyroject.toml in CI
  • #7557 Remove unused PYX files in io/_plugins

Closed pull requests (4)

  • #7477 Improved the documentation of the restoration.richardson_lucy deconvolution function
  • #7534 Improve stability of local_minima
  • #7556 Don’t use deprecated io.show and io.imshow
  • #7558 Hide traceback inside assert_stacklevel

Other active pull requests (7)

  • #7007 Add lazy loading to morphology submodule
  • #7035 Add lazy loading to skimage.segmentation
  • #7353 Deprecate skimage.io plugin infrastructure
  • #7520 Basic infrastructure for dispatching to a backend
  • #7541 Feature/enhance plot matched features
  • #7544 feat: add mask parameter to graycomatrix function for selective computation
  • #7548 Improve performance of peak_local_max and feature detectors that rely on it

New open issues (4)

  • #7550 META Backend dispatching discussion
  • #7553 io.imread_collection_wrapper should be private / deprecated
  • #7554 Pytest config in pyproject.toml isn’t used in CI
  • #7559 Inquiry About Deploying scikit-image Website in China

Closed issues (1)

  • #7530 local_minima output wrong with numpy 2.0.2

Other active issues (5)

  • #7361 Collections attribute is used in gallery but was deprecated in Matplotlib 3.8.
  • #7364 Feature smaller, focused gallery examples with a lower priority
  • #7504 io.show only shows the last image on macOS (M2)
  • #7543 Back-references for sphinx gallery examples are missing in dev docs
  • #5011 No DLL module _fblas when importing skimage.io

Open pull requests: +3
Open issues: +3

1 Like