From a0c8f9ae508c1a047c09c7d52d41c3de4259b1ed Mon Sep 17 00:00:00 2001 From: Scientific Python Translations Date: Wed, 2 Jul 2025 01:55:07 +0000 Subject: [PATCH 1/2] Add Portuguese, Brazilian translations. --- content/pt/install.md | 1 - content/pt/news.md | 10 ++++++++++ content/pt/teams/index.md | 6 ++++++ content/pt/teams/typing-team.toml | 19 +++++++++++++++++++ 4 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 content/pt/teams/typing-team.toml diff --git a/content/pt/install.md b/content/pt/install.md index 54729bf..601b8f0 100644 --- a/content/pt/install.md +++ b/content/pt/install.md @@ -178,7 +178,6 @@ mamba install scipy ``` [Miniforge]: https://conda-forge.org/download/ - [`mamba`]: https://mamba.readthedocs.io/en/latest/ ''' diff --git a/content/pt/news.md b/content/pt/news.md index 55fe20b..d279ff6 100644 --- a/content/pt/news.md +++ b/content/pt/news.md @@ -5,6 +5,14 @@ newsHeader: Lançamento da SciPy versão 1.14.1! date: 2024-08-20 --- +### SciPy 1.16.0 released + +_June 22, 2025_ -- SciPy 1.16.0 has been released! + +### SciPy 1.15.3 released + +_May 8, 2025_ -- SciPy 1.15.3 has been released! + ### SciPy 1.15.2 released _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. 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. +- SciPy 1.16.0 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.16.0)) -- _2025-06-22_. +- SciPy 1.15.3 ([release notes](https://github.com/scipy/scipy/releases/tag/v1.15.3)) -- _2025-05-08_. - SciPy 1.15.2 ([notas de lançamento](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_. - SciPy 1.15.1 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.1)) -- _2025-01-10_. - SciPy 1.15.0 ([notas de versão](https://github.com/scipy/scipy/releases/tag/v1.15.0)) -- _2025-01-03_. diff --git a/content/pt/teams/index.md b/content/pt/teams/index.md index c15c45f..238797d 100644 --- a/content/pt/teams/index.md +++ b/content/pt/teams/index.md @@ -9,6 +9,12 @@ Contributors with merge rights on GitHub. {{< grid file="maintainers.toml" columns="2 3 4 5" />}} +### Typing team + +Contributors with merge rights on `scipy-stubs`. + +{{< grid file="typing-team.toml" columns="2 3 4 5" />}} + ### Equipe de Triagem Contributors with triage rights on GitHub. diff --git a/content/pt/teams/typing-team.toml b/content/pt/teams/typing-team.toml new file mode 100644 index 0000000..d97441e --- /dev/null +++ b/content/pt/teams/typing-team.toml @@ -0,0 +1,19 @@ +[[item]] +type = 'card' +classcard = 'text-center' +body = '''{{< image >}} +src = 'https://avatars.githubusercontent.com/u/6208662?u=f5b6702cd80c1cd85d9a9cdc84fee65bedae24ca&v=4"' +alt = 'Avatar of Joren Hammudoglu' +{{< /image >}} +Joren Hammudoglu''' +link = 'https://github.com/jorenham' + +[[item]] +type = 'card' +classcard = 'text-center' +body = '''{{< image >}} +src = 'https://avatars.githubusercontent.com/u/98330?u=22a023f8d191ba200ab13d476c83860d015cc9fe&v=4"' +alt = 'Avatar of Ralf Gommers' +{{< /image >}} +Ralf Gommers''' +link = 'https://github.com/rgommers' From 502ed94eca8e53976dc30401809dbdcd4f3f0d75 Mon Sep 17 00:00:00 2001 From: Scientific Python Translations Date: Wed, 2 Jul 2025 01:55:10 +0000 Subject: [PATCH 2/2] Run pre-commit. --- content/pt/install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/pt/install.md b/content/pt/install.md index 601b8f0..54729bf 100644 --- a/content/pt/install.md +++ b/content/pt/install.md @@ -178,6 +178,7 @@ mamba install scipy ``` [Miniforge]: https://conda-forge.org/download/ + [`mamba`]: https://mamba.readthedocs.io/en/latest/ '''