Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_core
Merge requests
!277
Remove scm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove scm
RemoveSCM
into
dev
Overview
33
Commits
11
Pipelines
15
Changes
11
Merged
Cyril Moineau
requested to merge
RemoveSCM
into
dev
5 months ago
Overview
20
Commits
11
Pipelines
15
Changes
11
Expand
Remove scm dependency for CI compilation linked to
gitlab_shared_files#6
Add url
pyprooject.toml
for Python packaging linked to
aidge#182 (closed)
Add a function to show version information linked to
#106 (closed)
Edited
3 months ago
by
Maxence Naud
0
0
Merge request reports
Compare
dev
version 13
86c7af75
4 months ago
version 12
1782dd38
5 months ago
version 11
e8676f74
5 months ago
version 10
63f46e39
5 months ago
version 9
2e518fe2
5 months ago
version 8
97be9eca
5 months ago
version 7
59fe1eb2
5 months ago
version 6
4ad4565a
5 months ago
version 5
ddf41e0d
5 months ago
version 4
5d8ce1ca
5 months ago
version 3
9ec1e40f
5 months ago
version 2
b507b1ab
5 months ago
version 1
7a26faa5
5 months ago
dev (base)
and
latest version
latest version
46418bdd
11 commits,
4 months ago
version 13
86c7af75
11 commits,
4 months ago
version 12
1782dd38
11 commits,
5 months ago
version 11
e8676f74
11 commits,
5 months ago
version 10
63f46e39
10 commits,
5 months ago
version 9
2e518fe2
13 commits,
5 months ago
version 8
97be9eca
9 commits,
5 months ago
version 7
59fe1eb2
8 commits,
5 months ago
version 6
4ad4565a
6 commits,
5 months ago
version 5
ddf41e0d
5 commits,
5 months ago
version 4
5d8ce1ca
5 commits,
5 months ago
version 3
9ec1e40f
4 commits,
5 months ago
version 2
b507b1ab
3 commits,
5 months ago
version 1
7a26faa5
2 commits,
5 months ago
11 files
+
111
−
18
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
aidge_core/__init__.py
+
0
−
1
Options
@@ -13,4 +13,3 @@ import aidge_core.utils
from
aidge_core.aidge_export_aidge
import
serialize_to_cpp
from
aidge_core.show_graphview
import
gview_to_json
from
aidge_core.mem_info
import
*
from
._version
import
*
Loading