Skip to content

docs: update changelog for release 0.17.0#1413

Merged
Czaki merged 2 commits into
developfrom
update_changelog
Jun 10, 2026
Merged

docs: update changelog for release 0.17.0#1413
Czaki merged 2 commits into
developfrom
update_changelog

Conversation

@Czaki

@Czaki Czaki commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary by Sourcery

Documentation:

  • Add changelog entry for version 0.17.0 summarizing dependency updates, platform and Python support changes, and CI/build tooling upgrades.

Summary by CodeRabbit

  • Chores
    • Updated changelog for version 0.17.0 with consolidated maintenance notes.
  • Testing
    • Added entries describing CI and pre-commit updates and testing maintenance.
  • Security
    • Documented automated constraint upgrades and security-related maintenance.
  • Build
    • Noted build system and workflow updates including dependency/workflow version bumps.

@Czaki Czaki added this to the 0.17.0 milestone Jun 10, 2026
@sourcery-ai

sourcery-ai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Reviewer's Guide

Updates changelog.md with a new section documenting all notable changes for the 0.17.0 release, categorized under Testing, Miscellaneous Tasks, Security, and Build.

File-Level Changes

Change Details Files
Add release notes for version 0.17.0, detailing dependency and tooling updates across testing, maintenance, security, and build workflows.
  • Insert new 0.17.0 release header with release date
  • Document multiple automated constraints upgrades for testing dependencies
  • Describe miscellaneous maintenance tasks such as package replacements, version constraints adjustments, CI workflow tweaks, and dropping older Python/napari/pydantic support
  • List security-related GitHub Actions and tooling dependency bumps
  • List build-related CI/tooling dependency bumps
changelog.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d98f1de1-6d57-479b-9994-53e31fae0f53

📥 Commits

Reviewing files that changed from the base of the PR and between 37be4d1 and d30306e.

📒 Files selected for processing (1)
  • changelog.md
✅ Files skipped from review due to trivial changes (1)
  • changelog.md

📝 Walkthrough

Walkthrough

This PR adds a new changelog entry for version 0.17.0 (2026-06-10) at the top of changelog.md with Testing, Miscellaneous Tasks, Security, and Build subsections listing automated constraint upgrades, CI/pre-commit updates, and dependency/version bumps.

Changes

Version 0.17.0 Changelog Entry

Layer / File(s) Summary
Changelog entry for v0.17.0
changelog.md
New 0.17.0 - 2026-06-10 section with Testing, Miscellaneous Tasks, Security, and Build subsections documenting constraint upgrades, maintenance task changes, and CI/dependency version updates.

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly Related PRs

Suggested labels

skip check PR title

Poem

🐰 A note at top, all tidy and bright,
Testing, Build, and Security in sight,
Constraints bumped, CI sings along,
I nibble the changelog and hum a song,
Hops and confetti — release feels right!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: updating the changelog for a specific release version (0.17.0).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update_changelog

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 4 issues, and left some high level feedback:

  • In the new changelog entry, fix small typos like appdirspackage → appdirs package and pyside2 form extras → pyside2 from extras for clarity and consistency.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- In the new changelog entry, fix small typos like `appdirs`package → `appdirs` package and `pyside2` form extras → `pyside2` from extras for clarity and consistency.

## Individual Comments

### Comment 1
<location path="changelog.md" line_range="17" />
<code_context>
+### ⚙️ Miscellaneous Tasks
+
+- Replace `appdirs`package with `platformdirs` ([#1373](https://github.com/4DNucleome/PartSeg/pull/1373))
+- Limit superqt version below 0.8.0 when install pyside2 as qt backend ([#1374](https://github.com/4DNucleome/PartSeg/pull/1374))
+- [pre-commit.ci] pre-commit autoupdate ([#1378](https://github.com/4DNucleome/PartSeg/pull/1378))
+- [pre-commit.ci] pre-commit autoupdate ([#1382](https://github.com/4DNucleome/PartSeg/pull/1382))
</code_context>
<issue_to_address>
**issue (typo):** Use the gerund form "installing" for correct grammar.

Specifically, change this bullet to: "Limit superqt version below 0.8.0 when installing pyside2 as qt backend".

```suggestion
- Limit superqt version below 0.8.0 when installing pyside2 as qt backend ([#1374](https://github.com/4DNucleome/PartSeg/pull/1374))
```
</issue_to_address>

### Comment 2
<location path="changelog.md" line_range="24" />
<code_context>
+- [pre-commit.ci] pre-commit autoupdate ([#1392](https://github.com/4DNucleome/PartSeg/pull/1392))
+- [pre-commit.ci] pre-commit autoupdate ([#1402](https://github.com/4DNucleome/PartSeg/pull/1402))
+- Use ubuntu-slim for check title workflow ([#1403](https://github.com/4DNucleome/PartSeg/pull/1403))
+- Prepare for numpy 2.5.0 by fix `find_density_orientation` implementation ([#1405](https://github.com/4DNucleome/PartSeg/pull/1405))
+- Drop python 3.9 support ([#1404](https://github.com/4DNucleome/PartSeg/pull/1404))
+- Drop `napari<0.6` and `pydantic<2` ([#1406](https://github.com/4DNucleome/PartSeg/pull/1406))
</code_context>
<issue_to_address>
**issue (typo):** Use "fixing" and optionally add "the" for grammatical correctness.

Phrase it as: "Prepare for numpy 2.5.0 by fixing the `find_density_orientation` implementation."

```suggestion
- Prepare for numpy 2.5.0 by fixing the `find_density_orientation` implementation ([#1405](https://github.com/4DNucleome/PartSeg/pull/1405))
```
</issue_to_address>

### Comment 3
<location path="changelog.md" line_range="25" />
<code_context>
+- [pre-commit.ci] pre-commit autoupdate ([#1402](https://github.com/4DNucleome/PartSeg/pull/1402))
+- Use ubuntu-slim for check title workflow ([#1403](https://github.com/4DNucleome/PartSeg/pull/1403))
+- Prepare for numpy 2.5.0 by fix `find_density_orientation` implementation ([#1405](https://github.com/4DNucleome/PartSeg/pull/1405))
+- Drop python 3.9 support ([#1404](https://github.com/4DNucleome/PartSeg/pull/1404))
+- Drop `napari<0.6` and `pydantic<2` ([#1406](https://github.com/4DNucleome/PartSeg/pull/1406))
+- [pre-commit.ci] pre-commit autoupdate ([#1410](https://github.com/4DNucleome/PartSeg/pull/1410))
</code_context>
<issue_to_address>
**suggestion (typo):** Consider capitalizing "Python" as a proper noun.

Here that would be “Drop Python 3.9 support” with a capital P.

```suggestion
- Drop Python 3.9 support ([#1404](https://github.com/4DNucleome/PartSeg/pull/1404))
```
</issue_to_address>

### Comment 4
<location path="changelog.md" line_range="29" />
<code_context>
+- Drop `napari<0.6` and `pydantic<2` ([#1406](https://github.com/4DNucleome/PartSeg/pull/1406))
+- [pre-commit.ci] pre-commit autoupdate ([#1410](https://github.com/4DNucleome/PartSeg/pull/1410))
+- Change default Qt versions from 5 to 6 ([#1412](https://github.com/4DNucleome/PartSeg/pull/1412))
+- Remove `pyside2` form extras during constraints generation ([#1411](https://github.com/4DNucleome/PartSeg/pull/1411))
+
+### 🛡️ Security
</code_context>
<issue_to_address>
**issue (typo):** Correct "form" to "from".

```suggestion
- Remove `pyside2` from extras during constraints generation ([#1411](https://github.com/4DNucleome/PartSeg/pull/1411))
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread changelog.md Outdated
Comment thread changelog.md Outdated
Comment thread changelog.md Outdated
Comment thread changelog.md Outdated
@codecov

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.58%. Comparing base (bb02649) to head (d30306e).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1413   +/-   ##
========================================
  Coverage    92.58%   92.58%           
========================================
  Files          211      211           
  Lines        33224    33224           
========================================
  Hits         30759    30759           
  Misses        2465     2465           

☔ View full report in Codecov by Harness.
📢 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.

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
@sonarqubecloud

Copy link
Copy Markdown

@Czaki

Czaki commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@Czaki Czaki merged commit 86a3d03 into develop Jun 10, 2026
57 checks passed
@Czaki Czaki deleted the update_changelog branch June 10, 2026 10:08
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