Skip to content

Commit 77a1fbb

Browse files
committed
fix merge
2 parents 9507039 + 5e655d7 commit 77a1fbb

File tree

5 files changed

+60
-32
lines changed

5 files changed

+60
-32
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
MODULE_NAME: specparam
1616
strategy:
1717
matrix:
18-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
18+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
1919

2020
steps:
2121
- uses: actions/checkout@v3

CITATION.cff

Lines changed: 54 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,61 @@
11
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
2+
message: >-
3+
If you use this software, please cite it using the metadata from this file.
4+
type: software
5+
title: 'specparam: spectral parameterization'
6+
authors:
7+
- given-names: 'Thomas'
8+
family-names: 'Donoghue'
9+
orcid: 'https://orcid.org/0000-0001-5911-0472'
10+
- given-names: 'Erik J'
11+
family-names: 'Peterson'
12+
orcid: 'https://orcid.org/0000-0002-2033-007X'
13+
- given-names: 'Ryan'
14+
family-names: 'Hammonds'
15+
orcid: 'https://orcid.org/0000-0002-5032-3241'
16+
- given-names: 'Richard'
17+
family-names: 'Gao'
18+
orcid: 'https://orcid.org/0000-0001-5916-6433'
19+
- given-names: 'Bradley'
20+
family-names: 'Voytek'
21+
orcid: 'https://orcid.org/0000-0003-1640-2525'
22+
repository-code: 'https://github.com/fooof-tools/fooof'
23+
url: 'https://fooof-tools.github.io/'
24+
license: Apache-2.0
325
preferred-citation:
426
type: article
527
authors:
6-
- family-names: "Donoghue"
7-
given-names: "Thomas"
8-
orcid: "https://orcid.org/0000-0001-5911-0472"
9-
- family-names: "Haller"
10-
given-names: "Matar"
11-
- family-names: "Peterson"
12-
given-names: "Erik J"
13-
- family-names: "Varma"
14-
given-names: "Paroma"
15-
- family-names: "Sebastian"
16-
given-names: "Priyadarshini"
17-
- family-names: "Gao"
18-
given-names: "Richard"
19-
- family-names: "Noto"
20-
given-names: "Torben"
21-
- family-names: "Lara"
22-
given-names: "Antonio H"
23-
- family-names: "Wallis"
24-
given-names: "Joni D"
25-
- family-names: "Knight"
26-
given-names: "Robert T"
27-
- family-names: "Shestyuk"
28-
given-names: "Avgusta"
29-
- family-names: "Voytek"
30-
given-names: "Bradley"
31-
doi: "10.1038/s41593-020-00744-x"
32-
journal: "Nature Neuroscience"
33-
title: "Parameterizing neural power spectra into periodic and aperiodic components"
28+
- given-names: 'Thomas'
29+
family-names: 'Donoghue'
30+
orcid: 'https://orcid.org/0000-0001-5911-0472'
31+
- given-names: 'Matar'
32+
family-names: 'Haller'
33+
- given-names: 'Erik J'
34+
family-names: 'Peterson'
35+
orcid: 'https://orcid.org/0000-0002-2033-007X'
36+
- given-names: 'Paroma'
37+
family-names: 'Varma'
38+
- given-names: 'Priyadarshini'
39+
family-names: 'Sebastian'
40+
- given-names: 'Richard'
41+
family-names: 'Gao'
42+
orcid: 'https://orcid.org/0000-0001-5916-6433'
43+
- given-names: 'Torben'
44+
family-names: 'Noto'
45+
- given-names: 'Antonio H'
46+
family-names: 'Lara'
47+
- given-names: 'Joni D'
48+
family-names: 'Wallis'
49+
- given-names: 'Robert T'
50+
family-names: 'Knight'
51+
- given-names: 'Avgusta'
52+
family-names: 'Shestyuk'
53+
- given-names: 'Bradley'
54+
family-names: 'Voytek'
55+
orcid: 'https://orcid.org/0000-0003-1640-2525'
56+
doi: '10.1038/s41593-020-00744-x'
57+
journal: 'Nature Neuroscience'
58+
title: 'Parameterizing neural power spectra into periodic and aperiodic components'
3459
issue: 12
3560
volume: 23
3661
year: 2020

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tests:
6464
# Run test coverage
6565
coverage:
6666
@printf "\n\nRUN TESTS: \n"
67-
@coverage run --source $(MODULE) -m py.test
67+
@coverage run --source $(MODULE) -m pytest
6868
@printf "\n\nCHECK COVERAGE: \n"
6969
@coverage report --omit="*/tests*"
7070

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Spectral Parameterization
2626
.. _Paper: https://doi.org/10.1038/s41593-020-00744-x
2727

2828

29-
Spectral parameterization is a fast, efficient, and physiologically-informed tool to parameterize neural power spectra.
29+
Spectral parameterization (`specparam`, formerly `fooof`) is a fast, efficient, and physiologically-informed tool to parameterize neural power spectra.
30+
31+
WARNING: this Github repository has been updated to a major update / breaking change from the current release of the `fooof` module, and is no longer consistent with the `fooof` version of the code.
3032

3133
Overview
3234
--------

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'Programming Language :: Python :: 3.9',
4545
'Programming Language :: Python :: 3.10',
4646
'Programming Language :: Python :: 3.11',
47+
'Programming Language :: Python :: 3.12',
4748
],
4849
platforms = 'any',
4950
project_urls = {

0 commit comments

Comments
 (0)