Skip to content

Commit 50fe3e1

Browse files
committed
[semver:minor] Compatibility fixes and LGPL license
As with psyplot 1.4.0, psy-reg is now continuously tested and deployed with CircleCI. Fixed ----- - psy-reg is now officially licensed under LGPL-3.0-only, see [#9](#9) Added ----- - psy-reg does now have a CITATION.cff file, see <https://citation-file-format.github.io> Changed ------- - Documentation is now hosted with Github Pages at <https://psyplot.github.io/psy-reg>. Redirects from the old documentation at [https://psy-reg.readthedocs.io]{.title-ref} have been configured. - Examples have been removed from the psy-reg repository as they now live in a central place at <https://github.com/psyplot/examples> - We use CicleCI now for a standardized CI/CD pipeline to build and test the code and docs all at one place, see [#8](#8)
1 parent 43e3a97 commit 50fe3e1

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

.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/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:

CHANGELOG.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
v1.4.0
2+
======
3+
Compatibility fixes and LGPL license
4+
5+
As with psyplot 1.4.0, psy-reg is now continuously tested and deployed with
6+
CircleCI.
7+
8+
9+
Fixed
10+
-----
11+
- psy-reg is now officially licensed under LGPL-3.0-only,
12+
see `#9 <https://github.com/psyplot/psy-reg/pull/9>`__
13+
14+
15+
Added
16+
-----
17+
- psy-reg does now have a CITATION.cff file, see https://citation-file-format.github.io
18+
19+
20+
Changed
21+
-------
22+
- Documentation is now hosted with Github Pages at https://psyplot.github.io/psy-reg.
23+
Redirects from the old documentation at `https://psy-reg.readthedocs.io` have been
24+
configured.
25+
- Examples have been removed from the psy-reg repository as they now live in a
26+
central place at https://github.com/psyplot/examples
27+
- We use CicleCI now for a standardized CI/CD pipeline to build and test
28+
the code and docs all at one place, see `#8 <https://github.com/psyplot/psy-reg/pull/8>`__

0 commit comments

Comments
 (0)