Resolve "release v1.2.0"
Closes #257 (closed)
Edited by Ghost User
Merge request reports
Activity
added 93 commits
- 60048b9d - Merge branch 'master' into 'develop'
- b0001013 - include first modified plots from IntelliO3 (see #211 (closed)):
- 070121df - add example plots to docs
- eab15891 - adding PlotAvailabilityHistogram to default plot list
- e5f8bb32 - add PlotAvailabilityHistogram to postprocessing call
- bdb3aa77 - update postprocessing_plotting.
- 97ffbb2d - add 'PlotAvailabilityHistogram' to default plot list
- 1aec0e47 - update docs
- 71a0c592 - first implementation to check on hpc
- 70670eb3 - include .tex table:'station_describe_short'
- bbee4c89 - use os.count_cpu() to determine pool size. If only single worker is available...
- 72a33ff1 - missed to include the changes
- 46a07ab5 - new station list
- 7c91c343 - added additional error handler during station check
- 1dba57c6 - update summary tables in preprocessing
- 021c1e42 - included requests connectionerror
- 7df2c069 - try to fix unforeseen behaviour of ci run
- f74de303 - use mocking for cpu count during tests
- 0e8e07f6 - Merge branch 'lukas_issue164_feat_parallel-station-check' into 'develop'
- 4e1252c2 - Merge branch 'felix_issue211-inclue-new-intellio3-plots-in-mlair' into 'develop'
- 80513b80 - new helper to extract subset of dictionary indicated by key
- 862c0773 - changed check_for_negative_concentrations because it raised index errors e.g. for target data
- 9f35efe5 - DataHandlerMixedSampling can now differ between input and target values and...
- 7ce6cc81 - update for DataHandlerMixedSamplingWithFilter and DataHandlerSeparationOfScales
- 982fc6f6 - helper to list can now transform sets to lists in addition
- b4e45333 - introduced test if all requested variables are available, the join module will...
- 34208fdb - Merge branch 'lukas_issue221_refac_mixed-sampling-data-handler-loads-to-much-data' into 'develop'
- 9d97c483 - data origin that was requested is now returned to able to include it into error message
- 4d6f4dee - tests are now up-to-date
- f1b7a14e - Merge branch...
- 63d232d5 - reduce all unnecessary dimensions in plot data set to fix error
- 83fd35e2 - Merge branch 'lukas_issue223_bug_plotavailabilityhistogram-expects-2d-data' into 'develop'
- a86928c0 - join handles now bad request reponses, /close #224 (closed)
- 7d3b5411 - introduced parallel transformation for all data handlers inheriting from default data handler
- 5b91f2f9 - Merge branch 'lukas_issue224_bug_valueerror-during-build' into 'develop'
- eec9315d - Merge branch 'lukas_issue225_feat_parallel-transformation' into 'develop'
- 9b743dae - add log information on number of parallel processes
- 51346c82 - Merge branch 'lukas_issue225_feat_parallel-transformation' into 'develop'
- 0326d8bf - data wasn't properly loaded due to a wrong data_path (still containing the...
- 791a870e - updated path tests, and fixed problems on zam347 with parallel executions
- 636ce543 - another minor bug fixed
- 5fe84793 - fixed iterator bug when indexing causing the nan error during postprocessing
- 19e76b0f - Merge branch 'lukas_issue226_bug_nan-error-during-postprocessing' into 'develop' /close #226 (closed)
- 3e392698 - more plot options are available form outside for the PlotStationMap, during...
- e1fa00a5 - introduce name for data collection, use this name to create a legend in PlotStationMap
- b76e8199 - PlotStationMap has now tight bbox_inches to prevent axis label cut-off
- f657a707 - fixed typo
- d68daa62 - changed colors for station map to default colors
- 389f5b2f - create two versions of the station map, set defaut color for train_val to black for now
- 5a13a1b7 - Merge branch 'lukas_issue227_refac_map-plot-for-more-subsets' into 'develop'
- d671caca - added entries to root gitignore, /close #213 (closed)
- bcbf1287 - Merge branch 'lukas_issue213_tech_add-entries-to-gitignore' into 'develop'
- 2a3b496a - sampling_inputs is replaced by the possibility to use a tuple for parameter...
- f0046284 - tests for update_kwargs method
- ca24bfc1 - updated run_mixed_sampling to have a running example regarding the current changes
- bb67bc86 - Merge branch 'lukas_issue229_feat_mixed-sampling-decouple-interpolation' into...
- dd024db9 - introduce window_history_offset parameter
- 6c913d92 - Merge branch 'develop' into lukas_issue220_refac_history-for-mixed-sampling-data-handler
- 7c87b30f - Merge branch 'lukas_issue220_refac_history-for-mixed-sampling-data-handler'...
- 4d79f00f - encapsulate all plot routines into a try except statement with a general Exception case
- 32b3f35b - Merge branch 'lukas_issue107_refac_try-except-for-plots' into 'develop', /close #107 (closed)
- 827e7159 - added templates for release and bug
- 078a5990 - Merge branch 'lukas_issue189_tech_templates-issue' into 'develop', /close #189 (closed)
- 96d5baa4 - map plot includes number of stations inside a subset in the legend, /close #231 (closed)
- cb7ec061 - Merge branch 'lukas_issue231_feat_add-number-of-stations-to-station-map-legend' into 'develop'
- 153794e0 - fixed bug as proposed, /close #232 (closed)
- 23e159cb - Merge branch 'lukas_issue232_bug_wrong-count-of-stations-reporting' into 'develop'
- 2973e245 - fixed bug and adjusted typing for DataHandlerSingleStation, /close #235 (closed)
- 0ac52f88 - Merge branch...
- 5a8f107a - new tests for datastore and tracking, /close #240 (closed)
- a7cb6bae - Merge branch 'lukas_issue240_test_new-tests-for-datastore' into 'develop'
- dbe95dfd - new tests for helpers /close #241 (closed)
- dfe32415 - Merge branch 'lukas_issue241_test_new-tests-for-helpers' into 'develop'
- 18a7c5e7 - new tests for iterators /close #238 (closed)
- 27f738cc - set ordering is not fixed, cause an error
- 4092fea7 - Merge branch 'lukas_issue241_test_new-tests-for-helpers' into 'develop'
- 4980d788 - Merge branch 'lukas_issue238_test_new-tests-for-iterator' into 'develop'
- 461aed4f - no tests required, add pragma
- 4e9f96d0 - Merge branch 'lukas_issue236_test_new-tests-for-init' into 'develop'
- 82c83089 - file advanced data handler was outdated and just a collection of "testing"...
- 0989c1b3 - Merge branch 'lukas_issue239_refac_new-tests-for-advanced-data-handler' into 'develop'
- d016cf66 - new tests for testing helpers, corrected wrong usage of PyTestAllEqual and...
- f4fa78c1 - Merge branch 'lukas_issue242_test_new-tests-for-helper-testing' into 'develop'
- 969c9f79 - tests for abstract workflow implemented, /close #244 (closed)
- 52c4b149 - tests for default workflow implemented with little refac, /close #245 (closed)
- 27e72df9 - CI executes tests different to local machine, refac test
- c60b26d2 - Merge branch 'lukas_issue245_test_new-tests-for-default-workflow' into 'develop'
- 39f2b1ed - coverage is now 100%, /close #243 (closed)
- b9fca075 - Merge branch 'lukas_issue244_test_new-test-for-abstract-workflow' into 'develop'
- 33cd7867 - Merge branch 'lukas_issue243_test_new-tests-for-tracker-plot' into 'develop'
- 89fd79f6 - moved some files and testing routines, finished tests for path config /close #237 (closed)
- 01f210a6 - Merge branch 'lukas_issue237_test_new-tests-for-configuration' into 'develop'
- b3858d34 - Merge branch 'develop' into 'release_v1.2.0'
Toggle commit listadded 3 commits
enabled an automatic merge when the pipeline for c9586265 succeeds
mentioned in commit cf6bca9d
- A deleted user
merged
Please register or sign in to reply