Skip to content

v3.0.2

Choose a tag to compare

@JerryI JerryI released this 25 Mar 11:10
· 41 commits to main since this release

TeXView

We added a shorthand symbol for rendering expressions as LaTeX:

TeXView[1/2]

Tooltip

A tooltip can be used on graphics primitives

Plot[{Tooltip[Sin[x], "This is sine"], Tooltip[Cos[x], "This is cosine"]}, {x,0,2Pi}]

Read our documentation for more information and use cases

Documentation window fix

You should no longer have any troubles when copying code blocks from docs pages.

ListAnimate

We implemented a new member of Animate/Manipulate family of symbols

Raster

We improve the performance of Raster, which shows up in many 2D plots.
Moreover it supports Offload, that means you can make it dynamic manually or automatically

More examples

A new examples on presentations and interactive evaluation

Electron went Wayland-native

Electron switched to Wayland on Linux last fall.

Minor bug-fixes

  • Incorrect cell content update, when a cell was morphed from output to input
  • Incorrect rendering of Row inside ticks and other labels of Graphics
  • NeuralNet package invalid format values
  • Global styling of slide cells content (CSS issue)
  • #489