AgeSort asc/desc | Change |
---|---|
Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 Next | |
Aug 26, 2019 | |
1 year 4 months | Renaming the traditional Makefile in order to make it clearer it is only an example... See issue 777 |
Commit 2481, by Mathias Bavay | |
1 year 4 months | One more memory usage optimization: we can actually know how many data points will be used when we encounter a new stations, so we can reserve the memory. Moreover, the debug symbols are now always generated when compiling the examples. |
Commit 2480, by Mathias Bavay | |
Aug 23, 2019 | |
1 year 4 months | Trying to reduce memory consumption (issue 769) as well as memory re-allocations (is growing a vector because it was not sized at start). Extracting and converting one year of half-hourly data now takes 25 to 30% less memory. This has been achieved … |
Commit 2479, by Mathias Bavay | |
Aug 21, 2019 | |
1 year 4 months | When looking for key matches anywhere in the Config, the section part was not handled properly, leading to mistakes if the a section name contained in a key name (example: keys containing "generators" in the [input] section being wronly identified a… |
Commit 2478, by Mathias Bavay | |
Aug 13, 2019 | |
1 year 5 months | Smarter formating for the time ranges (ie showing 120s as 2 minutes, etc) |
Commit 2477, by Mathias Bavay | |
1 year 5 months | Better documentation for the AllSky ILWR generator, so one can understand what to expect from the parametrizations. Most probably, the same will be requested for the clear sky parametrizations... |
Commit 2476, by Mathias Bavay | |
Aug 12, 2019 | |
1 year 5 months | The nodata handling logic in FilterMaths was flawed, which unfortunately is hard to fix without introducing more and more pointers. For now this responsibility is transferred to the user (easy, but the ini file gets a little longer). Some housekeepi… |
Commit 2475, by Michael Reisecker | |
Aug 9, 2019 | |
1 year 5 months | Same CLang warning as yesterday, forgot it here... |
Commit 2474, by Michael Reisecker | |
1 year 5 months | Fixed some potential source of bug in IOUtils::count. Some minro touch up to FilterKalman (using vector contructors instead of copies) as well a small change in its documentation for clarity and consistency (to revert back if Michael is not happy wi… |
Commit 2473, by Mathias Bavay | |
1 year 5 months | NEW FILTER: FilterMaths to evaluate arithmetic expressions with meteo data available. It's quite powerful! Also listing Kalman and particle filter in the processing elements because all the disclaimers are there. |
Commit 2472, by Michael Reisecker | |
Aug 8, 2019 | |
1 year 5 months | Clang warnings regarding uninitialized values (hopefully) fixed, please confirm. ZRXP changes for character encoding and parameter units to make the plugin a little bit less, but the toolchain much more elegant. |
Commit 2471, by Michael Reisecker | |
1 year 5 months | Minor casting issues found out by CLang |
Commit 2470, by Mathias Bavay | |
Aug 7, 2019 | |
1 year 5 months | Enabling default CSV delimiter as per the documentation. |
Commit 2469, by Michael Reisecker | |
Aug 5, 2019 | |
1 year 5 months | Redid the RasPi RNG tests and benchmarks on a strong laptop. Minor cleanup and doc enhancements for PF & KF. Some unimportant typos. |
Commit 2468, by Michael Reisecker | |
Jul 30, 2019 | |
1 year 5 months | A C99 function slipped in the particle filter undetected... |
Commit 2467, by Michael Reisecker | |
1 year 5 months | Handling another special case in the ZRXP plugin to better transport untouched nodata values. Forgotten doc fix for TIMELOOP, slight filters doc enhancement, small typos. |
Commit 2466, by Michael Reisecker | |
Jul 29, 2019 | |
1 year 5 months | Adding example program an data for the statistical filters. |
Commit 2465, by Michael Reisecker | |
1 year 5 months | Finalizing the documentation for KF & PF with two more examples. KF: output error estimation as standard deviation, alias for substitution '1st'. PF: memory bugfix for model fitting, less particles as default. |
Commit 2464, by Michael Reisecker | |
Jul 25, 2019 | |
1 year 5 months | Documentation for the new filters. It is reachable via 'Modules' but not linked in the processing list yet. KF: filter only the param it runs on by default, better nodata handling, system matrix can also read a vector, cleanup. PF: bugfix when using… |
Commit 2463, by Michael Reisecker | |
Jul 18, 2019 | |
1 year 6 months | PF: Reintroducing previously kicked idea to use data points as model by means of fitting a curve. Alternative choice for most likely path. System and observation model's substitutions variables don't have to match anymore. KF: Output of evolution of… |
Commit 2462, by Michael Reisecker |