From e5af3e17654ebcd561adef19efdefc9fe9bde050 Mon Sep 17 00:00:00 2001 From: Scientific Python Translations Date: Wed, 2 Jul 2025 01:54:33 +0000 Subject: [PATCH 1/2] Add Spanish translations. --- content/es/about.md | 2 +- content/es/citing-scipy.md | 2 +- content/es/install.md | 2 +- content/es/news.md | 12 +++++++++++- content/es/teams/index.md | 6 ++++++ content/es/teams/typing-team.toml | 19 +++++++++++++++++++ 6 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 content/es/teams/typing-team.toml diff --git a/content/es/about.md b/content/es/about.md index 0e7503bc..1372fce7 100644 --- a/content/es/about.md +++ b/content/es/about.md @@ -79,7 +79,7 @@ Las donaciones son gestionadas por la fundación [NumFOCUS](https://numfocus.org El equipo de desarrollo de SciPy desea agradecer a las siguientes empresas y organizaciones por brindar apoyo financiero, servicios o infraestructura de desarrollo: - [JetBrains](https://jb.gg/OpenSourceSupport): licencias de todos sus productos para todos los mantenedores activos -- Tidelift: apoyo financiero para SciPy a través de la suscripción de código abierto de Tidelift +- [Tidelift](https://tidelift.com/subscription/pkg/pypi-scipy?utm_source=pypi-scipy&utm_medium=referral&utm_campaign=readme): apoyo financiero para SciPy a través de la suscripción de código abierto de Tidelift - [CircleCI](https://circleci.com): créditos de integración continua - [TravisCI](https://travis-ci.com): créditos de integración continua - [Appveyor](https://ci.appveyor.com): créditos de integración continua diff --git a/content/es/citing-scipy.md b/content/es/citing-scipy.md index a9cff379..f050d904 100644 --- a/content/es/citing-scipy.md +++ b/content/es/citing-scipy.md @@ -44,4 +44,4 @@ Aquí tienes un ejemplo de una entrada BibTeX: } ``` -En el caso de un algoritmo específico, considera citar el artículo original de su autor o autora (que usualmente se encuentra en la sección \"Referencias\" del docstring. +En el caso de un algoritmo específico, considera citar el artículo original de su autor o autora (que usualmente se encuentra en la sección \"Referencias\" del docstring. diff --git a/content/es/install.md b/content/es/install.md index d6e68c7d..b54437dd 100644 --- a/content/es/install.md +++ b/content/es/install.md @@ -21,6 +21,7 @@ Para instalar SciPy con \[archivos de tipado estáticos], revisa [Instalación c [static type stubs]: https://typing.readthedocs.io/en/latest/guides/libraries.html +{{< admonition tip >}} Es posible que se requiera instalar archivos de anotaciones de tipos para que los Entornos de Desarrollo Interactivos (IDEs) ofrezcan sugerencias de tipos más precisas. {{< /admonition >}} @@ -170,7 +171,6 @@ mamba install scipy ``` [Miniforge]: https://conda-forge.org/download/ - [`mamba`]: https://mamba.readthedocs.io/es/latest/ ''' diff --git a/content/es/news.md b/content/es/news.md index 2feca309..c5c157c2 100644 --- a/content/es/news.md +++ b/content/es/news.md @@ -5,6 +5,14 @@ newsHeader: SciPy 1.15.2 lanzado date: 2025-02-16 --- +### 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 lanzado _16 de febrero de 2025_ -- ¡Se ha lanzado SciPy 1.15.2! @@ -143,7 +151,7 @@ documentación. ### SciPy 2019 -_2019-07-08_ [SciPy](https://scipy2019.scipy.org/), la 18ª conferencia anual de Computación científica con Python, se llevará a cabo del 8 al 14 de julio de 2019 en Austin, Texas. +_2019-07-08_ [SciPy](https://scipy2019.scipy.org/), la 18ª conferencia anual de Computación científica con Python, se llevará a cabo del 8 al 14 de julio de 2019 en Austin, Texas. ### EuroSciPy 2017 _2017-08-28_ @@ -196,6 +204,8 @@ PyCon es la reunión anual más grande para la comunidad que utiliza y desarroll Here is a list of SciPy releases, with links to release notes. Las versiones de corrección de errores (solo los cambios `z` en el número de versión `x.y.z`) no tienen características nuevas; las versiones menores (los aumentos de `y`) sí. +- 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 lanzamiento](https://github.com/scipy/scipy/releases/tag/v1.15.2)) -- _2025-02-16_. - SciPy 1.15.1 ([notas de lanzamiento](https://github.com/scipy/scipy/releases/tag/v1.15.1)) -- _2015-01-18_. - SciPy 1.15.0 ([notas de lanzamiento](https://github.com/scipy/scipy/releases/tag/v1.15.0)) -- _2014-01-03_. diff --git a/content/es/teams/index.md b/content/es/teams/index.md index 2bf834b6..9cbac7f7 100644 --- a/content/es/teams/index.md +++ b/content/es/teams/index.md @@ -9,6 +9,12 @@ Colaboradores con derechos de commit en 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" />}} + ### Equipo de Clasificación Colaboradores con derechos de clasificación en GitHub. diff --git a/content/es/teams/typing-team.toml b/content/es/teams/typing-team.toml new file mode 100644 index 00000000..d97441e6 --- /dev/null +++ b/content/es/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 6dba4906017f79175188800765318bb6b32a2481 Mon Sep 17 00:00:00 2001 From: Scientific Python Translations Date: Wed, 2 Jul 2025 01:54:50 +0000 Subject: [PATCH 2/2] Run pre-commit. --- content/es/citing-scipy.md | 2 +- content/es/install.md | 1 + content/es/news.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/es/citing-scipy.md b/content/es/citing-scipy.md index f050d904..a9cff379 100644 --- a/content/es/citing-scipy.md +++ b/content/es/citing-scipy.md @@ -44,4 +44,4 @@ Aquí tienes un ejemplo de una entrada BibTeX: } ``` -En el caso de un algoritmo específico, considera citar el artículo original de su autor o autora (que usualmente se encuentra en la sección \"Referencias\" del docstring. +En el caso de un algoritmo específico, considera citar el artículo original de su autor o autora (que usualmente se encuentra en la sección \"Referencias\" del docstring. diff --git a/content/es/install.md b/content/es/install.md index b54437dd..9a3fbfff 100644 --- a/content/es/install.md +++ b/content/es/install.md @@ -171,6 +171,7 @@ mamba install scipy ``` [Miniforge]: https://conda-forge.org/download/ + [`mamba`]: https://mamba.readthedocs.io/es/latest/ ''' diff --git a/content/es/news.md b/content/es/news.md index c5c157c2..2bc277d3 100644 --- a/content/es/news.md +++ b/content/es/news.md @@ -151,7 +151,7 @@ documentación. ### SciPy 2019 -_2019-07-08_ [SciPy](https://scipy2019.scipy.org/), la 18ª conferencia anual de Computación científica con Python, se llevará a cabo del 8 al 14 de julio de 2019 en Austin, Texas. +_2019-07-08_ [SciPy](https://scipy2019.scipy.org/), la 18ª conferencia anual de Computación científica con Python, se llevará a cabo del 8 al 14 de julio de 2019 en Austin, Texas. ### EuroSciPy 2017 _2017-08-28_