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 | |
Nov 8, 2018 | |
2 years 2 months | Documentation restructuring to make raw data editing and spatial resampling more visible as well as removing a dead link |
Commit 2262, by Mathias Bavay | |
2 years 2 months | Trying to reduce the cluter with many "interpolate" calls in order to handle all the possible options... Now, for some the info_string is a returned parameter so it can easily be ignored instead of always providing two calls (with and without). |
Commit 2261, by Mathias Bavay | |
2 years 2 months | RNG comments to doxygen. Also, some conversion warnings that turned up on a smaller wordsize machine were fixed. |
Commit 2260, by Michael Reisecker | |
Nov 6, 2018 | |
2 years 2 months | Quite a few improvements to the Quantile Mapping filter: it is now possible to choose either to add or multiply by the correction as well as provide the period over which the quantiles should be computed (either yearly, monthly or daily). |
Commit 2259, by Mathias Bavay | |
Nov 5, 2018 | |
2 years 2 months | Added a very basic Quantile Mapping filter. More to come! |
Commit 2258, by Mathias Bavay | |
Nov 4, 2018 | |
2 years 2 months | Adding Gamma, Chi-Square, Student-t, Beta and Fisher deviates to RNG. Some cosmetics. |
Commit 2257, by Michael Reisecker | |
Oct 29, 2018 | |
2 years 2 months | Replacing inttypes.h-definition with value |
Commit 2256, by Michael Reisecker | |
Oct 28, 2018 | |
2 years 2 months | Coords constructor now uses northing and easting as suggested in Ticket 727. |
Commit 2255, by Michael Reisecker | |
Oct 27, 2018 | |
2 years 2 months | Added Mersenne Twister as RNG algorithm. |
Commit 2254, by Michael Reisecker | |
Oct 25, 2018 | |
2 years 2 months | Doing some down-conversions explicitly in the RNG to tell the compiler that that's what we want. |
Commit 2253, by Michael Reisecker | |
2 years 2 months | Fixed technical compiler warnings in the RNG, some int types remaining. |
Commit 2252, by Michael Reisecker | |
2 years 2 months | fixed bad units in VSTATIONS_REFRESH_OFFSET |
Commit 2251, by Mathias Bavay | |
Oct 24, 2018 | |
2 years 2 months | Added a showcase for the RNG to the examples. |
Commit 2250, by Michael Reisecker | |
2 years 2 months | Some commits to prepare a mid-sized random numbers suite for statistical filters; this is the framework. Here's to not breaking anything... (thanks Mathias!) |
Commit 2249, by Michael Reisecker | |
Oct 23, 2018 | |
2 years 2 months | Fixed some obsoletes uses of EXIT_SUCCESS / EXIT_FAILURE in A3DIO (thanks Michael!) and updated the documentation |
Commit 2248, by Mathias Bavay | |
Oct 18, 2018 | |
2 years 3 months | Fixed an invalid check on an array index and a warning when generating the documentation |
Commit 2247, by Mathias Bavay | |
2 years 3 months | Small formula for air pressure reduced to sea level (and tiny consistency consideration) |
Commit 2246, by Michael Reisecker | |
Oct 17, 2018 | |
2 years 3 months | fixed a stupid mistake (it seems that #include <limits> is quite plateform dependant...) |
Commit 2245, by Mathias Bavay | |
Oct 15, 2018 | |
2 years 3 months | Small documentation improvement... |
Commit 2244, by Mathias Bavay | |
2 years 3 months | Making VC++ by defining a specialized implementation for a template... |
Commit 2243, by Mathias Bavay |