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
9
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
Couldn't fetch the linked file.
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
4
Expand
👍
0
👎
0
Merge request reports
Viewing commit
e85c2cf4
Prev
Next
Show latest version
4 files
+
21
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
e85c2cf4
changed styple to pep440-pre, added checks in setup.py
· e85c2cf4
Bert Palm
authored
1 year ago
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