Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
36
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rdm-software
SaQC
Merge requests
!716
Rolling release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rolling release
rolling-release
into
develop
Overview
1
Commits
8
Pipelines
5
Changes
5
Merged
Bert Palm
requested to merge
rolling-release
into
develop
1 year ago
Overview
1
Commits
8
Pipelines
5
Changes
5
Expand
👍
0
👎
0
Merge request reports
Compare
develop
version 4
264e7a23
1 year ago
version 3
9c9ca342
1 year ago
version 2
d86c5771
1 year ago
version 1
591d8990
1 year ago
develop (base)
and
version 3
latest version
ee1bdd7e
8 commits,
1 year ago
version 4
264e7a23
7 commits,
1 year ago
version 3
9c9ca342
6 commits,
1 year ago
version 2
d86c5771
6 commits,
1 year ago
version 1
591d8990
5 commits,
1 year ago
5 files
+
54
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
saqc/__init__.py
+
4
−
0
Options
@@ -12,3 +12,7 @@ from saqc.core import Flags, DictOfSeries, SaQC
from
saqc.core.translation
import
DmpScheme
,
FloatScheme
,
PositionalScheme
,
SimpleScheme
from
saqc.parsing.reader
import
fromConfig
from
saqc.version
import
__version__
from
.
import
_version
__version__
=
_version
.
get_versions
()[
"
version
"
]
Loading