Release 0.7.0
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
andptypy.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