Skip to content

0.10

Choose a tag to compare

@flying-sheep flying-sheep released this 25 Nov 16:22
  • Added repr_markdown.matrix/~.data.frame for massive speedups in the IRkernel when printing matrices

    (before this, it fell back to the second class’s method: repr_markdown.numeric, which formatted the matrix as huge linear vector)

  • Fixed incomplete rowname preservation