Skip to content

Commit a4f0bad

Browse files
committed
update documentation
1 parent b160e09 commit a4f0bad

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/source/releases/0.14.1.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Neo 0.14.1 release notes
33
========================
44

5-
xxCHANGE MExx April 25
5+
11 April 25
66

77
This release of Neo includes many bug fixes in various IOs, a new HTML based repr, and fixes to the CI all with an eye toward our 1.0 release.
88

@@ -13,12 +13,13 @@ Updated dependencies
1313
--------------------
1414

1515
setuptools >= 78.0.2
16+
numpy >= 1.24.4
1617

1718
Import improvements
1819
-------------------
1920

2021
As part of our ongoing effort to improve the speed of importing Neo we have moved the library over to using :code:`importlib.util.find_spec`
21-
rather than eagerly importing packages.
22+
rather than eagerly importing packages in :code:`try-except` blocks.
2223

2324
CI Improvements
2425
---------------
@@ -37,13 +38,14 @@ Bug fixes and improvements in IO modules
3738
----------------------------------------
3839

3940
Bug fixes and/or improvements have been made to :code:`BlackRockIO`, :code:`SpikeGLXIO`, :code:`MaxwellIO`, :code:`IntanIO`, :code:`TdtIO`,
40-
:code:`OpenEphysBinaryIO`, :code:`NeoMatlabIO`, :code:`EdfIO`, and :code:`SpikeGadgetsIO`.
41+
:code:`OpenEphysBinaryIO`, :code:`NeoMatlabIO`, :code:`EdfIO`, :code:`Neuralynx`, and :code:`SpikeGadgetsIO`.
4142

4243

4344
Acknowledgements
4445
----------------
4546

46-
Thanks to Heberto Mayorquin, Zach McKenzie, Andrew Davison, Alessio Buccino, Rémi Proville, Paul Adkisson, Tommaso Lambresa, and Nina Kudryashova
47+
Thanks to Heberto Mayorquin, Zach McKenzie, Andrew Davison, Alessio Buccino, Rémi Proville, Paul Adkisson, Baptiste Grimaud,
48+
Robert Wolff, Tommaso Lambresa, and Nina Kudryashova.
4749

4850

4951

0 commit comments

Comments
 (0)