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 141 142 143 144 145 146 147 Next | |
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 5 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 | |
Jul 15, 2019 | |
1 year 6 months | The time Loop filter was using a different name than in its documentation. It really is TimeLoop! |
Commit 2461, by Mathias Bavay | |
1 year 6 months | Slightly improved documentation and smarter warning when duplicate timestamps are made of nodata values. And by the way, I did see the previous commit :-) |
Commit 2460, by Mathias Bavay | |
1 year 6 months | Quick removal of duplicate code from the last commit before anyone sees... |
Commit 2459, by Michael Reisecker | |
1 year 6 months | 'Trim' overload to return strings. KF: Should now be well-defined, first results have been achieved. Input matrices can hold brackets and be built from diagonal vectors, initial state can be set automatically from meteo data, better parse errors. PF… |
Commit 2458, by Michael Reisecker | |
1 year 6 months | Adding a missing documentation entry |
Commit 2457, by Mathias Bavay | |
Jul 12, 2019 | |
1 year 6 months | Oups, my previous commit was a mess... |
Commit 2456, by Mathias Bavay | |
1 year 6 months | Added the possibility to add custom compiler flags (this should help for issue 740) and to turn LTO off when compiling with optimizations (for systems with little available RAM). Both are marked as "advanced" and thus hidden from view for the normal… |
Commit 2455, by Mathias Bavay |