Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LarvaTagger.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Nyx
LarvaTagger.jl
Merge requests
!11
Dependencies updated
Code
Examiner les modifications
Extraire la branche
Télécharger
Correctifs
Diff brut
Merged
Dependencies updated
dev
into
main
Overview
0
Commits
1
Pipelines
1
Changes
4
Merged
François LAURENT
requested to merge
dev
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
4
Expand
Changelog
Dependencies are updated, with the following changes (see the associated releases for more):
train
can take
trx.mat
files as training data
--balancing-strategy
admits
max:<n>
Docker images based on julia-1.9.2
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a94569b8
1 commit,
1 year ago
4 files
+
103
−
81
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
recipes/Dockerfile
+
1
−
1
Options
FROM
julia:1.9.
1
-bullseye
AS
base
FROM
julia:1.9.
2
-bullseye
AS
base
ARG
PROJECT_DIR=/app
ARG
PROJECT_DIR=/app
ARG
BRANCH=main
ARG
BRANCH=main
Loading