Skip to content

Commit 91fe92a

Browse files
committed
Merge branch 'develop' into 'master'
[release] compatibility and bug fixes, cli improvements and code formatting See merge request psyplot/psyplot-gui!39
2 parents 227d84e + bfedbeb commit 91fe92a

File tree

208 files changed

+25909
-12042
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+25909
-12042
lines changed

.appveyor.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 0 additions & 113 deletions
This file was deleted.

.cruft.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"template": "https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git",
3+
"commit": "63fa8a2b3c1bab8e173cb91b9fca045639a243dd",
4+
"checkout": null,
5+
"context": {
6+
"cookiecutter": {
7+
"project_authors": "Philipp S. Sommer",
8+
"project_author_emails": "philipp.sommer@hereon.de",
9+
"project_maintainers": "Philipp S. Sommer",
10+
"project_maintainer_emails": "philipp.sommer@hereon.de",
11+
"gitlab_host": "codebase.helmholtz.cloud",
12+
"gitlab_username": "psyplot",
13+
"git_remote_protocoll": "ssh",
14+
"institution": "Helmholtz-Zentrum Hereon",
15+
"institution_url": "https://www.hereon.de",
16+
"copyright_holder": "Helmholtz-Zentrum hereon GmbH",
17+
"copyright_year": "2021-2024",
18+
"use_reuse": "yes",
19+
"code_license": "LGPL-3.0-only",
20+
"documentation_license": "CC-BY-4.0",
21+
"supplementary_files_license": "CC0-1.0",
22+
"project_title": "psyplot-gui",
23+
"project_slug": "psyplot-gui",
24+
"package_folder": "psyplot_gui",
25+
"project_short_description": "Graphical user interface for the psyplot package",
26+
"keywords": "visualization,psyplot,netcdf,raster,cartopy,earth-sciences,pyqt,qt,ipython,jupyter,qtconsole",
27+
"documentation_url": "https://psyplot.github.io/psyplot-gui",
28+
"use_markdown_for_documentation": "no",
29+
"ci_build_stage": "no",
30+
"ci_matrix": "pipenv",
31+
"use_pytest_xdist": "no",
32+
"requires_gui": "yes",
33+
"deploy_package_in_ci": "yes",
34+
"deploy_pages_in_ci": "git-push",
35+
"_extensions": [
36+
"local_extensions.UnderlinedExtension"
37+
],
38+
"_template": "https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git"
39+
}
40+
},
41+
"directory": null,
42+
"skip": [
43+
".git",
44+
".mypy_cache"
45+
]
46+
}

.cruft.json.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
2+
3+
SPDX-License-Identifier: CC0-1.0

.flake8

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
[flake8]
6+
extend-ignore =
7+
E203
8+
E402
9+
E501
10+
W503

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
psyplot_gui/_version.py export-subst

.github/ISSUE_TEMPLATE/change_feature.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/new_feature.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/issue_template.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)