Skip to content

Tags: DigitalSlideArchive/HistomicsTK

Tags

v1.3.14

Toggle v1.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove install of bokeh from dockerfile (#1141)

It was pinned to a version that was incompatible

v1.3.13

Toggle v1.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix an issue with numpy 2. (#1140)

v1.3.12

Toggle v1.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make color deconvolution annotation optional (#1132)

v1.3.11

Toggle v1.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Harden haralick computation. (#1122)

Should resolve #1116.

v1.3.10

Toggle v1.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optionally add properties to polygon elements (#1121)

When computing nuclei features, include band intensities and optionally
add any set of features to the user properties of individual polygon
elements.

v1.3.9

Toggle v1.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the name of a centroid feature (#1119)

Resolves #1118

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: redundant writes to dataframe #1105 (#1106) (#1112)

* fix: redundant writes to dataframe

* refac: removed double quotes

* refac: removed unused variables

* fix: acc to latest version of HistomicsTK

* refac: removed unused import

* fix: Area is float in ground truth

* refac: relative import

* fix: rm coordinates from rprops

* fix: ignore rprops if None

* fix: ignore rprops if None

* linting compute_fsd_features.py

* lint compute_gradient_features.py

* lint compute_haralick_features.py

* lint compute_morphometry_features.py

* lint test_feature_extraction.py

* lint: rm conditionals from compute_nuclei_features

* Revert "lint: rm conditionals from compute_nuclei_features"

This reverts commit cd842a0.

* lint: trailing comma and newline

* lint: colon spacing in compute_haralick_features.py

* lint: colon spacing in compute_nuclei_features.py

---------

Co-authored-by: X-TRON404 <[email protected]>
Co-authored-by: Lee Cooper <[email protected]>

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update tests to handle variations in upstream libraries (#1110)

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add the large_image_converter to requirements (#1109)

This is used for some data storage

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a console entry point. (#1102)

Closes #940.