Follow-Up Translations
This merge requests incorporates the following changes/additions:
- Allow the use of translator specific keywords in function calls, e.g.
comment
andcause
for theDmpTranslator
- Generate valid
History
s from given input flags. The user flags usually lack information (i.e. concrete parameter values, order of function calls, ...) to infer a real history. I loosed the definition of the word valid, to 'rerunning the history inferred from aDataFrame
of user flags on the same input data, needs to yield the same user flags again' - Make the different translators available through the CLI (i.e. the exe)
Edited by David Schäfer
Merge request reports
Activity
Filter activity
- Resolved by Bert Palm
mentioned in merge request !257 (closed)
added 14 commits
- 968f99c3 - fixed missing initial UNFLAGGED column on flags init
- 5a37213c - minor change
- 1bd36283 - fixed missing initial UNFLAGGED column on flags init
- a4c7491b - minor change
- 440adc21 - hardened flags and history
- b7e84d13 - accpet more argument types
- a14894f9 - usable defaults
- 69fd9a1d - fixed cyclic import
- 8f0efa65 - fixed positional translator, now that we have a stable init-column in History
- 842e521b - Merge remote-tracking branch 'origin/FlaxFix' into translations
- 96a668d4 - make translations runtrips reproducable
- 95f29b50 - Merge branch 'FlaxFix' of https://git.ufz.de/rdm-software/saqc into FlaxFix
- f3f9f096 - Merge branch 'FlaxFix' into translations
- 60dcc803 - fixed inconsistent dmp translation graph build
Toggle commit listadded 18 commits
-
8edc193c...5c95fe4d - 16 commits from branch
develop
- eeef7ee6 - Merge branch 'develop' into translations
- 2d9017e5 - Merge branch 'develop' into translations
-
8edc193c...5c95fe4d - 16 commits from branch
added 5 commits
Toggle commit listadded 1 commit
- 6143c92e - [FIX] excess history column for new variables through generic.flag
added 14 commits
- ea06005f - [FIX] don't overwrite columns of input history
- b3a98afe - [FIX] history merges may lead to an inconsistent mask
- 65cd7e30 - [FIX] pass actual flags into generic
- 1da172e8 - [FIX] flagtools.flagUnflagged did not see the actual flags
- 0119d7e1 - [FIX] breaks.flagIsolated was only flaggin nan values
- b2137c2a - [FIX] excess history column for new variables through generic.flag
- 734621f7 - [FIX] outliers.flagOffset raises IndexError for all nan-data
- e880fa7d - [FIX] remove real-world memory usage by ~20% and runtime by ~3% through removal of Flags._cache
- 8d2078d2 - [FIX] reduce runtime by ~45% (!) through the removal of builtins.any
- 0ffd8c04 - [FIX] reduce runtime by ~45% (!) through the removal of builtins.any
- 786ffd5e - Merge branch 'multifix' into translations
- 2f93f96a - [HACK] track variable renames
- 186188c9 - comments
- f0267bee - flags with type 'category' to heavily reduce memorey usage of saqc
Toggle commit listadded 1 commit
- 0618f5ee - trying to get the categoricals consistent (it's not going to be easy!)
added 1 commit
- 81cd2779 - backtrack variable naming changes through tools.rename
assigned to @palmb
added 2 commits
- b52ff7b4 - DmpTranslator: enforce valid quality_cause
- d0a0d526 - Merge branch 'translations' of https://git.ufz.de/rdm-software/saqc into translations
- Resolved by David Schäfer
mentioned in merge request !269 (closed)
Please register or sign in to reply