Skip to content

Commit 3fcdac7

Browse files
authored
Merge pull request #251 from SpikeInterface/prepare_release
Prepare release 0.2.21
2 parents d5fe93b + 90cdded commit 3fcdac7

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

doc/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Release notes
66
.. toctree::
77
:maxdepth: 1
88

9+
releases/0.2.21.rst
910
releases/0.2.20.rst
1011
releases/0.2.19.rst
1112
releases/0.2.18.rst

doc/releases/0.2.20.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
probeinterface 0.2.19
1+
probeinterface 0.2.20
22
---------------------
33

44
Dec, 11th 2023

doc/releases/0.2.21.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
probeinterface 0.2.21
2+
---------------------
3+
4+
Feb, 1st 2024
5+
6+
7+
Features
8+
^^^^^^^^
9+
10+
* Add equality dunder method and test to `Probe` object (#248)
11+
* Add save to zarr method to `Probe` object (#250)
12+
* Fix `Probe` special properties setters (skip empty strings) (#252, #253)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "probeinterface"
3-
version = "0.2.20"
3+
version = "0.2.21"
44
authors = [
55
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
66
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },

0 commit comments

Comments
 (0)