Skip to content

Traducido language y numpy #6

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 6 commits into
base: master
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ Fixes:

- Ozan Çağlayan

- kikocorreo

- Sergio Oller

- Robert Gieseke

- Jonathan J. Helmus

Traductores al español
======================

Expand Down
23 changes: 22 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@

Novedades
===========

Publicación 2013.2 beta (21 August 2013)
-------------------------------------

* Capítulo Numpy simplificado (Valentin Haenel)

* Nuevo diseño para el renderizado HTML (Gaël Varoquaux)

Publicación 2013.1 (10 Feb 2013)
----------------------------

* Mejoras en el capítulo avanzado de manipulación de imágenes (Emmanuelle Gouillart)

* Actualizado el capítulo introductorio al lenguaje (Valentin Haenel)

* Actualizado el capítulo introductorio numpy (Valentin Haenel)

* Nuevo capítulo avanzado interfaz con C (Valentin Haenel)

* Correcciones menores y mejoras en varias partes (Robert Gieseke, Ozan Çağlayan,
Sergio Oller, kikocorreo, Valentin Haenel)

Publicación 2012.3 (26 Nov 2012)
-----------------------------

Expand Down Expand Up @@ -51,4 +73,3 @@ simplificado (Gaël Varoquaux). Se han añadido capítulos avanzados:
Python constructs avanzados (Zbigniew Jędrzejewski-Szmek), Código de depuración (Gaël Varoquaux),
optimización de código (Gaël Varoquaux), procesamiento de imagen (Emmanuelle Gouillart), scikit-learn
(Fabian Pedregosa).

Loading