Skip to content

Commit a0c8f9a

Browse files
Add Portuguese, Brazilian translations.
1 parent 4652a48 commit a0c8f9a

File tree

4 files changed

+35
-1
lines changed

4 files changed

+35
-1
lines changed

content/pt/install.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ mamba install scipy
178178
```
179179

180180
[Miniforge]: https://conda-forge.org/download/
181-
182181
[`mamba`]: https://mamba.readthedocs.io/en/latest/
183182

184183
'''

content/pt/news.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ newsHeader: Lançamento da SciPy versão 1.14.1!
55
date: 2024-08-20
66
---
77

8+
### SciPy 1.16.0 released
9+
10+
_June 22, 2025_ -- SciPy 1.16.0 has been released!
11+
12+
### SciPy 1.15.3 released
13+
14+
_May 8, 2025_ -- SciPy 1.15.3 has been released!
15+
816
### SciPy 1.15.2 released
917

1018
_February 16, 2025_ -- SciPy 1.15.2 has been released!
@@ -208,6 +216,8 @@ a conferência será realizada de 7 a 15 de março em Santa Clara, Califórnia.
208216

209217
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.
210218

219+
- SciPy 1.16.0 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.16.0)) -- _2025-06-22_.
220+
- SciPy 1.15.3 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.15.3)) -- _2025-05-08_.
211221
- SciPy 1.15.2 ([notas de lançamento](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_.
212222
- SciPy 1.15.1 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.1)) -- _2025-01-10_.
213223
- SciPy 1.15.0 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.0)) -- _2025-01-03_.

content/pt/teams/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Contributors with merge rights on GitHub.
99

1010
{{< grid file="maintainers.toml" columns="2 3 4 5" />}}
1111

12+
### Typing team
13+
14+
Contributors with merge rights on `scipy-stubs`.
15+
16+
{{< grid file="typing-team.toml" columns="2 3 4 5" />}}
17+
1218
### Equipe de Triagem
1319

1420
Contributors with triage rights on GitHub.

content/pt/teams/typing-team.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[[item]]
2+
type = 'card'
3+
classcard = 'text-center'
4+
body = '''{{< image >}}
5+
src = 'https://avatars.githubusercontent.com/u/6208662?u=f5b6702cd80c1cd85d9a9cdc84fee65bedae24ca&v=4"'
6+
alt = 'Avatar of Joren Hammudoglu'
7+
{{< /image >}}
8+
Joren Hammudoglu'''
9+
link = 'https://github.com/jorenham'
10+
11+
[[item]]
12+
type = 'card'
13+
classcard = 'text-center'
14+
body = '''{{< image >}}
15+
src = 'https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"'
16+
alt = 'Avatar of Ralf Gommers'
17+
{{< /image >}}
18+
Ralf Gommers'''
19+
link = 'https://github.com/rgommers'

0 commit comments

Comments
 (0)