- Nov 12, 2021
-
-
Bert Palm authored
-
- Nov 11, 2021
-
-
David Schäfer authored
-
- Nov 10, 2021
-
-
Peter Lünenschloß authored
-
Peter Lünenschloß authored
-
- Nov 09, 2021
-
-
David Schäfer authored
-
Bert Palm authored
- fixed copy-tests - fixed deepcopy attrs in dios
-
Bert Palm authored
-
- Nov 02, 2021
- Nov 01, 2021
-
-
Bert Palm authored
-
- Oct 20, 2021
-
-
Bert Palm authored
-
- Oct 19, 2021
- Oct 12, 2021
-
-
David Schäfer authored
-
David Schäfer authored
-
David Schäfer authored
-
- Oct 07, 2021
-
-
Bert Palm authored
-
- Oct 06, 2021
-
-
David Schäfer authored
function calls. Instead of copying the entire dios, we now only store the values we actually masked and their `iloc`-position. This has the same worst-case-costs (i.e. all values are subject to masking) but results in significantly cheaper average costs (i.e. only a small subset of values are subject to masking)
-
- Sep 13, 2021
-
-
- Sep 10, 2021
-
-
David Schäfer authored
-
David Schäfer authored
-
- Sep 08, 2021
-
-
David Schäfer authored
-
- Aug 31, 2021
-
-
David Schäfer authored
-
David Schäfer authored
-
David Schäfer authored
-
- Aug 26, 2021
-
-
David Schäfer authored
set flags at all (i.e. through early returns) or only UNTOUCHED flags. This breaks the positional flagging scheme, which should have one digit for every funtion applied.
-
- Aug 09, 2021
-
-
- Jul 10, 2021
-
-
Bert Palm authored
-
- Jul 07, 2021
-
-
Bert Palm authored
the previous implementation, would only mark the start and end point(s) of a constant plateaus if it is as big as window or larger.
-
- Jul 06, 2021
-
-
Bert Palm authored
-