You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,20 @@ interface for Python calling C code. CFFI is supported for CPython 2.6+,
22
22
Breaking Changes
23
23
----------------
24
24
25
-
The latest release of PySoundFile cleans up many small inconsistencies, particularly in the the ordering and naming of function arguments. Therefore, old code will probably not work any more.
25
+
The latest release of PySoundFile cleans up many small
26
+
inconsistencies, particularly in the the ordering and naming of
27
+
function arguments. Therefore, old code will probably not work any
28
+
more.
26
29
27
-
It also adds a number of great new features, such as global ``read`` and ``write`` functions that do not require you to open a ``SoundFile``, or a ``blocks`` function that can read a sound file one block at a time. It has also grown a lot more flexible and powerful at opening things like streams, buffers, or file descriptors.
30
+
It also adds a number of great new features, such as global ``read``
31
+
and ``write`` functions that do not require you to open a
32
+
``SoundFile``, or a ``blocks`` function that can read a sound file one
33
+
block at a time. It has also grown a lot more flexible and powerful at
34
+
opening things like streams, buffers, or file descriptors.
28
35
29
-
With all these improvements, we feel that the indexing interface is not needed any more. It is now officially marked as deprecated and might be removed in the future.
36
+
With all these improvements, we feel that the indexing interface is
37
+
not needed any more. It is now officially marked as deprecated and
38
+
might be removed in the future.
30
39
31
40
Installation
32
41
------------
@@ -205,7 +214,8 @@ News
205
214
- Switched to ``float64`` as default data type.
206
215
- Function arguments changed for consistency.
207
216
- Added unit tests.
208
-
- Added global ``read()``, ``write()``, ``blocks()`` convenience functions.
217
+
- Added global ``read()``, ``write()``, ``blocks()`` convenience
218
+
functions.
209
219
- Documentation overhaul and hosting on readthedocs.
0 commit comments