Grzegorz Bokota
Grzegorz Bokota
## Summary closes #6640 ## Test Plan Could you suggest how I should test it? (already tested locally)
## Summary by Sourcery CI: - Update GitHub Actions workflow to use Ubuntu 24.04 for testing with Python 3.11 and PyQt5. ## Summary by CodeRabbit - **Chores** - Updated the...
Python 3.8 reached EOL so it is time to drop it. ## Summary by Sourcery Drop support for Python 3.8 across the codebase and CI configuration. Update type annotations to...
## Summary by Sourcery Introduce the ability to read shear values from CZI file metadata and apply these transformations to images, enhancing the image processing capabilities by accounting for skew....
This PR is automatically created and updated by PartSeg GitHub action cron to keep bundle dependencies modules up to date. The updated packages are: * app-model * build * dask...
When dropping `pydantic~1` Should remove ``` "ignore:Pydantic V1 style `@validator`", "ignore:Support for class-based `config` is deprecated", "ignore:`__get_validators__` is deprecated", "ignore:Using extra keyword arguments on `Field` is deprecated", "ignore:The `update_forward_refs` method...
## Summary I'm using pyenv with pyenv-virtualenv for my daily workflow. Currently, `uv pip` nice works as a replacement of pip, however, try to use `uvx` or `uv build` it...
**Describe the bug** If create magicgui widget with a vertical layout, the list widget still have horizontal layout. It led to horizontal stretching of widgets. **To Reproduce** Use function ```...
# Description I have spotted that `iso_gradient_mode` value provided to constructor is not used in Labels layer. This PR fix it and add missed docstring and type annotation
# References and relevant issues closes #7279 # Description Fix zarr 3.0 related test by used named arguments