Bewaard in:
Bibliografische gegevens
Hoofdauteurs: Kirill Vasin, A Chan
Formaat: Recurso digital
Taal:
Gepubliceerd in: Zenodo 2026
Online toegang:https://doi.org/10.5281/zenodo.19220057
Tags: Voeg label toe
Geen labels, Wees de eerste die dit record labelt!
Inhoudsopgave:
  • <h2>TeXView</h2> <p>We added a shorthand symbol for rendering expressions as LaTeX:</p> <pre><code>TeXView[1/2] </code></pre> <h2>Tooltip</h2> <p>A tooltip can be used on graphics primitives</p> <pre><code>Plot[{Tooltip[Sin[x], "This is sine"], Tooltip[Cos[x], "This is cosine"]}, {x,0,2Pi}] </code></pre> <p>Read our documentation for more information and use cases</p> <h2>Documentation window fix</h2> <p>You should no longer have any troubles when copying code blocks from docs pages.</p> <h2>ListAnimate</h2> <p>We implemented a new member of <code>Animate</code>/<code>Manipulate</code> family of symbols</p> <h2>Raster</h2> <p>We improve the performance of <code>Raster</code>, which shows up in many 2D plots. Moreover it supports <code>Offload</code>, that means you can make it dynamic manually or automatically</p> <h2>More examples</h2> <p>A new examples on presentations and interactive evaluation</p> <h2>Electron went Wayland-native</h2> <p>Electron switched to <a href="https://wayland.freedesktop.org/">Wayland</a> on Linux last fall.</p> <h2>Minor bug-fixes</h2> <ul> <li>Incorrect cell content update, when a cell was morphed from output to input</li> <li>Incorrect rendering of <code>Row</code> inside ticks and other labels of <code>Graphics</code></li> <li>NeuralNet package invalid format values</li> <li>Global styling of slide cells content (CSS issue)</li> <li>#489</li> </ul>