Skip to content

PyTao v0.4.0

Latest
Compare
Choose a tag to compare
@ChristopherMayes ChristopherMayes released this 22 Aug 20:04
· 28 commits to master since this release
dcc425a

This release brings a major new feature to PyTao: inline native Python plotting! Thanks to @ken-lauer, anything that is normally plotted in the X-window can now instead be plotted in a Jupyter notebook using either matplotlib or bokeh:

matplotlib backend

image

bokeh backend

image

See the examples:

Please report any bugs or feature requests in https://github.com/bmad-sim/pytao/issues.

What's Changed

Full Changelog: v0.3...v0.4.0