Skip to content

Releases: psyplot/psyplot-gui

v1.5.0: Compatibility and bug fixes, cli improvements and code formatting

03 Apr 15:04
v1.5.0
4e42b2f
Compare
Choose a tag to compare

Compatibility and bug fixes, cli improvements and code formatting

DOI

Changed

  • migrate to psyplot-plugin-template !34
  • Update psyplot min version !38

Fixed

  • fix updating current projects in console !35

Added

  • implement decoder command-line argument !36

v1.4.0: Compatibility fixes and LGPL license

09 Oct 15:08
227d84e
Compare
Choose a tag to compare

DOI

As with psyplot 1.4.0, psyplot-gui is now continuously tested and deployed with CircleCI.

Added

Changed

  • psyplot is now officially licensed under LGPL-3.0-only, see #29
  • Documentation is now hosted with Github Pages at https://psyplot.github.io/psyplot-gui. Redirects from the old documentation at https://psyplot-gui.readthedocs.io have been configured.
  • We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see #28

v1.3.0: Presets and more variable info

13 Oct 07:25
Compare
Choose a tag to compare

DOI

Presets and more variable info

Changed

Added

  • The psyplot gui can now load and save preset files, see psyplot#24 and [#17 https://github.com//pull/17]{.title-ref}__
  • Add option to start the GUI without importing QtWebEngineWidgets #11
  • Dockmixins (i.e. plugins) can now reimplement the [position_dock]{.title-ref} method that controls where the dock is exactly placed in the GUI (see #12)

v1.2.4: Improved OpenGL support

15 Sep 18:09
Compare
Choose a tag to compare

This minor release builds upon spyder-ide/spyder#7447 to add better OpenGL support. There are no breaking API changes, only small changes for running tests with the module level UNIT_TESTING variable (see Chilipp@44adb62)

v1.2.2: Python3 release with modifiable central widget

20 Dec 21:57
Compare
Choose a tag to compare

DOI

From now one, python 2.7 is not supported anymore.

Added

  • Added the possibility to change the central widget of the GUI
  • Added remove_plugin method for psyplot GUI plugins

Changed

  • removed MacOS app folder in python dist

v1.2.1: Patch for ipykernel 5.1.1

19 Dec 13:21
Compare
Choose a tag to compare

DOI

monkey patch for ipykernel < 5.1.1 to fix ipython/ipykernel#370

v1.2.0: New release for python 3.7

13 Nov 09:40
Compare
Choose a tag to compare

DOI

This release inline with psyplot-1.2.0 adds support for python 3.7.

Changed

  • The HTML help explorer now also shows a table of contents in the
    intro and in the side bar to navigate to previously visited objects

v1.1.0: New plugins and formatoptions interfaces

13 Apr 11:30
Compare
Choose a tag to compare

DOI

This release mainly adds the possibility to create plugins into the
psyplot-gui and it adds a new framework to allow the formatoptions to provide
a custom interface to the formatoptions widget.

Added

  • Added layout windows menu and default layout
  • Added script and command command line arguments
  • The pwd command line arguments now changes the working directory of the running GUI
  • Added callbacks to the MainWindow class. This framework can be used on a low level to interact with the current GUI.
  • The DataFrameEditor. A widget to display dataframes
  • The implementation of the psyplot.plotter.Formatoption.get_fmt_widget
    method. Formatoptions now can add a custom widget to the formatoptions widget

v1.0.1: Fixed startup on Windows

19 Aug 14:21
Compare
Choose a tag to compare

This patch fixes a bug that prevented the startup of the GUI on Windows.

v1.0.1

Added

  • added changelog

Changed

  • fixed bug that prevented startup on Windows

v1.0.0: First official and stable release

10 Aug 14:28
Compare
Choose a tag to compare

DOI

This release is the first official and stable release which is also submitted to the Journal of Open Source Software (JOSS). See the corresponding psyplot release for more information.

This release is also available via pypi

pip install psyplot-gui

or conda

conda install -c conda-forge psyplot-gui

Or you use the complete installation provided by the psyplot-conda package.

Note that this package has been renamed from psyplot_gui to psyplot-gui.