@@ -86,7 +86,7 @@ without for loops or complex list comprehensions, as follows:
86
86
New IO modules
87
87
--------------
88
88
89
- Neo now supports MED _ format, with the new :class`MedIO` and :class: `MedRawIO ` classes.
89
+ Neo now supports MED _ format, with the new :class: `MedIO ` and :class: `MedRawIO ` classes.
90
90
91
91
92
92
Bug fixes and improvements in IO modules
@@ -101,7 +101,7 @@ Other changes
101
101
-------------
102
102
103
103
- RawIO classes have a method :meth: `parse_header ` that extracts all the information from the formats
104
- and therefore is usually a computational heavy process.
104
+ and therefore is usually a computationally heavy process.
105
105
A flag ``is_header_parsed `` has now been added, to avoid re-extracting the header information
106
106
if it is already available. This can produce significant speed ups.
107
107
@@ -110,7 +110,7 @@ Other changes
110
110
111
111
- All of the code is now formatted with black _.
112
112
113
- - The continuous integration (CI) pipeline has been speeded up.
113
+ - The continuous integration (CI) pipeline has been sped up.
114
114
115
115
116
116
Updated dependencies
@@ -124,7 +124,7 @@ Acknowledgements
124
124
125
125
Thanks to Julia Sprenger, Andrew Davison, Zach McKenzie, Alessio Buccino, Moritz Alexander Kern,
126
126
Samuel Garcia, Heberto Mayorquin, Joscha Schmiedt, Daniel Crepeau, Divyansh Gupta, Nate Dolensek,
127
- Peter N. Steinmetz, @hornauerp , Robert Wolff, Jules Lebert, Kyle Johnsen, Benjamin Heasly,
127
+ Peter N. Steinmetz, Philipp Hornauer , Robert Wolff, Jules Lebert, Kyle Johnsen, Benjamin Heasly,
128
128
Baptiste Grimaud, Cody Baker, Daniel P. Crepeau, Fernando J. Chaure, @Filipe, and Matthias Klumpp
129
129
for their contributions to this release.
130
130
0 commit comments