forked from CellProfiler/CellProfiler
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update 4.2 AI build #16
Merged
emilroz
merged 195 commits into
glencoesoftware:compat-4-2-ai
from
DavidStirling:compat-4-2-ai
Apr 26, 2024
Merged
Update 4.2 AI build #16
emilroz
merged 195 commits into
glencoesoftware:compat-4-2-ai
from
DavidStirling:compat-4-2-ai
Apr 26, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Move JSON handling to cp core
* Improve java detection * Optimise * Test putative startup fix * Fix CellProfiler#4457 Co-authored-by: David Stirling <[email protected]>
…filer#4445) Co-authored-by: David Stirling <[email protected]>
Co-authored-by: David Stirling <[email protected]>
Co-authored-by: David Stirling <[email protected]>
* Support display of text-based measurements * Add text display test Co-authored-by: David Stirling <[email protected]>
* Handle text column writing in ExportToDatabase * Prevent ExportToDatabase crash if an image was skipped Co-authored-by: David Stirling <[email protected]>
* Add convex hull mode to FillObjects * documentation added * More docs * Support 3D, add tests * Explicitly set module mode in tests Co-authored-by: David Stirling <[email protected]>
Co-authored-by: David Stirling <[email protected]>
* Add debug shell * Make Window pane search more reliable * add documentation of debug shell Co-authored-by: David Stirling <[email protected]> Co-authored-by: bethac07 <[email protected]>
* Added object z measurements to exporttodatabase.py * update exporttodatabase to have 3d tag * trying new values for exporttodatabase process_3D
…ellProfiler#4478) * Fix issue with downsampling when advanced watershed features are on Resize x_data back up to fix mismatch later (line 565) when watershed is generated from distance and downsampling is on (>1). * Updated with David's suggestion to re-generate x_data mask
* Reduce the memory usage of MeasureObjectNeighbors * Switch from np to numpy in measureobjectneighbors memory improvements * Include change mentioned in comment
Co-authored-by: Callum Tromans-Coia <[email protected]>
Add z-dimension resize capabilities The display of the output image needs to be readjusted, at the moment the z planes displayed do not account for differences between the input and output image
Add z-dimension resize capabilities The display of the output image needs to be readjusted, at the moment the both input and output image are displayed with the same dimensions
…r#4452) * Add SaveImages option to save without bit depth conversion * add tests * better test name Co-authored-by: David Stirling <[email protected]> Co-authored-by: bethac07 <[email protected]>
…ce vectors for MeasureTexture (CellProfiler#4504) * Added in description of correspondence vectors for MeasureTexture * Added in more descriptions of 2D vectors and credits for GeoGebra * added in two images and better description for 3D vectors in measureTexture
Co-authored-by: Callum Tromans-Coia <[email protected]>
@emilroz Appveyor is outdated so should be safe to merge this now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Brings in changes from Broad CP 4.2.6
Adds support for Cellpose 3. Cellpose 1/2 support dropped (very different API)
Lazy loads cellpose and stardist dependencies