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
bb3cd183aae099a6c2fea40ea2a3db436d34f399
Select Git revision
Branches
7
37-unnecessary-for-loop-in-rois-features
dev-nda-stream
dev-phenobase
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
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
1
Jul
24
Jun
20
10
7
6
5
3
30
May
22
8
7
6
3
26
Apr
19
17
15
12
11
10
9
5
4
3
2
29
Mar
28
25
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
Merge branch 'issue_singleton_namespace' into dev_conda_build
Isolated namespace issue in test_reimporting_session_uses_same_logfile
No longer use Singleton metaclass, but instead module just contains session object
Removed tests that interact with _Session class, since no longer trying to use singleton
Playing with importing session object only
Resolved Session re-initialization issue: Singleton.__call__() recognizes existing instances relative to namespace (model_server.base.session vs. base.session)
No longer print server debug message
Removed model_server. prefix from imports
Merged from test build of 2024.6.3 release
Merge branch 'master' into 'staging'
Merge branch 'issue_client_get_channel' into 'master'
Client should use .get, not getattr, on dictionary; was leading to loss of channel param in API call
Builds on Win64
Try minimum versioning
Ignore IDE files
Added readme
Started looping over stack's z-levels to implement COCO-compliant data export
Removed test of load_model with different path formats
Merge branch 'staging' into dev_conda_build
Testing inference time, probably not a great idea...
Catch discrepancy in UNIX v. Windows-style paths
Also join server process on teardown, this corrected some multiprocess spillover issues e.g. STDOUT
Tests were failing due to MacOS port conflict; now test on 5001
Test covers labeling with default font
Use platform-independent method for getting font
Merge branch 'staging' into 'master'
2024.06.03
2024.06.03
Merge branch 'dev_composable_accessors' into 'staging'
_derived_accessor() method now sets class of accessor that apply() returns
_derived_accessor() method now sets class of accessor that apply() returns
Added and tested apply function to support pipeline-line operations
Renamed get_one_channel_data to get_mono
Merge branch 'issue0032' into 'staging'
Test covers multiple raw and multiple derived channels
Trying to complete meaningful test with both raw and derived channels
RoiSet can now return and export two-channel images as both TIFs and PNGs
PNG export can handle two-channel data without error, appending blank blue channel
Can handle and export arbitrary multi-channel patches
Merge branch 'issue_multiple_labels' into 'staging'
Fixed underlying error when constructing RoiSets with no objects
Test covers issue creating an RoiSet with no ROI objects
Loading