Skip to content
Snippets Groups Projects
  1. Feb 17, 2025
  2. Dec 13, 2024
  3. Nov 22, 2024
  4. Oct 19, 2024
  5. Oct 18, 2024
  6. Oct 14, 2024
  7. Oct 13, 2024
  8. Oct 12, 2024
    • Albert Gräf's avatar
      Bump version to 2.20.0. · 159f53a6
      Albert Gräf authored
      159f53a6
    • Albert Gräf's avatar
      Optimize plot_vis for large arrays. · 61d0171c
      Albert Gräf authored
      Optimize the case of a plain array with equidistant x steps, doing the
      xpix calculation with double precision floating point values. This
      prevents x coordinate rounding issues with very large arrays with more
      than 16777216 samples, which were previously only partially plotted due
      to this problem.
      
      Note that at present we only optimize the case of plain old array
      objects, since these are most likely to contain copious amounts of
      (sample) data. For arrays rendered as part of data structures the
      rounding issues are still present in most cases, but won't usually be
      noticed because these use cases rarely involve such humongous amounts of
      data.
      61d0171c
  9. Oct 11, 2024
  10. Oct 10, 2024
  11. Oct 09, 2024
  12. Oct 08, 2024
Loading