funkelab / gunpowder

A library to facilitate machine learning on multi-dimensional images.
https://funkelab.github.io/gunpowder/
MIT License
78 stars 56 forks source link

Patch v1.3.2 #198

Closed pattonw closed 10 months ago

pattonw commented 10 months ago

Merging patch branch into master and making new release

Change Log: bugs fixed:

new features:

general improvements:

codecov-commenter commented 10 months ago

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (a33e5b4) 67.60% compared to head (cceeb41) 67.51%. Report is 1 commits behind head on main.

Files Patch % Lines
gunpowder/torch/nodes/predict.py 16.66% 5 Missing :warning:
gunpowder/torch/nodes/train.py 33.33% 4 Missing :warning:
gunpowder/ext/__init__.py 81.25% 3 Missing :warning:
gunpowder/contrib/nodes/add_blobs_from_points.py 0.00% 1 Missing :warning:
gunpowder/jax/nodes/train.py 50.00% 1 Missing :warning:
gunpowder/nodes/exclude_labels.py 0.00% 1 Missing :warning:
gunpowder/nodes/generic_predict.py 50.00% 1 Missing :warning:
gunpowder/nodes/generic_train.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #198 +/- ## ========================================== - Coverage 67.60% 67.51% -0.10% ========================================== Files 98 98 Lines 6829 6810 -19 ========================================== - Hits 4617 4598 -19 Misses 2212 2212 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.