Skip to content
Snippets Groups Projects
  1. Nov 11, 2021
    • Bert Palm's avatar
      - removed getResult · 977e7120
      Bert Palm authored
      - added property flags
      - added property flagsRaw
      - added property data
      - added property dataRaw
      - added property result
      - added Result class
      - rm Accessors
      - fixed test that rely on getResult
      977e7120
    • David Schäfer's avatar
      Multivariate functions · 68c56675
      David Schäfer authored
      68c56675
  2. Nov 10, 2021
  3. Nov 09, 2021
  4. Nov 02, 2021
  5. Nov 01, 2021
  6. Oct 20, 2021
  7. Oct 19, 2021
  8. Oct 12, 2021
  9. Oct 07, 2021
  10. Oct 06, 2021
    • David Schäfer's avatar
      [MEM] SaQc uses a lot of main memory by copying `data` between · 97b127ed
      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)
      97b127ed
  11. Sep 13, 2021
  12. Sep 10, 2021
  13. Sep 08, 2021
  14. Aug 31, 2021
  15. Aug 26, 2021
  16. Aug 09, 2021
  17. Jul 10, 2021
  18. Jul 07, 2021
    • Bert Palm's avatar
      fixed constants detection. · c42476c6
      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.
      c42476c6
  19. Jul 06, 2021
Loading