Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • psyplot/psyplot-gui
1 result
Show changes
Commits on Source (2)
......@@ -2,6 +2,23 @@
..
.. SPDX-License-Identifier: CC-BY-4.0
v1.5.0
======
Compatibility and bug fixes, cli improvements and code formatting
Changed
-------
- migrate to psyplot-plugin-template `!34 <https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/merge_requests/34>`__
- Update psyplot min version `!38 <https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/merge_requests/38>`__
Fixed
-----
- fix updating current projects in console `!35 <https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/merge_requests/35>`__
Added
-----
- implement decoder command-line argument `!36 <https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/merge_requests/36>`__
v1.4.0
======
Compatibility fixes and LGPL license
......
......@@ -60,10 +60,10 @@ GNU LGPL-3.0 license for more details.
You should have received a copy of the GNU LGPL-3.0 license
along with this program. If not, see https://www.gnu.org/licenses/.
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/main/pipeline.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/pipelines?page=1&scope=all&ref=main
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/main/coverage.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/graphs/main/charts
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/master/pipeline.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/pipelines?page=1&scope=all&ref=master
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/master/coverage.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/graphs/master/charts
.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/badges/release.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui
.. |PyPI version| image:: https://img.shields.io/pypi/v/psyplot-gui.svg
......
......@@ -93,10 +93,10 @@ Indices and tables
* :ref:`search`
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/main/pipeline.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/pipelines?page=1&scope=all&ref=main
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/main/coverage.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/graphs/main/charts
.. |CI| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/master/pipeline.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/pipelines?page=1&scope=all&ref=master
.. |Code coverage| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/badges/master/coverage.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/graphs/master/charts
.. |Latest Release| image:: https://codebase.helmholtz.cloud/psyplot/psyplot-gui/-/badges/release.svg
:target: https://codebase.helmholtz.cloud/psyplot/psyplot-gui
.. |PyPI version| image:: https://img.shields.io/pypi/v/psyplot-gui.svg
......@@ -107,6 +107,5 @@ Indices and tables
:target: https://pycqa.github.io/isort/
.. |PEP8| image:: https://img.shields.io/badge/code%20style-pep8-orange.svg
:target: https://www.python.org/dev/peps/pep-0008/
.. TODO: uncomment the following line when the package is registered at https://api.reuse.software
.. .. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psyplot-gui
.. :target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psyplot-gui
.. |REUSE status| image:: https://api.reuse.software/badge/codebase.helmholtz.cloud/psyplot/psyplot-gui
:target: https://api.reuse.software/info/codebase.helmholtz.cloud/psyplot/psyplot-gui