๐ Features
- Add `PARTSEG_SENTRY_URL` env variable support and basic documentation about error reporting ([802](https://github.com/4DNucleome/PartSeg/pull/802))
- Allow to see underlying exception when show warning caused by exception ([829](https://github.com/4DNucleome/PartSeg/pull/829))
- Add voxel size measurement and allow to overwrite voxel size in batch ([853](https://github.com/4DNucleome/PartSeg/pull/853))
- Add alpha support for Qt6 ([866](https://github.com/4DNucleome/PartSeg/pull/866))
- Add option to create projection alongside z-axis ([919](https://github.com/4DNucleome/PartSeg/pull/919))
- Add napari image custom representation for better error report via sentry ([861](https://github.com/4DNucleome/PartSeg/pull/861))
- Add import and export operation for labels and colormaps ([936](https://github.com/4DNucleome/PartSeg/pull/936))
- Implement napari widgets for colormap and labels control ([935](https://github.com/4DNucleome/PartSeg/pull/935))
- Add forget all button to multiple files widget ([942](https://github.com/4DNucleome/PartSeg/pull/942))
- Do not abort processing whole mask segmentation project during exception on single component ([943](https://github.com/4DNucleome/PartSeg/pull/943))
- Add distance based watersheed to flow methods ([915](https://github.com/4DNucleome/PartSeg/pull/915))
- Add napari widgets for all group of algorithms ([958](https://github.com/4DNucleome/PartSeg/pull/958))
- Add napari widget to copy labels along z-axis ([968](https://github.com/4DNucleome/PartSeg/pull/968))
๐ Bug Fixes
- Print all exceptions instead of the latest one in exception dialog ([799](https://github.com/4DNucleome/PartSeg/pull/799))
- Fix ROIExtractionResult `__str__`and `__repr__` to use `ROIExtractionResult` not `SegmentationResult` ([810](https://github.com/4DNucleome/PartSeg/pull/810))
- Fix code to address changes in napari repository ([817](https://github.com/4DNucleome/PartSeg/pull/817))
- Fix problem with resize of multiline widgets ([832](https://github.com/4DNucleome/PartSeg/pull/832))
- Fix tox configuration to run all required tests ([840](https://github.com/4DNucleome/PartSeg/pull/840))
- Fix MSO `step_limit` description in GUI ([843](https://github.com/4DNucleome/PartSeg/pull/843))
- Fix `redefined-while-unused`import code for python 3.9.7 ([844](https://github.com/4DNucleome/PartSeg/pull/844))
- Fix warnings reported by Deepsource ([846](https://github.com/4DNucleome/PartSeg/pull/846))
- Ensure that "ROI" layer is in proper place for proper visualization ([856](https://github.com/4DNucleome/PartSeg/pull/856))
- Fix tests of napari widgets ([862](https://github.com/4DNucleome/PartSeg/pull/862))
- Fix build of bundle for a new psygnal release ([863](https://github.com/4DNucleome/PartSeg/pull/863))
- Fix minimal requirements pipeline ([877](https://github.com/4DNucleome/PartSeg/pull/877))
- Update pyinstaller configuration ([926](https://github.com/4DNucleome/PartSeg/pull/926))
- Use text icon, not pixmap icon in colormap and labels list ([938](https://github.com/4DNucleome/PartSeg/pull/938))
- Resolve warnings when testing custom save dialog. ([941](https://github.com/4DNucleome/PartSeg/pull/941))
- Add padding zeros for component num when load Mask seg file to ROI GUI ([944](https://github.com/4DNucleome/PartSeg/pull/944))
- Proper calculate bounds for watershed napari widget ([969](https://github.com/4DNucleome/PartSeg/pull/969))
- Fix bug in the wrong order of axis saved in napari contribution ([972](https://github.com/4DNucleome/PartSeg/pull/972))
๐ Refactor
- Simplify and refactor github workflows. ([864](https://github.com/4DNucleome/PartSeg/pull/864))
- Better load Mask project in Roi Analysis ([921](https://github.com/4DNucleome/PartSeg/pull/921))
- Use more descriptive names in `pylint: disable` ([922](https://github.com/4DNucleome/PartSeg/pull/922))
- Remove `pkg_resources` usage as it is deprecated ([967](https://github.com/4DNucleome/PartSeg/pull/967))
- Convert napari plugin to npe2 ([966](https://github.com/4DNucleome/PartSeg/pull/966))
๐ Documentation
- Update README and project metadata ([805](https://github.com/4DNucleome/PartSeg/pull/805))
- Create release notes for PartSeg 0.15.0 ([971](https://github.com/4DNucleome/PartSeg/pull/971))
๐จ Styling
- Change default theme to dark, remove blinking windows on startup. ([809](https://github.com/4DNucleome/PartSeg/pull/809))
๐งช Testing
- [Automatic] Dependency upgrades: `packaging`, `pyinstaller`, `pyopengl-accelerate`, `tifffile`, `xlsxwriter` ([932](https://github.com/4DNucleome/PartSeg/pull/932))
- [Automatic] Constraints upgrades: `fonticon-fontawesome6`, `imageio`, `numpy`, `partsegcore-compiled-backend`, `pygments`, `sentry-sdk` ([937](https://github.com/4DNucleome/PartSeg/pull/937))
- [Automatic] Constraints upgrades: `imageio`, `ipython`, `pandas`, `requests`, `sentry-sdk` ([948](https://github.com/4DNucleome/PartSeg/pull/948))
- [Automatic] Constraints upgrades: `ipython`, `nme`, `qtconsole`, `requests`, `sentry-sdk` ([955](https://github.com/4DNucleome/PartSeg/pull/955))
- [Automatic] Constraints upgrades: `ipykernel`, `local-migrator`, `pyinstaller`, `sentry-sdk`, `sympy` ([957](https://github.com/4DNucleome/PartSeg/pull/957))
- [Automatic] Constraints upgrades: `sentry-sdk`, `xlsxwriter` ([959](https://github.com/4DNucleome/PartSeg/pull/959))
- [Automatic] Constraints upgrades: `requests` ([961](https://github.com/4DNucleome/PartSeg/pull/961))
- [Automatic] Constraints upgrades: `imageio`, `pandas`, `pydantic`, `pyopengl-accelerate`, `sentry-sdk`, `xlsxwriter` ([970](https://github.com/4DNucleome/PartSeg/pull/970))
โ๏ธ Miscellaneous Tasks
- Improve ruff configuration, remove isort ([815](https://github.com/4DNucleome/PartSeg/pull/815))
- Use `fail_on_no_env` feature from `tox-gh-actions` ([842](https://github.com/4DNucleome/PartSeg/pull/842))
- Add python 3.11 to list of supported versions ([867](https://github.com/4DNucleome/PartSeg/pull/867))
- Disable python 3.11 test because of timeout ([870](https://github.com/4DNucleome/PartSeg/pull/870))
- Bump ruff to 0.0.218, remove flake8 from pre-commit ([880](https://github.com/4DNucleome/PartSeg/pull/880))
- Replace GabrielBB/xvfb-actionv1 by aganders3/headless-gui, part 2 ([887](https://github.com/4DNucleome/PartSeg/pull/887))
- Better minimal requirements test ([888](https://github.com/4DNucleome/PartSeg/pull/888))
- Improve regexp for proper generate list of packages in update report ([894](https://github.com/4DNucleome/PartSeg/pull/894))
- Add check for PR title ([933](https://github.com/4DNucleome/PartSeg/pull/933))
- Update codecov configuration to wait on two reports before post information ([934](https://github.com/4DNucleome/PartSeg/pull/934))
- [pre-commit.ci] pre-commit autoupdate ([945](https://github.com/4DNucleome/PartSeg/pull/945))
- Migrate from `nme` to `local_migrator` ([951](https://github.com/4DNucleome/PartSeg/pull/951))
- [pre-commit.ci] pre-commit autoupdate ([956](https://github.com/4DNucleome/PartSeg/pull/956))
- [pre-commit.ci] pre-commit autoupdate ([964](https://github.com/4DNucleome/PartSeg/pull/964))
๐ก๏ธ Security
- *(deps)* Bump peter-evans/create-pull-request from 4 to 5 ([928](https://github.com/4DNucleome/PartSeg/pull/928))
Bugfix
- Fix bug with generation of form for model with hidden field ([920](https://github.com/4DNucleome/PartSeg/pull/920))
Dep
- [Automatic] Dependency upgrades ([824](https://github.com/4DNucleome/PartSeg/pull/824))
- [Automatic] Dependency upgrades ([828](https://github.com/4DNucleome/PartSeg/pull/828))
- [Automatic] Dependency upgrades: `ipykernel`, `packaging` ([838](https://github.com/4DNucleome/PartSeg/pull/838))
- [Automatic] Dependency upgrades: `imageio`, `ipykernel`, `napari`, `numpy`, `sentry` ([850](https://github.com/4DNucleome/PartSeg/pull/850))
- [Automatic] Dependency upgrades: `imagecodecs`, `ipykernel`, `numpy`, `psygnal` ([859](https://github.com/4DNucleome/PartSeg/pull/859))
- [Automatic] Dependency upgrades: `pydantic`, `pygments`, `xlsxwriter` ([874](https://github.com/4DNucleome/PartSeg/pull/874))
- [Automatic] Dependency upgrades: `imageio`, `packaging`, `scipy`, `xlsxwriter` ([878](https://github.com/4DNucleome/PartSeg/pull/878))
- [Automatic] Dependency upgrades: `ipykernel`, `requests`, `sentry`, `xlsxwriter` ([884](https://github.com/4DNucleome/PartSeg/pull/884))
- [Automatic] Dependency upgrades: `h5py`, `imagecodecs`, `imageio`, `ipykernel`, `pandas`, `sentry`, `tifffile` ([889](https://github.com/4DNucleome/PartSeg/pull/889))
- [Automatic] Dependency upgrades: `ipython`, `pyqt5` ([893](https://github.com/4DNucleome/PartSeg/pull/893))
- [Automatic] Dependency upgrades: `imageio`, `ipykernel`, `ipython`, `numpy`, `openpyxl`, `psygnal`, `pydantic`, `pyinstaller`, `pyqt5`, `scipy`, `sentry-sdk`, `tifffile`, `xlsxwriter` ([897](https://github.com/4DNucleome/PartSeg/pull/897))
- [Automatic] Dependency upgrades: `imageio`, `psygnal` ([905](https://github.com/4DNucleome/PartSeg/pull/905))
- [Automatic] Dependency upgrades: `ipython`, `magicgui`, `scipy`, `sentry-sdk`, `tifffile` ([906](https://github.com/4DNucleome/PartSeg/pull/906))
- [Automatic] Dependency upgrades: `imagecodecs`, `imageio`, `ipykernel`, `openpyxl`, `pydantic`, `pyinstaller`, `qtawesome`, `qtconsole`, `sentry-sdk`, `tifffile`, `xlsxwriter` ([908](https://github.com/4DNucleome/PartSeg/pull/908))
- [Automatic] Dependency upgrades: `imageio`, `ipykernel`, `ipython`, `pandas`, `psygnal`, `pydantic`, `pygments`, `pyinstaller`, `qtpy`, `sentry-sdk`, `tifffile` ([917](https://github.com/4DNucleome/PartSeg/pull/917))