biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Image Grid - replace deprecated colorpalette with colorpalettes module #213

Closed PrimozGodec closed 2 years ago

PrimozGodec commented 2 years ago
Issue

The image grid still uses colorpalette module https://github.com/biolab/orange3/pull/6135

Description of changes

Replace it with colorpalettes. Fix pyqt6 compatibility issues

Includes
codecov[bot] commented 2 years ago

Codecov Report

Merging #213 (adbe9d0) into master (624ccc9) will not change coverage. The diff coverage is 75.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #213 +/- ## ======================================= Coverage 69.01% 69.01% ======================================= Files 17 17 Lines 2824 2824 Branches 432 432 ======================================= Hits 1949 1949 Misses 768 768 Partials 107 107 ```