Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ICARTT Python Package
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
Model registry
Analyze
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
MBEES
ICARTT Python Package
Merge requests
!6
The source project of this merge request has been removed.
code refactor
Merged
code refactor
(removed):master
into
master
Overview
4
Commits
32
Pipelines
0
Changes
6
Merged
Florian Obersteiner
requested to merge
(removed):master
into
master
3 years ago
Overview
4
Pipelines
0
Changes
6
Expand
related to
#8 (closed)
:
I kept changes per commit small, so the number of commits got kind of numerous...
Edited
3 years ago
by
Florian Obersteiner
0
0
Merge request reports
Compare
master
version 9
7609e2a1
3 years ago
version 8
201348d9
3 years ago
version 7
eb458163
3 years ago
version 6
af424cf1
3 years ago
version 5
440798e1
3 years ago
version 4
44d463f3
3 years ago
version 3
f5208db0
3 years ago
version 2
c16db987
3 years ago
version 1
3c4362e2
3 years ago
master (base)
and
version 4
latest version
5a2dea2a
32 commits,
3 years ago
version 9
7609e2a1
31 commits,
3 years ago
version 8
201348d9
30 commits,
3 years ago
version 7
eb458163
10 commits,
3 years ago
version 6
af424cf1
9 commits,
3 years ago
version 5
440798e1
7 commits,
3 years ago
version 4
44d463f3
6 commits,
3 years ago
version 3
f5208db0
5 commits,
3 years ago
version 2
c16db987
4 commits,
3 years ago
version 1
3c4362e2
3 commits,
3 years ago
6 files
+
178
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/icartt/__init__.py
+
5
−
1
Options
from
.dataset
import
Dataset
,
StandardNormalComments
,
Variable
,
Formats
,
VariableType
\ No newline at end of file
from
.dataset
import
Dataset
,
StandardNormalComments
,
Variable
,
Formats
,
VariableType
# TODO: add __version__ ?
# TODO: add __all__ = ("names of exported classes etc.",) ?
\ No newline at end of file
Loading