Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SVLT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ALMF
SVLT
Graph
b8bd1a91c86e8a27e63a9f30b78e872f527bceb0
Select Git revision
Branches
6
37-unnecessary-for-loop-in-rois-features
dev-nda-stream
dev_patch_viz
master
default
protected
migrate_model_server
staging
protected
Tags
4
2024.10.01
2024.06.03
2024.04.19
2024.03.01
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
25
Mar
22
21
7
6
4
29
Feb
28
20
19
15
7
6
5
3
2
26
Jan
25
9
8
22
Dec
21
20
19
13
Nov
10
7
6
3
2
31
Oct
30
27
26
25
22
20
19
18
17
16
14
13
12
11
10
9
8
5
29
Sep
28
27
26
25
13
12
7
6
5
4
1
31
Aug
30
29
28
24
23
22
Set default values for time, color, and z-axes in ilastik model validation
Merge branch '4-events-are-not-logged-to-session-manifest' into 'staging'
Merge branch '1-ilastik-models-do-not-validate-dimensionality-of-input-data' into 'staging'
Removed manifest JSON from session
Report out session logs on API
Moved session restart endpoint
Logged ilastik events
Removed JSON manifest file, logged summaries to logging service instead
Changed log entry formatting
Cleaned up tests
Merge branch 'issue0017' into expose_session_logs_in_api
Cleared up issues with Singleton behavior, largely confused by the fact this python logger itself is a Singleton that persists between tests
Mocked up session logging implementation using python log service; two tests are failing apparently due to Session singleton-related issues
Validate chroma and dimensionality of inputs to pixel classification model
Test of patch object classification now explicitly excludes single pixels that are labeled differently
Removed PatchStackObjectClassifier, merged this behavior into IlastikObjectClassifierFromSegmentationModel
Added import/export functionality to patch stacks
Tests that use random arrays now call a single function to ensure integer type
Update object classification test based on new test ilastik project file
Raise error if ilastik data not embedded in project file; but it appears that most test classifiers fail this
Catch when CZI is compressed via unsupported ZSTD format
Merge branch 'staging' into 'master'
2024.03.01
2024.03.01
Standardize that export record is a dict of pathlib.Path objects
record entry returned by object class map export is no longer a dictionary of paths, but rather one path for object map
Re-merged option to automatically MIP z-stacks sent to ilastik workflow
Re-merged option to automatically MIP z-stacks sent to ilastik workflow
Reconciled IJ Jython client API endpoints
Report out paths to some RoiSet export products
Mapped dummy model for instance segmentation to API as well, for testing purposes
Similarly, API test cases now call GET through an internal method
API test cases now call PUT through an internal method with re-attempts built in; trying to eliminate lost connections during testing but some still happen
Support subclassing of TestServerBaseClass with different FastAPI application route
parameterize FastAPI app name, to be overridden by external caller if needed
update mamba bat path
Parameter to select single-channel annotated z-stack exports from RoiSet
Support single-channel annotated z-stack exports from RoiSet
Merge branch 'master' of git.embl.de:rhodes/model_server
Replace COMs with BATs for server startup and code update
Replace COMs with BATs for server startup and code update
Added retry mechanism to status confirmation, to address suspect timeout problem
Loading