Skip to content

Commit 47c0802

Browse files
authored
[MAINT] Post-release v1.2.3 update (#110)
1 parent 4475c1c commit 47c0802

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ contact:
2222
- family-names: Binns
2323
given-names: Thomas S.
2424
orcid: "https://orcid.org/0000-0003-0657-0891"
25-
doi: 10.5281/zenodo.16882137
25+
doi: 10.5281/zenodo.17186129
2626
message: If you use this software, please cite our article in the
2727
Journal of Open Source Software.
2828
preferred-citation:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Analysis of phase-amplitude coupling, time delays, and non-sinusoidal waveshape
1010

1111
## Installation & Requirements:
1212
Install the package into the desired environment using pip: `pip install pybispectra`<br/>
13-
More information on the [installation](https://pybispectra.readthedocs.io/en/main/installation.html) page.
13+
More information on the [installation](https://pybispectra.readthedocs.io/en/1.2.3/installation.html) page.
1414

1515
## Use:
16-
To get started with the toolbox, check out the [documentation](https://pybispectra.readthedocs.io/en/main/) and [examples](https://pybispectra.readthedocs.io/en/main/examples.html).
16+
To get started with the toolbox, check out the [documentation](https://pybispectra.readthedocs.io/en/1.2.3/) and [examples](https://pybispectra.readthedocs.io/en/1.2.3/examples.html).
1717

1818
For instance, given some epoched time series, `data`, phase-amplitude coupling can be computed as:
1919

@@ -28,7 +28,7 @@ pac_results.plot() # plot results
2828
```
2929

3030
## Contributing & Development:
31-
If you encounter issues with the package, want to suggest improvements, or have made any changes which you would like to see officially supported, please refer to the [development](https://pybispectra.readthedocs.io/en/main/development.html) page. A unit test suite is included and must be expanded where necessary to validate any changes.
31+
If you encounter issues with the package, want to suggest improvements, or have made any changes which you would like to see officially supported, please refer to the [development](https://pybispectra.readthedocs.io/en/1.2.3/development.html) page. A unit test suite is included and must be expanded where necessary to validate any changes.
3232

3333
## Citing:
3434
If you use this toolbox in your work, please include the following citation:<br/>

0 commit comments

Comments
 (0)