Skip to content

Add translations for Spanish #644

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/es/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}

Expand Down
5 changes: 5 additions & 0 deletions content/es/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ newsHeader: SciPy 1.15.2 lanzado
date: 2025-02-16
---

### 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!
Expand Down Expand Up @@ -196,6 +200,7 @@ 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.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_.
Expand Down
Loading