@@ -86,7 +86,7 @@ without for loops or complex list comprehensions, as follows:
8686 New IO modules
8787--------------
8888
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.
9090
9191
9292Bug fixes and improvements in IO modules
@@ -101,7 +101,7 @@ Other changes
101101-------------
102102
103103- 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.
105105 A flag ``is_header_parsed `` has now been added, to avoid re-extracting the header information
106106 if it is already available. This can produce significant speed ups.
107107
@@ -110,7 +110,7 @@ Other changes
110110
111111- All of the code is now formatted with black _.
112112
113- - The continuous integration (CI) pipeline has been speeded up.
113+ - The continuous integration (CI) pipeline has been sped up.
114114
115115
116116Updated dependencies
@@ -124,7 +124,7 @@ Acknowledgements
124124
125125Thanks to Julia Sprenger, Andrew Davison, Zach McKenzie, Alessio Buccino, Moritz Alexander Kern,
126126Samuel 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,
128128Baptiste Grimaud, Cody Baker, Daniel P. Crepeau, Fernando J. Chaure, @Filipe, and Matthias Klumpp
129129for their contributions to this release.
130130
0 commit comments