Skip to content

Commit e134fe4

Browse files
authored
Merge pull request #1081 from NeuralEnsemble/release-notes-0.10.1
0.10.1 release updates
2 parents c0379e4 + f03c894 commit e134fe4

File tree

7 files changed

+51
-4
lines changed

7 files changed

+51
-4
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-20.04
5+
tools:
6+
python: "3.8"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- requirements: docs/requirements_docs.txt

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2021, Neo authors and contributors
1+
Copyright (c) 2010-2022, Neo authors and contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For installation instructions, see doc/source/install.rst
5353

5454
To cite Neo in publications, see CITATION.txt
5555

56-
:copyright: Copyright 2010-2021 by the Neo team, see doc/source/authors.rst.
56+
:copyright: Copyright 2010-2022 by the Neo team, see doc/source/authors.rst.
5757
:license: 3-Clause Revised BSD License, see LICENSE.txt for details.
5858

5959
Funding

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
# General information about the project.
5353
project = 'Neo'
54-
copyright = '2010-2021, ' + AUTHORS
54+
copyright = '2010-2022, ' + AUTHORS
5555

5656
# The version info for the project you're documenting, acts as replacement for
5757
# |version| and |release|, also used in various other places throughout the

doc/source/releases/0.10.1.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
========================
2+
Neo 0.10.1 release notes
3+
========================
4+
5+
2nd March 2022
6+
7+
8+
Bug fixes and improvements in IO modules
9+
----------------------------------------
10+
11+
* :class:`NeuralynxIO` memory performace was improved during initialization [#998](https://github.com/NeuralEnsemble/python-neo/pull/990) and new arguments for file selection were added [#1023](https://github.com/NeuralEnsemble/python-neo/pull/1023) [#1043](https://github.com/NeuralEnsemble/python-neo/pull/1043)
12+
* :class:`TdtIO` can load single block tdt datasets [#1057](https://github.com/NeuralEnsemble/python-neo/pull/1057)
13+
* :class:`SpikeGLXIO` supports neuropixel 2.0 format [#1045](https://github.com/NeuralEnsemble/python-neo/pull/1045) and uses corrected gain values [#1069](https://github.com/NeuralEnsemble/python-neo/pull/1069)
14+
* :class:`NixIO` some bug fix related to nixio module
15+
* :class:`NwbIO` various improvement [#1052](https://github.com/NeuralEnsemble/python-neo/pull/1052) [#1054](https://github.com/NeuralEnsemble/python-neo/pull/1054)
16+
* :class:`OpenEphysIO` small bug fix [#1062](https://github.com/NeuralEnsemble/python-neo/pull/1062)
17+
* :class:`MaxwellIO` bug fix [#1074](https://github.com/NeuralEnsemble/python-neo/pull/1074)
18+
* :class:`NeuroscopeIO` bug fix [#1078](https://github.com/NeuralEnsemble/python-neo/pull/1078)
19+
* The IO modules of this release have been tested with version 0.1.1 of the `ephy_testing_data`_.
20+
21+
Documentation
22+
-------------
23+
A project governance guide has been added [#1048](https://github.com/NeuralEnsemble/python-neo/pull/1048)
24+
25+
26+
Acknowledgements
27+
----------------
28+
29+
Thanks to Samuel Garcia, Julia Sprenger, Andrew Davison, Alessio Buccino, Ben Dichter,
30+
Elodie Legouée, Eric Larson and Heberto Mayorquin for their contributions to this release.
31+
32+
.. _`ephy_testing_data`: https://gin.g-node.org/NeuralEnsemble/ephy_testing_data/src/v0.1.1
33+

doc/source/whatisnew.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.10.1.rst
910
releases/0.10.0.rst
1011
releases/0.9.0.rst
1112
releases/0.8.0.rst

neo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.11.0.dev0'
1+
version = '0.10.1'

0 commit comments

Comments
 (0)