Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
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
FINAM
finam
Merge requests
!171
Static inputs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Static inputs
static-inputs
into
main
Overview
6
Commits
11
Pipelines
13
Changes
15
Merged
Martin Lange
requested to merge
static-inputs
into
main
2 years ago
Overview
6
Commits
11
Pipelines
13
Changes
15
Expand
Add a property
is_static
to inputs.
Static inputs can't be pulled repeatedly
Static inputs cache data to avoid calculations on repeated pull
Static inputs can't be connected to dynamic outputs
Static inputs strip the time coordinate
Dynamic inputs replace
NaT
by the pull time
Edited
2 years ago
by
Martin Lange
👍
0
👎
0
Merge request reports
Compare
main
version 14
1b3e3040
2 years ago
version 13
df7f138d
2 years ago
version 12
3578224c
2 years ago
version 11
74eddd04
2 years ago
version 10
dba98305
2 years ago
version 9
f9d015af
2 years ago
version 8
2272799d
2 years ago
version 7
2272799d
2 years ago
version 6
4ece22ab
2 years ago
version 5
a0686b0a
2 years ago
version 4
a0686b0a
2 years ago
version 3
4da99387
2 years ago
version 2
b6aabe8f
2 years ago
version 1
b77c66f9
2 years ago
main (base)
and
latest version
latest version
08ce317d
11 commits,
2 years ago
version 14
1b3e3040
11 commits,
2 years ago
version 13
df7f138d
10 commits,
2 years ago
version 12
3578224c
9 commits,
2 years ago
version 11
74eddd04
9 commits,
2 years ago
version 10
dba98305
9 commits,
2 years ago
version 9
f9d015af
8 commits,
2 years ago
version 8
2272799d
7 commits,
2 years ago
version 7
2272799d
7 commits,
2 years ago
version 6
4ece22ab
6 commits,
2 years ago
version 5
a0686b0a
5 commits,
2 years ago
version 4
a0686b0a
11 commits,
2 years ago
version 3
4da99387
9 commits,
2 years ago
version 2
b6aabe8f
8 commits,
2 years ago
version 1
b77c66f9
7 commits,
2 years ago
15 files
+
380
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
src/finam/data/__init__.py
+
3
−
0
Options
@@ -40,6 +40,7 @@ Data tools
:noindex: UNITS
:noindex: Info
assert_type
assign_time
check
check_quantified
full
@@ -84,6 +85,7 @@ from .tools import (
UNITS
,
Info
,
assert_type
,
assign_time
,
check
,
check_quantified
,
full
,
@@ -128,6 +130,7 @@ __all__ += [
"
FinamDataError
"
,
"
Info
"
,
"
assert_type
"
,
"
assign_time
"
,
"
check
"
,
"
check_quantified
"
,
"
full
"
,
Loading