Skip to content
Snippets Groups Projects

Resolve "release v1.5.0"

Merged Ghost User requested to merge release_v1.5.0 into master

Closes #338 (closed)

Edited by Ghost User

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
  • A deleted user added Release label

    added Release label

  • Ghost User assigned to @leufen1

    assigned to @leufen1

  • Ghost User added 103 commits

    added 103 commits

    • 342f08cb - Merge branch 'release_v1.4.0' into 'develop'
    • 55203581 - apply fix and check for validity, /close #320 (closed) on success
    • 6a784942 - added known issue with multiprocessing to readme
    • 8bf828f0 - Merge branch...
    • a9f84005 - added cleanup, /close #321 (closed) when HPC system test works
    • a97324fe - add another fix for rare cases in clim skill scores
    • 4bc1679f - ValueErrors raised when timeseries (history, label or observation) only consists of NaN
    • d3ce14c1 - removed unnecessary line in remove_nan()
    • dba4e257 - add another fix to use raw input data for climate filter
    • 8d81fdab - added missing statement
    • f4682d21 - new reference return strategy to reduce communication amount in...
    • 60ed07f6 - open statement wasn't committed entirely
    • 72222a8d - added protocol number for pickling commands
    • e27deddc - Fix multiply_extremes
    • 0a69b1d0 - Merge branch 'vincent_324-fix-problem-in-multiply-extremes' into 'develop'
    • f41d0405 - Merge branch 'lukas_issue322_refac_reduce-communication-in-multiprocessing'...
    • c83ed71d - Merge branch 'lukas_issue321_bug_too-big-data-for-memory' into 'develop'
    • f876cf51 - fixed bug in multiply extremes
    • b77dd7dd - added upsampled histogram
    • 9d09eb27 - Merge branch 'lukas_issue324_bug_fix-problem-in-multiply-extremes' into 'develop'
    • 32902c48 - applied split of overwrite parameters, /close #325 (closed)
    • 256f86f4 - Merge branch 'lukas_issue325_refac_split-overwriting-of-lazy-data-and-raw-data' into 'develop'
    • fcb3139f - added error handling, /close #32 (closed)
    • 8d2f07ff - added debug prints
    • fc80187d - added try for each single plot iteration
    • b1de15c6 - added parameter to experiment setup that is relevant to #325 (closed)
    • d1c26a21 - start refac (not running version, /close #329 (closed))
    • ebc64a21 - refac on different lines
    • 1cdcd1e0 - transformation can now handle each given data handler
    • 03c1edaf - removed unfiltered addition from fir data handler single station, added the...
    • ed5cc7b7 - Merge branch 'lukas_issue329_refac_individual-trafo-for-unfiltered-data' into...
    • 24f19408 - removed data handler neighbors from coverage measurement
    • 939f3156 - refac repr of data handler, joined ";" can cause problems when data are used as competitor
    • 097e3f6b - refac of error message during plotting, PlotTimeSeries has now a ahead_dim parameter
    • 26494e56 - adjusted failing PlotPeriodogram
    • 635867fb - added print statements to find error in PlotTimeSeries
    • f07df540 - enlarge traceback logging
    • d64888de - added error catch in PlotTimeSeries
    • 95c28eed - remove logging statements used for debugging
    • 03738d59 - remove print statements used for debugging
    • b5d706f4 - Merge branch 'lukas_issue326_refac_do-not-stop-if-filter-plots-fail' into 'develop'
    • 715e29ce - only reset bootstrap_skill_scores on iteration 0
    • a52c3f67 - store results from bootstrapping in csv file
    • c5ece882 - csv file is now created only when results are available
    • f1d790ef - Merge branch 'lukas_issue330_bug_calculate-bootstraps' into 'develop'
    • dd1bb029 - reports now errors for all competitors too
    • d0735fd1 - errors of external competitors are now added too
    • b531461d - obs dim is now derived from class attribute
    • 7077879c - also store competitive skill scores
    • 77057e16 - small fix if no model_list is avail
    • e4abe526 - change naming of skill score reports
    • 011dcb46 - another adjustment for cases that no observation but a competitor is available
    • 4c94e33d - added weighted skill score mean to tables
    • 9b4326ca - fixed another problem with missing station forecastas
    • 5233f61b - fix issue with remove items if length is of 0
    • 47850c2f - remove does not work properly still
    • 79f91620 - Merge branch 'lukas_issue332_feat_report-error-metrics-for-all-competitors'...
    • 66aad8c7 - can calculate block mse
    • 7f9564ca - block_length and evaluate_competitors can be set from outside
    • e0ad3fc9 - draft uncertainiy boots
    • f4503c07 - draft uncertainiy boots
    • 167d408e - Merge branch 'issue333A-test-set-sample-uncertainty-in-postprocessing-2' into...
    • df93b9fc - include create_n_bootstrap_realizations in estimate_sample_uncertainty, added left-over todos
    • f00ed569 - added parameter to set number of boots for uncertainty estimation
    • ac1e2562 - renamed feature importance bootstrap variables and methods
    • 99bd9397 - test for defaults updated
    • ea76690f - test update
    • 622b2a58 - include first draft of PlotSampleUncertaintyFromBootstrap
    • 7d14a38d - updated parameter names in run scripts
    • aac76eaf - include first draft of PlotSampleUncertaintyFromBootstrap
    • 26e51d30 - Merge branch...
    • 35bbb19f - uncertainty estimate is now a class attribute and is parsed to plot routine
    • 78101d59 - include first draft of PlotSampleUncertaintyFromBootstrap
    • 3e5c3f4f - Merge branch 'issue333_feat_test-set-sample-uncertainty' of...
    • 2f8a4e34 - update deflaut plot list
    • af04fdf0 - statistics and raw data of uncertainty estimate are stored now
    • 4fa3bf86 - Merge remote-tracking branch...
    • 96948a92 - update statistics test (simplistic)
    • 441714a6 - update statistics test (simplistic)
    • 8d343f1b - Merge branch 'issue333_feat_test-set-sample-uncertainty' of...
    • 549ffe89 - include horizontal version of PlotSampleUncertaintyFromBootstrap
    • 1d5e3126 - add rmse plot for PlotSampleUncertaintyFromBootstrap
    • b332b560 - Merge branch 'lukas_issue332_feat_report-error-metrics-for-all-competitors' into 'develop'
    • 68b185a6 - fix type in plot: PlotSampleUncertaintyFromBootstrap
    • 29abfc63 - issue with old and new parameter naming is solved
    • d9c4b79b - adjust plot properties
    • 81d60948 - block length and n boots weren't load properly in post processing and used only defaults, fixed now
    • 7f8d3a96 - Merge branch 'issue333_feat_test-set-sample-uncertainty' into 'develop'
    • 2d7622bf - kzf is usable for climate fir filter
    • dcb0533f - add another periodogram plot to see differences between first and last input
    • 5f8e102e - Merge branch 'lukas_issue334_feat_make-kzf-filter-running-for-climate-fir-filter' into 'develop'
    • d71c4fc8 - feature importance returns now raw data instead of aggregated skill scores
    • b3842718 - PlotBootstrapSkillScore is now called PlotFeatureImportanceSkillScore
    • 69693514 - name of pdf starts now with feature_importance, there is now also another...
    • 7032e270 - default test is correct now
    • f81794c6 - try fix to use docutils with version<0.18
    • df29ff9f - Merge branch 'lukas_issue337_bug_ci-pipeline-fails-for-docs' into 'develop'
    • 63516387 - Merge branch 'lukas_issue337_bug_ci-pipeline-fails-for-docs' into...
    • 23e293d1 - fix calculation of feature importance, add new title method for the plot. /close #335 (closed)
    • f8dce6a6 - Merge branch 'lukas_issue335_refac_feature-importance-use-unaggregated-results' into 'develop'
    • b7450051 - use dim name instead of pos to be independent of dim ordering
    • c8488f06 - Merge branch 'falco_issue323-raise-valueerror-in-remove_nan-if-data-is-nan-only' into 'develop'
    • ac63c799 - Merge branch 'develop' into 'release_v1.5.0'

    Compare with previous version

  • Ghost User added 1 commit

    added 1 commit

    • e4ae0579 - updated version number, changelog, readme and docs and added dist file

    Compare with previous version

  • Ghost User marked this merge request as ready

    marked this merge request as ready

  • Ghost User added 1 commit

    added 1 commit

    • c3d12245 - release description is now updated

    Compare with previous version

  • Ghost User enabled an automatic merge when the pipeline for c3d12245 succeeds

    enabled an automatic merge when the pipeline for c3d12245 succeeds

  • A deleted user merged

    merged

  • Ghost User mentioned in commit 072aadc1

    mentioned in commit 072aadc1

Please register or sign in to reply
Loading