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 30, 2019 | |
1 year 3 months | Fixed a bug in DailyAverageResampling: the range parameter should not be mandatory. Improved the documentation. |
Commit 2514, by Mathias Bavay | |
Sep 25, 2019 | |
1 year 3 months | Making plugin names case insensitive in the ini file (less confusing for the end user) |
Commit 2513, by Mathias Bavay | |
1 year 3 months | Proper handling of nodata in headers (ie using the file's own nodata value properly, see issue 771) |
Commit 2512, by Mathias Bavay | |
Sep 24, 2019 | |
1 year 3 months | Small fix for issue 786. Most probably, the rest of the issue can not be fixed |
Commit 2511, by Mathias Bavay | |
1 year 3 months | Added a readGlacier() function, simmilar to readDEM() and readLanduse(), to read a glacier height map to be used as input in Alpine3D. As readLanduse, it is only implemented in ARCIO and GRASSIO |
Commit 2510, by Adrien Michel | |
1 year 3 months | Fixing type collision that was hidden for hardcoded values |
Commit 2509, by Michael Reisecker | |
Sep 23, 2019 | |
1 year 3 months | Fixed getAvgSamplingRate() that had been broken by the memory optimizations (issue 789) |
Commit 2508, by Mathias Bavay | |
Sep 20, 2019 | |
1 year 3 months | Two matrix helpers that will be useful in the future (Householder): L2 norm and submatrix extraction. toString() can now take a precision and can output the raw matrix (e. g. to write to file like in the particle filter). Adding sketch of the data s… |
Commit 2507, by Michael Reisecker | |
Sep 19, 2019 | |
1 year 3 months | Adding some flexibility to NO_CHANGE by enabling to set the maximum allowed variance. Adding Nander's new filter to the documentation - guess that's alright since it was put in inishell? Some mini touch-ups here and there. |
Commit 2506, by Michael Reisecker | |
1 year 3 months | Fixing wet bulb temperature calculation at the cost of a loop. |
Commit 2505, by Michael Reisecker | |
Sep 14, 2019 | |
1 year 4 months | Removed function definition that should come only in a next update and prevents compilation |
Commit 2504, by Adrien Michel | |
Sep 13, 2019 | |
1 year 4 months | Exposed list2DGrids for compatibility with streamflow |
Commit 2503, by Adrien Michel | |
Sep 9, 2019 | |
1 year 4 months | Documentation fixes: some code examples were using an invalid Date() call |
Commit 2502, by Mathias Bavay | |
Sep 6, 2019 | |
1 year 4 months | Improved documentation |
Commit 2501, by Mathias Bavay | |
1 year 4 months | A new TimeFilter has been implemented to sort the timestamps in increasing order |
Commit 2500, by Mathias Bavay | |
1 year 4 months | It is now possible to read and parse CSV files containing mulotiple stations in one file, each line containing a station ID. In this case, the requested station ID must be declared with the CSV#_ID parameter. |
Commit 2499, by Mathias Bavay | |
Sep 5, 2019 | |
1 year 4 months | Minor tweak to CsvIO |
Commit 2498, by Mathias Bavay | |
Aug 31, 2019 | |
1 year 4 months | Removal of two debugging loops. Why is this always so easy to see once it's online? |
Commit 2497, by Michael Reisecker | |
1 year 4 months | Singular value decomposition implemented, albeit the most easy one, and therefore probably still not enough to tackle matrices that don't behave. |
Commit 2496, by Michael Reisecker | |
Aug 30, 2019 | |
1 year 4 months | One step towards singular values decomposition: Eigenvalues and vectors of symmetrical matrices via Jacobi. My code, so no license troubles. Further styling and updating a dead link. |
Commit 2495, by Michael Reisecker |