Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
[release] compatibility and bug fixes, cli improvements and code formatting

See merge request psyplot/psyplot-gui!39
  • Loading branch information
Chilipp committed Apr 3, 2024
2 parents 227d84e + bfedbeb commit 91fe92a
Show file tree
Hide file tree
Showing 208 changed files with 25,909 additions and 12,042 deletions.
43 changes: 0 additions & 43 deletions .appveyor.yml

This file was deleted.

113 changes: 0 additions & 113 deletions .circleci/config.yml

This file was deleted.

46 changes: 46 additions & 0 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"template": "https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git",
"commit": "63fa8a2b3c1bab8e173cb91b9fca045639a243dd",
"checkout": null,
"context": {
"cookiecutter": {
"project_authors": "Philipp S. Sommer",
"project_author_emails": "philipp.sommer@hereon.de",
"project_maintainers": "Philipp S. Sommer",
"project_maintainer_emails": "philipp.sommer@hereon.de",
"gitlab_host": "codebase.helmholtz.cloud",
"gitlab_username": "psyplot",
"git_remote_protocoll": "ssh",
"institution": "Helmholtz-Zentrum Hereon",
"institution_url": "https://www.hereon.de",
"copyright_holder": "Helmholtz-Zentrum hereon GmbH",
"copyright_year": "2021-2024",
"use_reuse": "yes",
"code_license": "LGPL-3.0-only",
"documentation_license": "CC-BY-4.0",
"supplementary_files_license": "CC0-1.0",
"project_title": "psyplot-gui",
"project_slug": "psyplot-gui",
"package_folder": "psyplot_gui",
"project_short_description": "Graphical user interface for the psyplot package",
"keywords": "visualization,psyplot,netcdf,raster,cartopy,earth-sciences,pyqt,qt,ipython,jupyter,qtconsole",
"documentation_url": "https://psyplot.github.io/psyplot-gui",
"use_markdown_for_documentation": "no",
"ci_build_stage": "no",
"ci_matrix": "pipenv",
"use_pytest_xdist": "no",
"requires_gui": "yes",
"deploy_package_in_ci": "yes",
"deploy_pages_in_ci": "git-push",
"_extensions": [
"local_extensions.UnderlinedExtension"
],
"_template": "https://codebase.helmholtz.cloud/psyplot/psyplot-plugin-template.git"
}
},
"directory": null,
"skip": [
".git",
".mypy_cache"
]
}
3 changes: 3 additions & 0 deletions .cruft.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH

SPDX-License-Identifier: CC0-1.0
10 changes: 10 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
#
# SPDX-License-Identifier: CC0-1.0

[flake8]
extend-ignore =
E203
E402
E501
W503
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2021-2024 Helmholtz-Zentrum hereon GmbH
#
# SPDX-License-Identifier: CC0-1.0

psyplot_gui/_version.py export-subst
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/change_feature.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/new_feature.md

This file was deleted.

30 changes: 0 additions & 30 deletions .github/issue_template.md

This file was deleted.

4 changes: 0 additions & 4 deletions .github/pull_request_template.md

This file was deleted.

Loading

0 comments on commit 91fe92a

Please sign in to comment.