Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SaQC
Manage
Activity
Members
Labels
Plan
Issues
35
Issue boards
Milestones
Wiki
Code
Merge requests
7
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
!753
Funcs dict
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Funcs dict
funcsDict
into
develop
Overview
28
Commits
25
Pipelines
13
Changes
15
All threads resolved!
Hide all comments
Merged
Peter Lünenschloß
requested to merge
funcsDict
into
develop
1 year ago
Overview
28
Commits
25
Pipelines
13
Changes
5
All threads resolved!
Hide all comments
Expand
adresses
#449 (closed)
adds the option to choose a function by passing a dict key to the saqc methods, wherever possible
the dictionary of available functions is retrieved now from saqc.parsing.environ variables
adds validation for function selection to the checking library
moves helper functions from the lib.ts_operators module to saqc.func modules to avoid circular import
moves the literal checking from
funcs.tools
to
lib.checking
to avoid circular imports
👍
0
👎
0
Merge request reports
Compare
version 1
version 12
cc261db6
1 year ago
version 11
a1651556
1 year ago
version 10
230966f3
1 year ago
version 9
3458209d
1 year ago
version 8
6a70bf4a
1 year ago
version 7
f0e300e6
1 year ago
version 6
b80072a9
1 year ago
version 5
3ec5a333
1 year ago
version 4
40341d2f
1 year ago
version 3
1aa6f530
1 year ago
version 2
4ee7b6f4
1 year ago
version 1
a34c7ac9
1 year ago
develop (base)
and
version 4
latest version
11f246ec
25 commits,
1 year ago
version 12
cc261db6
24 commits,
1 year ago
version 11
a1651556
23 commits,
1 year ago
version 10
230966f3
22 commits,
1 year ago
version 9
3458209d
21 commits,
1 year ago
version 8
6a70bf4a
20 commits,
1 year ago
version 7
f0e300e6
19 commits,
1 year ago
version 6
b80072a9
17 commits,
1 year ago
version 5
3ec5a333
14 commits,
1 year ago
version 4
40341d2f
13 commits,
1 year ago
version 3
1aa6f530
12 commits,
1 year ago
version 2
4ee7b6f4
11 commits,
1 year ago
version 1
a34c7ac9
10 commits,
1 year ago
Show latest version
5 files
+
43
−
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/funcs/rolling.py
+
1
−
1
Options
@@ -141,7 +141,7 @@ def _roll(
center
:
bool
=
True
,
**
kwargs
,
):
validateFuncSelection
(
"
func
"
,
allow_operator_str
=
True
)
validateFuncSelection
(
func
,
allow_operator_str
=
True
)
validateWindow
(
window
)
validateMinPeriods
(
min_periods
)
Loading