Skip to content

Release 0.7.0

Compare
Choose a tag to compare
@bjoernenders bjoernenders released this 09 Jan 14:34
· 78 commits to master since this release
dedcafd

PtyPy 0.7 release notes

This release is focused on improving the usability of PtyPy in Jupyter notebooks in preparation for the PtyPy workshop held at the Diamond Light Source in January 2023. The workshop features extensive interactive tutorials delivered using Jupyter notebooks.

Build changes

We added the following features

  • convenience functions to read parameters from JSON/YAML files
    (ptypy.utils.param_from_json and ptypy.utils.param_from_yaml)
  • plotting utilites ptypy.utils.plot_client.figure_from_ptycho and
    ptypy.utils.plot_client.figure_from_ptyr that can be useful in Jupyter notebooks
  • non-threaded interactive plotting for Jupyter notebooks using p.io.autoplot.threaded=False