Compatibility and bug fixes, cli improvements and code formatting
- fix updating current projects in console !35
- implement decoder command-line argument !36
Compatibility fixes and LGPL license
As with psyplot 1.4.0, psyplot-gui is now continuously tested and deployed with CircleCI.
- psyplot-gui does now have a CITATION.cff file, see https://citation-file-format.github.io
- 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
Presets and more variable info
- psyplot-gui has been moved from https://github.com/Chilipp/psyplot-gui to https://github.com/psyplot/psyplot-gui, see #10
- variables in the dataset tree show now more content, see #16
- setting the rcparam
help_explorer.use_intersphinx
to None, will not use intersphinx on windows, see #20
- The psyplot gui can now load and save preset files, see psyplot#24 and `#17 https://github.com/psyplot/psyplot-gui/pull/17`__
- Add option to start the GUI without importing QtWebEngineWidgets #11
- Dockmixins (i.e. plugins) can now reimplement the position_dock method that controls where the dock is exactly placed in the GUI (see #12)
New release with better OpenGL support (see psyplot --help
)
Minor release without major API changes.
From now one, python 2.7 is not supported anymore.
- Added the possibility to change the central widget of the GUI
- Added remove_plugin method for psyplot GUI plugins
- removed MacOS app folder in python dist
monkey patch for ipykernel < 5.1.1 to fix ipython/ipykernel#370
- 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
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 layout windows menu and default layout
- Added
script
andcommand
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
- added changelog
- fixed bug that prevented startup on Windows