@@ -330,7 +330,6 @@ etc. for loading sound data...
330330##### Casting
331331
332332- Casting in arithmetic, in nutshell:
333-
334333 - only type (not value!) of operands matters
335334 - largest "safe" type able to represent both is picked
336335 - scalars can "lose" to arrays in some situations
@@ -1007,7 +1006,6 @@ x.strides, y.strides
10071006
10081007- CPU pulls data from main memory to its cache in blocks
10091008- If many array items consecutively operated on fit in a single block (small stride):
1010-
10111009 - $\Rightarrow$ fewer transfers needed
10121010 - $\Rightarrow$ faster
10131011
@@ -1671,13 +1669,11 @@ Get this tutorial: <https://www.euroscipy.org/talk/882>
16711669### Reporting bugs
16721670
16731671- Bug tracker (prefer ** this** )
1674-
16751672 - < https://github.com/numpy/numpy/issues >
16761673 - < https://github.com/scipy/scipy/issues >
16771674 - Click the "Sign up" link to get an account
16781675
16791676- Mailing lists (< https://numpy.org/community/ > )
1680-
16811677 - If you're unsure
16821678 - No replies in a week or so? Just file a bug ticket.
16831679
@@ -1712,7 +1708,6 @@ I'm using NumPy 1.4.1, built from the official tarball, on Windows
17121708
171317090 . What are you trying to do?
171417101 . ** Small code snippet reproducing the bug** (if possible)
1715-
17161711 - What actually happens
17171712 - What you'd expect
17181713
@@ -1736,17 +1731,14 @@ If unsure, try to remove existing NumPy installations, and reinstall...
17361731### Contributing to documentation
17371732
173817331 . Documentation editor
1739-
17401734 - < https://numpy.org/doc/stable/ >
17411735
17421736 - Registration
1743-
17441737 - Register an account
17451738
17461739 - Subscribe to ` scipy-dev ` mailing list (subscribers-only)
17471740
17481741 - Problem with mailing lists: you get mail
1749-
17501742 - But: ** you can turn mail delivery off**
17511743
17521744 - "change your subscription options", at the bottom of
@@ -1767,7 +1759,6 @@ If unsure, try to remove existing NumPy installations, and reinstall...
17671759 ```
17681760
17691761 - Check the style guide:
1770-
17711762 - <https://numpy.org/doc/stable/>
17721763 - Don't be intimidated; to fix a small thing, just fix it
17731764
@@ -1784,21 +1775,16 @@ The contribution of features is documented on <https://numpy.org/doc/stable/dev/
17841775### How to help, in general
17851776
17861777- Bug fixes always welcome!
1787-
17881778 - What irks you most
17891779 - Browse the tracker
17901780
17911781- Documentation work
1792-
17931782 - API docs: improvements to docstrings
1794-
17951783 - Know some SciPy module well?
17961784
17971785 - _User guide_
1798-
17991786 - <https://numpy.org/doc/stable/user/>
18001787
18011788- Ask on communication channels:
1802-
18031789 - `numpy-discussion` list
18041790 - `scipy-dev` list
0 commit comments