Skip to content

Commit c268c28

Browse files
authored
Merge pull request #283 from alejoe91/prepare_release
Prepare 0.2.22
2 parents 9f3cc8e + d9fad2b commit c268c28

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
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.22.rst
910
releases/0.2.21.rst
1011
releases/0.2.20.rst
1112
releases/0.2.19.rst

doc/releases/0.2.22.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
probeinterface 0.2.22
2+
---------------------
3+
4+
Jul, 15th 2024
5+
6+
7+
Bugs
8+
^^^^
9+
10+
* Fix broken link in `ex_11_automatic_wiring.py` (#277)
11+
* Load Open Ephys probe when multiple signal chains are present (#275)
12+
13+
Features
14+
^^^^^^^^
15+
16+
* Add dtype information to `to_numpy` function docstring documentation (#278, #282)
17+
* Add circular auto-shape option (#279)
18+
* Add automatic probe layout for 3brain/biocam recordings (#274)
19+
* Add NP1016 probe (same as 1015) (#268)
20+
* Add json schema for probe json file (#265)
21+
* Probe reader for Neuropixels 1.0 in SpikeGadgets .rec file. (#260)
22+
23+
Refactoring
24+
^^^^^^^^^^^
25+
26+
* Move get_auto_lims function to utils (#281)
27+
* Deprecate `plot_probe_group` in favor of `plot_probegroup` (#267)

0 commit comments

Comments
 (0)