You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pt/news.md
+19-5Lines changed: 19 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,23 @@
1
1
---
2
2
title: Notícias
3
3
sidebar: false
4
-
newsHeader: "Promovendo uma cultura inclusiva: Chamada de participação"
5
-
date: 2023-05-10
4
+
newsHeader: "NumPy 1.25.0 released"
5
+
date: 2023-06-17
6
6
---
7
7
8
+
### NumPy 1.25.0 released
9
+
10
+
_Jun 17, 2023_ -- [NumPy 1.25.0](https://numpy.org/doc/stable/release/1.25.0-notes.html) is now available. Some highlights are:
11
+
12
+
* Support for MUSL, there are now MUSL wheels.
13
+
* Support the Fujitsu C/C++ compiler.
14
+
* Object arrays are now supported in einsum
15
+
* Support for inplace matrix multiplication (`@=`).
16
+
17
+
The NumPy 1.25.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase the execution speed, and clarify the documentation. There has also been preparatory work for the future NumPy 2.0.0, resulting in a large number of new and expired deprecations.
18
+
19
+
A total of 148 people contributed to this release and 530 pull requests were merged. The Python versions supported are 3.9-3.11.
20
+
8
21
### Promovendo uma cultura inclusiva: Chamada de participação
9
22
10
23
_10 de maio de 2023_ -- Promovendo uma Cultura Inclusiva: Chamada de Participação
@@ -13,11 +26,11 @@ Como podemos ser melhores quando se trata de diversidade e de inclusão? Leia o
13
26
14
27
### Transição de liderança do time de documentação do NumPy
15
28
16
-
_6 de janeiro de 2023_ –- Mukulika Pahari e Ross Barnowski são nomeados como lideres do time de documentação do NumPy, substituindo Melissa Mendonça. Agradecemos a Melissa por todas suas contribuições para a documentação oficial do NumPy e materiais educacionais, e Mukulika e Ross por aceitarem o desafio.
29
+
_Jan 6, 2023_ –- Mukulika Pahari and Ross Barnowski are appointed as the new NumPy documentation team leads replacing Melissa Mendonça. We thank Melissa for all her contributions to the NumPy official documentation and educational materials, and Mukulika and Ross for stepping up.
17
30
18
-
### NumPy versão 1.24.0
31
+
### NumPy 1.24.0 released
19
32
20
-
_18 de dezembro de 2022_ -- [NumPy 1.24.0](https://numpy.org/doc/stable/release/1.24.0-notes.html) está agora disponível. Os destaques desta versão são:
33
+
_18 de dezembro de 2022_ -- [NumPy 1.24.0](https://numpy.org/doc/stable/release/1.24.0-notes.html) está agora disponível. The highlights of the release are:
21
34
22
35
* Novas palavras-chave "dtype" e "casting" para funções que atuam com stacking.
23
36
* Novas funcionalidades e correções do F2PY.
@@ -169,6 +182,7 @@ Mais detalhes sobre nossas propostas e resultados esperados podem ser encontrado
169
182
170
183
Aqui está uma lista de versões do NumPy, com links para notas de lançamento. Todos os lançamentos de bugfix (apenas o `z` muda no formato `x.y.z` do número da versão) não tem novos recursos; versões menores (o `y` aumenta) contém novos recursos.
171
184
185
+
- NumPy 1.25.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.25.0)) -- _17 Jun 2023_.
172
186
- NumPy 1.24.3 ([notas de versão](https://github.com/numpy/numpy/releases/tag/v1.24.3)) -- _22 de abril de 2023_.
173
187
- NumPy 1.24.2 ([notas de versão](https://github.com/numpy/numpy/releases/tag/v1.24.2)) -- _5 de fevereiro de 2023_.
174
188
- NumPy 1.24.1 ([notas de versão](https://github.com/numpy/numpy/releases/tag/v1.24.1)) -- _26 de dezembro de 2022_.
0 commit comments