forked from numpy/numpy.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
134 lines (125 loc) · 5.04 KB
/
config.yaml
File metadata and controls
134 lines (125 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
languageName: English
params:
description: Why NumPy? Powerful n-dimensional arrays. Numerical computing tools. Interoperable. Performant. Open source.
navbarlogo:
image: logo.svg
text: NumPy
link: /
hero:
# Main hero title
title: NumPy
# Hero subtitle (optional)
subtitle: The fundamental package for scientific computing with Python
# Button text
buttontext: "Latest release: NumPy 1.26. View all releases"
# Where the main hero button links to
buttonlink: "/news/#releases"
# Hero image (from static/images/___)
image: logo.svg
shell:
title: placeholder
intro:
- title: Try NumPy
text: Use the interactive shell to try NumPy in the browser
docslink: Don't forget to check out the <a href="https://numpy.org/doc/stable" target="_blank">docs</a>.
casestudies:
title: CASE STUDIES
features:
- title: First Image of a Black Hole
text: How NumPy, together with libraries like SciPy and Matplotlib that depend on NumPy, enabled the Event Horizon Telescope to produce the first ever image of a black hole
img: /images/content_images/case_studies/blackhole.png
alttext: First image of a black hole. It is an orange circle in a black background.
url: /case-studies/blackhole-image
- title: Detection of Gravitational Waves
text: In 1916, Albert Einstein predicted gravitational waves; 100 years later their existence was confirmed by LIGO scientists using NumPy.
img: /images/content_images/case_studies/gravitional.png
alttext: Two orbs orbiting each other. They are displacing gravity around them.
url: /case-studies/gw-discov
- title: Sports Analytics
text: Cricket Analytics is changing the game by improving player and team performance through statistical modelling and predictive analytics. NumPy enables many of these analyses.
img: /images/content_images/case_studies/sports.jpg
alttext: Cricket ball on green field.
url: /case-studies/cricket-analytics
- title: Pose Estimation using deep learning
text: DeepLabCut uses NumPy for accelerating scientific studies that involve observing animal behavior for better understanding of motor control, across species and timescales.
img: /images/content_images/case_studies/deeplabcut.png
alttext: Cheetah pose analysis
url: /case-studies/deeplabcut-dnn
keyfeatures:
features:
- title: Powerful N-dimensional arrays
text: Fast and versatile, the NumPy vectorization, indexing, and broadcasting concepts are the de-facto standards of array computing today.
- title: Numerical computing tools
text: NumPy offers comprehensive mathematical functions, random number generators, linear algebra routines, Fourier transforms, and more.
- title: Open source
text: Distributed under a liberal [BSD license](https://github.com/numpy/numpy/blob/main/LICENSE.txt), NumPy is developed and maintained [publicly on GitHub](https://github.com/numpy/numpy) by a vibrant, responsive, and diverse [community](/community).
- title: Interoperable
text: NumPy supports a wide range of hardware and computing platforms, and plays well with distributed, GPU, and sparse array libraries.
- title: Performant
text: The core of NumPy is well-optimized C code. Enjoy the flexibility of Python with the speed of compiled code.
- title: Easy to use
text: NumPy's high level syntax makes it accessible and productive for programmers from any background or experience level.
tabs:
title: ECOSYSTEM
section5: false
navbar:
- title: Install
url: /install
- title: Documentation
url: https://numpy.org/doc/stable
- title: Learn
url: /learn
- title: Community
url: /community
- title: About Us
url: /about
- title: News
url: /news
- title: Contribute
url: /contribute
footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/numpy/numpy
icon: github
- link: https://www.youtube.com/channel/UCguIL9NZ7ybWK5WQ53qbHng
icon: youtube
- link: https://twitter.com/numpy_team
icon: twitter
quicklinks:
column1:
title: ""
links:
- text: Install
link: /install
- text: Documentation
link: https://numpy.org/doc/stable
- text: Learn
link: /learn
- text: Citing Numpy
link: /citing-numpy
- text: Roadmap
link: https://numpy.org/neps/roadmap.html
column2:
links:
- text: About us
link: /about
- text: Community
link: /community
- text: User surveys
link: /user-surveys
- text: Contribute
link: /contribute
- text: Code of conduct
link: /code-of-conduct
column3:
links:
- text: Get help
link: /gethelp
- text: Terms of use
link: /terms
- text: Privacy
link: /privacy
- text: Press kit
link: /press-kit