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 | |
Sep 27, 2020 | |
3 months 20 days | The SnowlineAlgorithm now handles different input snowline elevations for multiple arbitrary slope aspects. Plus various overall improvements. |
Commit 2702, by Michael Reisecker | |
Sep 26, 2020 | |
3 months 21 days | Since with the bug before last commit noone could have used 'clusterization' I'm taking the chance to a: rename it (this function does not find clusters), b: make thresholds belong to the next bin (I think it would be much more common to know the ex… |
Commit 2701, by Michael Reisecker | |
3 months 21 days | Fixing bug preventing execution of Grid2DObject::clusterization() |
Commit 2700, by Michael Reisecker | |
Sep 25, 2020 | |
3 months 21 days | Finally the ability to only apply a filter for specific time periods is fully functional and documented! Now it needs to be implemented into Inishell... |
Commit 2699, by Mathias Bavay | |
3 months 21 days | The interface for the filter has been changed: they now all receive a reference to a Config object in their constructor so they can extract any additional information that they need. |
Commit 2698, by Mathias Bavay | |
3 months 22 days | Minor optimization in the filter time restriction feature |
Commit 2697, by Mathias Bavay | |
3 months 22 days | The time-based filtering restrictions are almost done... The only missing part is to read the time zone from the config file, which requires a different interface to ProcessingBlock. This will be done in another commit along with the documentation. |
Commit 2696, by Mathias Bavay | |
Sep 24, 2020 | |
3 months 23 days | Fixing a messed up commit, changing the hostname for the Continuous Integration |
Commit 2695, by Mathias Bavay | |
3 months 23 days | More changes to prepare for the filter time restrictions |
Commit 2694, by Mathias Bavay | |
Sep 23, 2020 | |
3 months 23 days | removing some debug code |
Commit 2693, by Mathias Bavay | |
3 months 23 days | Time restrictions for filter are slowly coming... The new filter keyword "WHEN" will be used to provide date ranges when the filter should be applied. Reading and processing the arguments is implemented, the rest (ie applying the restriction) is not… |
Commit 2692, by Mathias Bavay | |
3 months 24 days | Improving the FindMeteoIO.cmake: it now gives priority to installations close by and should better handle when it is not found. Updated some documentation in ProcessingBlock |
Commit 2691, by Mathias Bavay | |
Sep 22, 2020 | |
3 months 24 days | Minor code cleanup before deeper changes |
Commit 2690, by Mathias Bavay | |
Sep 18, 2020 | |
3 months 28 days | oops, my refactoring of the time suppr filter was missing two very important lines... |
Commit 2689, by Mathias Bavay | |
3 months 28 days | Added on special case in CsvIO in order to transparently handle NAN or NULL (there is no point in generating errors or warnings for these) |
Commit 2688, by Mathias Bavay | |
3 months 29 days | A wrong data type was used to represent the default precision and width, leading to wrongly formatted outputs on some systems (char instead of int) |
Commit 2687, by Mathias Bavay | |
Sep 17, 2020 | |
3 months 29 days | Two new options have been added to smet, in order to control the default precision and width |
Commit 2686, by Mathias Bavay | |
3 months 29 days | fixed more warnings |
Commit 2685, by Mathias Bavay | |
3 months 29 days | Fixed some warnings found with VC++ |
Commit 2684, by Mathias Bavay | |
Sep 15, 2020 | |
4 months 1 day | Rewrote the TimeSuppr method that removes invalid timestamps sot it can now discriminate between duplicated and out of order timestamps (and it might be slightly faster) |
Commit 2683, by Mathias Bavay |