Skip to content
Snippets Groups Projects

Follow-Up Translations

Merged David Schäfer requested to merge translations into develop

This merge requests incorporates the following changes/additions:

  • Allow the use of translator specific keywords in function calls, e.g. comment and cause for the DmpTranslator
  • Generate valid Historys 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 a DataFrame 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • David Schäfer mentioned in merge request !257 (closed)

    mentioned in merge request !257 (closed)

  • David Schäfer added 14 commits

    added 14 commits

    Compare with previous version

  • David Schäfer added 4 commits

    added 4 commits

    • 4f492d52 - moved translator code into new core module
    • 4452c3c4 - exclude translation arguments from function keyword checks
    • 74326e3e - make translations available through the EXE
    • 8edc193c - cleanups

    Compare with previous version

  • David Schäfer added 18 commits

    added 18 commits

    Compare with previous version

  • David Schäfer added 2 commits

    added 2 commits

    • 84e859b4 - [FIX] don't overwrite columns of input history
    • 92c1a054 - [FIX] history merges in mapToOriginal may lead to an inconsistent history mask

    Compare with previous version

  • David Schäfer added 5 commits

    added 5 commits

    • 663155bd - undo broken [FIX]
    • 01a73f0c - [FIX] history merges may lead to an inconsistent mask
    • 0fc94e15 - [FIX] pass actual flags into generic
    • 9d51a067 - [FIX] flagtools.flagUnflagged did not see the actual flags
    • 5c97a4de - [FIX] breaks.flagIsolated was only flaggin nan values

    Compare with previous version

  • David Schäfer added 1 commit

    added 1 commit

    • 6143c92e - [FIX] excess history column for new variables through generic.flag

    Compare with previous version

  • David Schäfer added 2 commits

    added 2 commits

    • 3aa1804d - [FIX] outliers.flagOffset raises IndexError for all nan-data
    • f454ae07 - [FIX] remove real-world memory usage by ~20% and runtime by ~3% through removal of Flags._cache

    Compare with previous version

  • David Schäfer added 14 commits

    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

    Compare with previous version

  • David Schäfer added 1 commit

    added 1 commit

    • 0618f5ee - trying to get the categoricals consistent (it's not going to be easy!)

    Compare with previous version

  • David Schäfer added 1 commit

    added 1 commit

    • 81cd2779 - backtrack variable naming changes through tools.rename

    Compare with previous version

  • David Schäfer marked this merge request as ready

    marked this merge request as ready

  • David Schäfer changed the description

    changed the description

  • assigned to @palmb

  • David Schäfer added 2 commits

    added 2 commits

    Compare with previous version

  • Bert Palm
  • David Schäfer resolved all threads

    resolved all threads

  • David Schäfer mentioned in merge request !269 (closed)

    mentioned in merge request !269 (closed)

  • David Schäfer added 2 commits

    added 2 commits

    • 758b26a3 - [FIX] reduce the memory consumption of SaQC by >50% through Histories of type pd.Categorical
    • d2ae8d76 - changed SaQC parameter name

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading