Skip to content

Commit ac305c0

Browse files
committed
[semver:minor] Compatibility fixes and LGPL license
As with psyplot 1.4.0, psy-simple is now continuously tested and deployed with CircleCI. Fixed ----- - Compatibility fixes for matplotlib\>=3.3 Added ----- - psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io Changed ------- - psy-simple is now officially licensed under LGPL-3.0-only, see [#28](#28) - We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#27](#27)
1 parent c7e3acf commit ac305c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
psyplot: psyplot/[email protected].24
4+
psyplot: psyplot/[email protected].25
55
mattermost-plugin-notify: nathanaelhoun/[email protected]
66

77
executors:

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Fixed
99
-----
1010
- Compatibility fixes for matplotlib>=3.3
1111

12+
Added
13+
-----
14+
- psyplot does now have a CITATION.cff file, see https://citation-file-format.github.io
15+
1216
Changed
1317
-------
1418
- psy-simple is now officially licensed under LGPL-3.0-only,

0 commit comments

Comments
 (0)