Skip to content

Commit 227d84e

Browse files
committed
[semver:minor] Compatibility fixes and LGPL license
As with psyplot 1.4.0, psyplot-gui is now continuously tested and deployed with CircleCI. Added ----- - psyplot-gui does now have a CITATION.cff file, see https://citation-file-format.github.io Changed ------- - psyplot is now officially licensed under LGPL-3.0-only, see [#29](psyplot/psyplot#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]{.title-ref} 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](#28)
1 parent bca2600 commit 227d84e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
psyplot: psyplot/psyplot-ci-orb@1.5.24
4+
psyplot: psyplot/psyplot-ci-orb@1.5.25
55
mattermost-plugin-notify: nathanaelhoun/mattermost-plugin-notify@1.2.0
66

77
executors:
@@ -38,7 +38,7 @@ workflows:
3838
build_docs: << pipeline.parameters.build_docs >>
3939
- psyplot/test-parallel:
4040
name: run-tests
41-
parallelism: 2
41+
parallelism: 1
4242
pytest_args: --cov=psyplot_gui
4343
run-job: << pipeline.parameters.run-tests >>
4444
requires:

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ As with psyplot 1.4.0, psyplot-gui is now continuously tested and deployed with
66
CircleCI.
77

88

9+
Added
10+
-----
11+
- psyplot-gui does now have a CITATION.cff file, see https://citation-file-format.github.io
12+
13+
914
Changed
1015
-------
1116
- psyplot is now officially licensed under LGPL-3.0-only,

0 commit comments

Comments
 (0)