Skip to content

Commit 3384f08

Browse files
committed
fixes from comments on PR
1 parent a0345ae commit 3384f08

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/source/releases/0.13.0.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -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

9292
Bug 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

116116
Updated dependencies
@@ -124,7 +124,7 @@ Acknowledgements
124124

125125
Thanks to Julia Sprenger, Andrew Davison, Zach McKenzie, Alessio Buccino, Moritz Alexander Kern,
126126
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,
128128
Baptiste Grimaud, Cody Baker, Daniel P. Crepeau, Fernando J. Chaure, @Filipe, and Matthias Klumpp
129129
for their contributions to this release.
130130

0 commit comments

Comments
 (0)