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: content/pt/install.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,7 @@ Ambientes de Desenvolvimento Interativo (IDEs) para fornecer dicas de tipo preci
30
30
31
31
[[tab]]
32
32
name = 'Baseado em Projetos'
33
-
content = '''
34
-
<aname="project-based"></a>
33
+
content = ''' <aname="project-based"></a>
35
34
36
35
### Instalando com uv
37
36
@@ -122,7 +121,7 @@ pixi init try-scipy
122
121
cd try-scipy
123
122
```
124
123
125
-
3.Adicionar a SciPy ao seu projeto:
124
+
3.Criar um novo projeto em um novo subdiretório, executando o seguinte em um terminal:
126
125
127
126
```bash
128
127
pixi add scipy
@@ -138,8 +137,7 @@ pixi run python
138
137
139
138
[[tab]]
140
139
name = 'Environment Based'
141
-
content = '''
142
-
<aname="environment-based"></a>
140
+
content = '''<aname="environment-based"></a>
143
141
144
142
Em fluxos de trabalho baseados em projetos, um projeto é um diretório que contém um arquivo manifesto descrevendo o projeto, um arquivo <i>lock-file</i> descrevendo as dependências exatas do projeto, e os (potencialmente vários) ambientes do projeto.
145
143
@@ -163,6 +161,7 @@ Veja [o tutorial no Python Packaging User Guide](https://packaging.python.org/en
Cuidado: compilar a SciPy a partir do código fonte pode ser um exercício não trivial. Recomendamos o uso de binários, em vez disso, se eles estiverem disponíveis para a sua plataforma em um dos métodos acima.
230
227
Para mais detalhes sobre como compilar a partir do código fonte, consulte [o guia de compilação a partir do código fonte na documentação da SciPy][building-docs].
Copy file name to clipboardExpand all lines: content/pt/news.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@ newsHeader: Lançamento da SciPy versão 1.14.1!
5
5
date: 2024-08-20
6
6
---
7
7
8
+
### SciPy 1.16.2 released
9
+
10
+
_September 11, 2025_ -- SciPy 1.16.2 has been released! This is the
11
+
first stable release to provide Windows on ARM wheels on PyPI.
12
+
13
+
### SciPy 1.16.1 released
14
+
15
+
_July 27, 2025_ -- SciPy 1.16.1 has been released! This is the
16
+
first stable release to support Python 3.14 and provide corresponding
17
+
binaries on PyPI.
18
+
19
+
### SciPy 1.16.0 released
20
+
21
+
_June 22, 2025_ -- SciPy 1.16.0 has been released!
22
+
23
+
### SciPy 1.15.3 released
24
+
25
+
_May 8, 2025_ -- SciPy 1.15.3 has been released!
26
+
8
27
### SciPy 1.15.2 released
9
28
10
29
_February 16, 2025_ -- SciPy 1.15.2 has been released!
@@ -208,6 +227,10 @@ a conferência será realizada de 7 a 15 de março em Santa Clara, Califórnia.
208
227
209
228
Aqui está uma lista de versões da SciPy, com links para notas de lançamento. Versões de correção de bugs (apenas o `z` muda no número de versão `x.y.z`) não tem novas funcionalidades; versões menores (o `y` muda) tem novas funcionalidades.
0 commit comments