AgeSort asc/desc | Change |
---|---|
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 148 149 Next | |
Mar 3, 2021 | |
5 days 10 hours | Follow up on commit 2809: each dimension in the count array needs to be initialized with 1 in order for data to be read. |
Commit 2811, by Nander Wever | |
Mar 2, 2021 | |
6 days 7 hours | Make the netCDF plugin skip files without time dimension when listing grids. |
Commit 2810, by Nander Wever | |
6 days 7 hours | Making the NetCDF plugin more flexible in that it now reads the dimension sequence for a variable, instead of assuming it is time, row, col. |
Commit 2809, by Nander Wever | |
Feb 26, 2021 | |
10 days 21 minutes | The DST (Daylight Saving Time) support in the Date class had never been used and seem like a quite bad idea in retrospect, therefore it has been removed. For input data that have DST, it is still possible to rely on the UnDST time filter to bring th… |
Commit 2808, by Mathias Bavay | |
Feb 24, 2021 | |
11 days 17 hours | The SOFT option in the MAD filter was being used both for the window definition and for the behavior when no window can be defined, leading to counter-intuitive behavior. There is now an additional STRICT option that defines how to handle the case w… |
Commit 2807, by Mathias Bavay | |
11 days 17 hours | Now relying on MathML for equations in doxygen instead of pictures as well as some tunning for the visibility of enums, typedefs within classes and namespaces |
Commit 2806, by Mathias Bavay | |
Feb 23, 2021 | |
12 days 17 hours | There is now a flag to enable / disable the input editing for timeseries globally (as this can be useful when defining different processing levels) |
Commit 2805, by Mathias Bavay | |
13 days 1 hour | Minor code styling, minor imporvements to the documentation and making the sensitivity parameter optional. |
Commit 2804, by Mathias Bavay | |
Feb 22, 2021 | |
14 days 4 hours | Two new keys have been added: enable_meteo_filtering and enable_time_filtering in order to be able to disable some filtering without having to comment out the whole section. |
Commit 2803, by Mathias Bavay | |
Feb 16, 2021 | |
20 days 9 hours | Adding the option to split output NetCDF file by variable and/or year using the [Output] keys NETCDF_SPLIT_BY_VAR and NETCDF_SPLIT_BY_YEAR, respectively. |
Commit 2802, by Nander Wever | |
Feb 11, 2021 | |
25 days 1 hour | Fixed an error message |
Commit 2801, by Mathias Bavay | |
25 days 4 hours | Small simplification since kernel() only contains 0 or 1 (but Array2D<bool> does not work for a mysterious reason) |
Commit 2800, by Mathias Bavay | |
25 days 4 hours | Minor changes: style (Kernel coding style, although I am guilty of some early code in Grid**Object not fully following it), constification, fixed some warnings (type casting) and fixed one bug (calling getNx() when it should have been getNy()) |
Commit 2799, by Mathias Bavay | |
25 days 4 hours | It is now possible to read decimal representations of dates (such as Excel, Matlab, etc) in CSV files |
Commit 2798, by Mathias Bavay | |
Feb 10, 2021 | |
26 days 29 minutes | Added a first implementation of compute_spatial_mean() in Grid2Dobjects |
Commit 2797, by Adrien Michel | |
26 days 35 minutes | Remaned iswr_modeled to toa_h for clarity |
Commit 2796, by Adrien Michel | |
26 days 41 minutes | Corrected error in deserialization |
Commit 2795, by Adrien Michel | |
Feb 9, 2021 | |
26 days 16 hours | Making a private structure a standalone class in order to further expand it |
Commit 2794, by Mathias Bavay | |
26 days 16 hours | Minor documentation improvement |
Commit 2793, by Mathias Bavay | |
Feb 5, 2021 | |
1 month 3 days | Updated tinyexpr to its latest version |
Commit 2792, by Mathias Bavay |