From a40af04f112ccee9e5146fd3029b611277ac751b Mon Sep 17 00:00:00 2001 From: Laura Murgatroyd <60604372+lauramurgatroyd@users.noreply.github.com> Date: Thu, 19 Jan 2023 16:12:05 +0000 Subject: [PATCH] Use pip install instead of setup.py install (#63) * Use pip install instead of setup.py install * Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 229a25c..dc5e324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## vx.x.x - +## v0.x.x +- Use pip install in the conda recipe, instead of setup.py install - Adds the following new methods to UIFormWidget, FormWidget, FormDialog and FormDockWidget: - `saveAllWidgetStates` - Saves the state of all widgets in the form. This can be used to restore the state of the widgets using the restoreAllSavedWidgetStates method.