File tree 3 files changed +32
-1
lines changed
3 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1
1
cff-version : 1.2.0
2
2
message : " If you use this software, please cite it as below."
3
3
authors :
4
+ - family-names : " Dreyer"
5
+ given-names : " Laura"
6
+ orcid : " https://orcid.org/0009-0006-6310-3658"
7
+ - family-names : " Elson"
8
+ given-names : " Phil"
9
+ orcid : " https://orcid.org/0000-0001-6360-749X"
10
+ - family-names : " Bourgault"
11
+ given-names : " Pascal"
12
+ orcid : " https://orcid.org/0000-0003-1192-0403"
13
+ - family-names : " Busecke"
14
+ given-names : " Julius"
15
+ orcid : " https://orcid.org/0000-0001-8571-865X"
16
+ - family-names : " Clark"
17
+ given-names : " Spencer"
18
+ orcid : " https://orcid.org/0000-0001-5595-7895"
19
+ - family-names : " Comer"
20
+ given-names : " Ruth"
21
+ orcid : " https://orcid.org/0009-0007-5336-0244"
22
+ - family-names : " Fernandes"
23
+ given-names : " Filipe"
24
+ orcid : " https://orcid.org/0000-0003-4165-2913"
4
25
- family-names : " Little"
5
26
given-names : " Bill"
6
27
orcid : " https://orcid.org/0000-0002-1345-9465"
28
+ - family-names : " Yeo"
29
+ given-names : " Martin"
30
+ orcid : " https://orcid.org/0009-0000-6857-560X"
7
31
title : " nc-time-axis"
8
32
abstract : " Provides support for a cftime axis in matplotlib"
9
33
repository-code : " https://github.com/SciTools/nc-time-axis"
Original file line number Diff line number Diff line change 11
11
.. _NEP29 : https ://numpy . org /neps /nep -0029 -deprecation_policy . html
12
12
.. _netcdf4 -python : https ://github . com /Unidata /netcdf4 -python
13
13
.. _numpy : https ://numpy . org /doc /stable
14
+ .. _ORCID : https ://orcid . org /
14
15
.. _PEP621 : https ://peps . python . org /pep -0621 /
15
16
.. _pip : https ://pip . pypa . io /en /stable
16
17
.. _pre -commit : https ://pre -commit . com /
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ New Features
20
20
~~~~~~~~~~~~
21
21
* ``nc-time-axis `` is now easily citable thanks to the addition of its ``CITATION.cff ``
22
22
file (:pull: `129 `). Updates to the ``CITATION.cff `` are automatically validated
23
- by the new ``ci-citation `` GitHub Action. By `Bill Little `_.
23
+ by the new ``ci-citation `` GitHub Action.
24
+ By `Bill Little `_.
24
25
25
26
Bug fixes
26
27
~~~~~~~~~
@@ -52,6 +53,11 @@ Infrastructure
52
53
GitHub Action (:pull: `129 `).
53
54
By `Bill Little `_.
54
55
56
+ Documentation
57
+ ~~~~~~~~~~~~~
58
+ * Populated the ``CITATION.cff `` with `ORCID `_ details of ``nc-time-axis `` contributors
59
+ (:issue: `135 `, :pull: `136 `).
60
+ By `Bill Little `_.
55
61
56
62
57
63
v1.4.1 (April 20th, 2022)
You can’t perform that action at this time.
0 commit comments