From eb4f7fa133fb326baec7ed78f18205d10229fe1d Mon Sep 17 00:00:00 2001 From: Scientific Python Translations Date: Wed, 14 May 2025 01:49:55 +0000 Subject: [PATCH 1/2] Add Portuguese, Brazilian translations. --- content/pt/install.md | 1 - content/pt/news.md | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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..1ac0c2e 100644 --- a/content/pt/news.md +++ b/content/pt/news.md @@ -5,6 +5,10 @@ newsHeader: Lançamento da SciPy versão 1.14.1! date: 2024-08-20 --- +### 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 +212,7 @@ 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.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_. From 5c5b7eb68f64f6a0ecd8435b733661b6ff54c4f7 Mon Sep 17 00:00:00 2001 From: Scientific Python Translations Date: Wed, 14 May 2025 01:49:57 +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/ '''