Skip to content

Commit 1f88ea9

Browse files
committed
Rebuild site
0 parents  commit 1f88ea9

File tree

117 files changed

+41467
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+41467
-0
lines changed

.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 9236536fab9968adb92a4a7e268edbbc
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.nojekyll

Whitespace-only changes.

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
www.numpy.org
Binary file not shown.

_downloads/numeric-manual.pdf

1.18 MB
Binary file not shown.

_sources/community.rst.txt

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
The NumPy community
2+
-------------------
3+
4+
The community of NumPy users and developers is large and decentraliazed. We
5+
try to direct certain conversations to certain channels.
6+
7+
8+
1. Use the `#numpy tag on StackOverflow <http://stackoverflow.com/questions/tagged/numpy>`__
9+
for *usage* questions (like "How do I do *X* in NumPy?").
10+
2. Use the `GitHub issue tracker <https://github.com/numpy/numpy/issues>`__ for
11+
12+
- **Bug reports** (like "``np.arange(3).shape`` returns ``(5,)``, when it should return ``(3,)``.")
13+
- **Documentation issues** (like "I found this section unclear")
14+
- **Feature requests** (like "I would like to have a new interpolation method in ``np.percentile``.")
15+
16+
3. Use the `NumPy mailing list <https://mail.python.org/mailman/listinfo/numpy-discussion>`__
17+
for longer-form discussion items. This is for things that concern the
18+
broader NumPy community. Most users probably don't care about an obscure
19+
edge-case in ``np.polynomial.Legendre`` (which should be reported on the
20+
issue tracker), but may care about larger-picture things like
21+
22+
- How should we have discussions about NumPy and the community?
23+
- Developing or adding items to a NumPy roadmap
24+
- Announcing sprints or conference talks
25+
- Changes to the development workflow
26+
- Announcements for NumPy releases and developer meetings
27+
- ...
28+
29+
To learn more about how to contribute to the ongoing development of *NumPy*,
30+
please check out our `contributing guidelines <https://docs.scipy.org/doc/numpy/dev/#contributing-to-numpy>`_.
31+
For deeper development discussions related to the direction of the project, you
32+
can join the `mailing list <https://mail.python.org/mailman/listinfo/numpy-discussion>`__.
33+

_sources/conduct.rst.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _conduct:
2+
3+
NumPy Code of Conduct
4+
=====================
5+
6+
NumPy has a Code of Conduct, please see: https://www.numpy.org/devdocs/dev/conduct/code_of_conduct.html
7+

_sources/index.rst.txt

+175
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,175 @@
1+
NumPy
2+
=====
3+
4+
.. toctree::
5+
:hidden:
6+
7+
community
8+
license
9+
conduct
10+
old_array_packages
11+
12+
13+
NumPy is the fundamental package for scientific computing with Python.
14+
It contains among other things:
15+
16+
- a powerful N-dimensional array object
17+
- sophisticated (broadcasting) functions
18+
- tools for integrating C/C++ and Fortran code
19+
- useful linear algebra, Fourier transform, and random number capabilities
20+
21+
Besides its obvious scientific uses, NumPy can also be used as an efficient
22+
multi-dimensional container of generic data. Arbitrary data-types can be
23+
defined. This allows NumPy to seamlessly and speedily integrate with a wide
24+
variety of databases.
25+
26+
NumPy is licensed under the :ref:`BSD license <license>`, enabling reuse with
27+
few restrictions.
28+
29+
Getting Started
30+
---------------
31+
32+
To install NumPy, we strongly recommend using a
33+
*scientific Python distribution*. See
34+
`Installing the SciPy Stack <https://www.scipy.org/install.html>`__ for
35+
details.
36+
37+
Many high quality online tutorials, courses, and books are available to get
38+
started with NumPy. For a quick introduction to NumPy we provide the
39+
`NumPy Tutorial <https://www.numpy.org/devdocs/user/quickstart.html>`__. We
40+
also recommend the `SciPy Lecture Notes <https://scipy-lectures.org>`__ for a
41+
broader introduction to the scientific Python ecosystem.
42+
43+
For more information on the SciPy Stack (for which NumPy provides the
44+
fundamental array data structure), see `scipy.org <https://www.scipy.org/>`__.
45+
46+
Documentation
47+
-------------
48+
49+
The most up-to-date NumPy documentation can be found at
50+
`Latest (development) version <https://www.numpy.org/devdocs>`__.
51+
It includes a user guide, full reference documentation, a developer guide, meta
52+
information, and "NumPy Enhancement Proposals" (which include the NumPy Roadmap
53+
and detailed plans for major new features).
54+
55+
A complete archive of documentation for all NumPy releases (minor versions; bug
56+
fix releases don't contain significant documentation changes) since 2009 can be
57+
found at https://docs.scipy.org.
58+
59+
Support NumPy
60+
-------------
61+
62+
If you have found NumPy to be useful in your work, research or company, please
63+
consider making a donation to the project commensurate with your resources. Any
64+
amount helps! All donations will be used strictly to fund the development of
65+
NumPy’s open source software, documentation and community.
66+
67+
Donations are managed by the NumFOCUS Foundation, which is the legal and fiscal
68+
umbrella for the project. NumFOCUS is a 501(c)3 non-profit foundation, so if
69+
you are subject to US Tax law, your contribution is tax-deductible.
70+
NumPy's `Steering Council <https://www.numpy.org/devdocs/dev/governance/index.html>`__
71+
will make the decisions on how to best use any funds received. Technical and
72+
infrastructure priorities are documented on the
73+
`NumPy Roadmap <https://www.numpy.org/neps/roadmap.html>`__.
74+
75+
.. raw:: html
76+
77+
<div>
78+
<ul class="thumbnails">
79+
80+
<li class="span4">
81+
<div class="pull-left img">
82+
<a href="https://numfocus.org/sponsored-projects">
83+
<img alt="NumFOCUS" src="_static/NumFOCUS_sponsored_project.png" width="180">
84+
</a>
85+
</div>
86+
</li>
87+
88+
89+
<li class="span4">
90+
<div style="padding-top:2px; padding-bottom:2px; text-align:center; margin:0px auto;">
91+
<div style="display: inline-block; float:left; margin-left:1em;">
92+
<a href="https://numfocus.salsalabs.org/donate-to-numpy" target="_blank"
93+
style="background:#FFA500;padding:10px;margin:1px 0px;
94+
text-decoration:none;font-size:12pt;color:#222222;
95+
font-family:Arial,Helvetica,sans-serif;display:inline-block;">
96+
Donate Now!
97+
</a>
98+
</div>
99+
</div>
100+
</li>
101+
102+
</ul>
103+
</div>
104+
105+
106+
Institutional Partners
107+
~~~~~~~~~~~~~~~~~~~~~~
108+
109+
Institutional Partners are organizations that support the project by employing
110+
NumPy contributors, with contributing to the project as part of their official
111+
duties. Current Institutional Partners include:
112+
113+
.. raw:: html
114+
115+
<div>
116+
<ul class="thumbnails">
117+
118+
<li class="span4">
119+
<div class="pull-left img">
120+
<a href="https://www.berkeley.edu/">
121+
<img alt="Berkeley" src="_static/berkeley-color.svg" width="180">
122+
</a>
123+
</div>
124+
</li>
125+
126+
<li class="span4">
127+
<div class="pull-left img">
128+
<a href="https://quansight.com">
129+
<img alt="Quansight" src="_static/quansight.svg" width="180">
130+
</a>
131+
</div>
132+
</li>
133+
134+
</ul>
135+
</div>
136+
137+
138+
Sponsors
139+
~~~~~~~~
140+
141+
NumPy receives direct funding from the following sources:
142+
143+
144+
.. raw:: html
145+
146+
<div>
147+
<ul class="thumbnails">
148+
149+
<li class="span4">
150+
<div class="pull-left img">
151+
<a href="https://www.moore.org/">
152+
<img alt="Gordon and Betty Moore Foundation" src="_static/moore.svg" width="180">
153+
</a>
154+
</div>
155+
</li>
156+
157+
<li class="span4">
158+
<div class="pull-left img">
159+
<a href="https://www.sloan.org/">
160+
<img alt="Alfred P. Sloan Foundation" src="_static/sloan.svg" width="180">
161+
</a>
162+
</div>
163+
</li>
164+
165+
<li class="span4">
166+
<div class="pull-left img">
167+
<a href="https://tidelift.com/subscription/pkg/pypi-numpy?utm_source=pypi-numpy&utm_medium=referral&utm_campaign=website">
168+
<img alt="Tidelift" src="_static/Tidelift_Logos_RGB_Tidelift_Mark_On-White.png" width="180">
169+
</a>
170+
</div>
171+
</li>
172+
173+
</ul>
174+
</div>
175+

_sources/license.rst.txt

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. _license:
2+
3+
NumPy license
4+
=============
5+
6+
| Copyright © 2005-|today|, NumPy Developers.
7+
| All rights reserved.
8+
9+
Redistribution and use in source and binary forms, with or without
10+
modification, are permitted provided that the following conditions are
11+
met:
12+
13+
* Redistributions of source code must retain the above copyright
14+
notice, this list of conditions and the following disclaimer.
15+
16+
* Redistributions in binary form must reproduce the above
17+
copyright notice, this list of conditions and the following
18+
disclaimer in the documentation and/or other materials provided
19+
with the distribution.
20+
21+
* Neither the name of the NumPy Developers nor the names of any
22+
contributors may be used to endorse or promote products derived
23+
from this software without specific prior written permission.
24+
25+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

_sources/old_array_packages.rst.txt

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
====================
2+
Older Array Packages
3+
====================
4+
5+
Below is a very brief history of NumPy and the array packages that were important
6+
to its development. These older array packages are no longer maintained, and users
7+
are strongly advised to use NumPy for any array-related purposes or refactor any
8+
pre-existing code to utilize the NumPy library.
9+
10+
History of NumPy
11+
================
12+
13+
NumPy derives from an old library called Numeric, which was the first array object
14+
built for Python. It was quite successful and was used in a variety of applications
15+
before being phased out. NumPy also incorporates features introduced by a library
16+
called Numarray, which was written after Numeric but before NumPy.
17+
18+
When NumPy was first written, it wasn't actually called "NumPy". For about 6 months at
19+
the end of 2005, NumPy was called SciPy Core (not to be confused with the full SciPy
20+
package which remains a `separate <https://www.scipy.org/>`_ package). However, it was
21+
decided in January 2006 to go with the historical name of NumPy for the new package.
22+
23+
SourceForge Links
24+
=================
25+
26+
If for any reason you want to obtain a copy of the original Numeric and Numarray libraries,
27+
you can download them from SourceForge using the links below:
28+
29+
`Download Page for Numeric
30+
<https://sourceforge.net/projects/numpy/files/Old%20Numeric/>`__
31+
32+
`Download Page for Numarray
33+
<https://sourceforge.net/projects/numpy/files/Old%20Numarray/>`__
34+
35+
Historic Documentation
36+
======================
37+
38+
:download:`Numeric Manual <_static/numeric-manual.pdf>`
13.1 KB
Loading
Loading

_static/ajax-loader.gif

673 Bytes
Loading

0 commit comments

Comments
 (0)