Skip to content

Commit 94fc869

Browse files
authored
Prepare v0.2.2 release (#103)
* Prepare v0.2.2 release * Update version numbers in VERSION, pyproject.toml, codemeta.json, and .zenodo.json * Adjust Zenodo DOI and `dateModified` field * Update release notes for 0.2.2 * Ammend release notes * Ammend release notes * Minor fixes
1 parent 97c293e commit 94fc869

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
}
102102
],
103103

104-
"title": "Cobrawap 0.2.1",
104+
"title": "Cobrawap 0.2.2",
105105

106106
"keywords": [
107107
"neuroscience",
@@ -124,7 +124,7 @@
124124

125125
{
126126
"scheme": "doi",
127-
"identifier": "10.5281/zenodo.13268635",
127+
"identifier": "10.5281/zenodo.15005123",
128128
"relation": "isNewVersionOf",
129129
"resource_type": "software"
130130
},

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"givenName": "Pier Stanislao"
168168
}
169169
],
170-
"dateModified": "2024-07-24",
170+
"dateModified": "2025-09-03",
171171
"datePublished": "2023-11-23",
172172
"description": "Cobrawap is an adaptable and reusable analysis pipeline for the multi-scale, multi-methodology analysis of cortical wave activity. The pipeline ingests data from heterogeneous sources of spatially organized neuronal activity, such as ECoG or calcium imaging recordings, as well as the outcome of numerical simulations. The pipeline returns statistical measures to quantify the dynamic wave-like activity patterns found in the data.",
173173
"downloadUrl": "https://files.pythonhosted.org/packages/90/cc/17a59c59e9c8f0820d0435f1cd2930bced8d1f35a18f2dd527e813e98b8b/cobrawap-0.2.1.tar.gz",
@@ -178,7 +178,7 @@
178178
"programmingLanguage": "Python",
179179
"relatedLink": "https://cobrawap.readthedocs.io",
180180
"releaseNotes": "https://cobrawap.readthedocs.io/en/latest/release_notes.html",
181-
"version": "0.2.1",
181+
"version": "0.2.2",
182182
"developmentStatus": "active",
183183
"funding": "European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreements No. 945539 (Human Brain Project SGA3) and No. 785907 (Human Brain Project SGA2); the European Commission NextGeneration EU through grant MUR CUP B51E22000150006 (EBRAINS-Italy IR00011 PNRR); European Union’s Horizon Europe Programme under the Specific Grant Agreement No. 101147319 (EBRAINS 2.0 Project)",
184184
"issueTracker": "https://github.com/NeuralEnsemble/cobrawap/issues",

doc/source/release_notes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Release Notes
33
*************
44

55

6+
Release 0.2.2
7+
=============
8+
Bug fixes
9+
---------
10+
* Fixed `--version` argument of `cobrawap` command (`#95 <https://github.com/NeuralEnsemble/cobawap/pull/95>`_)
11+
* Fixed path handling issues (`#92 <https://github.com/NeuralEnsemble/cobawap/pull/92>`_), (`#101 <https://github.com/NeuralEnsemble/cobrawap/pull/101>`_)
12+
13+
Other changes
14+
-------------
15+
* Fixed path issue in automated documentation builds (`#102 <https://github.com/NeuralEnsemble/cobrawap/pull/102>`_)
16+
* Fixed Python 3.12 compatibility (`#105 <https://github.com/NeuralEnsemble/cobrawap/pull/105>`_)
17+
* Improved figure outputs (`#98 <https://github.com/NeuralEnsemble/cobrawap/pull/98>`_)
18+
* Various maintenance fixes (`#86 <https://github.com/NeuralEnsemble/cobrawap/pull/86>`_), (`#89 <https://github.com/NeuralEnsemble/cobrawap/pull/89>`_), (`#90 <https://github.com/NeuralEnsemble/cobrawap/pull/90>`_), (`#93 <https://github.com/NeuralEnsemble/cobrawap/pull/93>`_), (`#97 <https://github.com/NeuralEnsemble/cobrawap/pull/97>`_), (`#102 <https://github.com/NeuralEnsemble/cobrawap/pull/102>`_), (`#107 <https://github.com/NeuralEnsemble/cobrawap/pull/107>`_), (`#108 <https://github.com/NeuralEnsemble/cobrawap/pull/108>`_), (`#110 <https://github.com/NeuralEnsemble/cobrawap/pull/110>`_)
19+
20+
621
Release 0.2.1
722
=============
823
Other changes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "cobrawap"
33
description = "Collaborative Brain Wave Analysis Pipeline (Cobrawap)"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
readme = "README.rst"
66
authors = [
77
{ name = "Cobrawap authors and contributors", email = "[email protected]"}

0 commit comments

Comments
 (0)