Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Drop python 3.8 #1206

Merged
merged 13 commits into from
Oct 17, 2024

fix problems pointed by last review

c06e15d
Select commit
Loading
Failed to load commit list.
Merged

chore: Drop python 3.8 #1206

fix problems pointed by last review
c06e15d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Oct 17, 2024 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- package/PartSegCore/image_transforming/swap_time_stack.py  1
- package/PartSegCore/image_transforming/transform_base.py  1
         

Complexity decreasing per file
==============================
+ package/PartSegCore/image_transforming/combine_channels.py  -7
+ package/PartSeg/_roi_analysis/export_batch.py  -9
+ package/PartSeg/plugins/napari_widgets/algorithm_widgets.py  -3
+ package/tests/test_PartSegCore/test_algorithm_describe_base.py  -12
+ package/PartSegCore/io_utils.py  -6
+ package/PartSeg/_roi_mask/segmentation_info_dialog.py  -1
+ package/PartSeg/common_backend/base_settings.py  -7
+ package/PartSegCore/image_transforming/interpolate_image.py  -6
+ package/PartSeg/_roi_analysis/partseg_settings.py  -8
+ package/tests/test_PartSeg/test_channel_control.py  -24
+ package/PartSeg/common_gui/image_adjustment.py  -1
+ package/PartSeg/_roi_analysis/measurement_widget.py  -5
+ package/PartSeg/_roi_analysis/advanced_window.py  -5
+ package/PartSegCore/analysis/load_functions.py  -5
+ package/PartSeg/common_gui/colormap_creator.py  -4
+ package/PartSegCore/project_info.py  -1
         

Clones removed
==============
+ package/PartSegCore/io_utils.py  -1
+ package/PartSegCore/mask/io_functions.py  -2
+ package/PartSegCore/analysis/load_functions.py  -3
         

See the complete overview on Codacy