Skip to content

Commit 35ac574

Browse files
rgommerssteppi
authored andcommitted
New translations news.md (Portuguese, Brazilian)
1 parent 3cf10d6 commit 35ac574

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

content/pt/news.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
---
22
title: Notícias
33
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
66
---
77

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+
821
### Promovendo uma cultura inclusiva: Chamada de participação
922

1023
_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
1326

1427
### Transição de liderança do time de documentação do NumPy
1528

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.
1730

18-
### NumPy versão 1.24.0
31+
### NumPy 1.24.0 released
1932

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:
2134

2235
* Novas palavras-chave "dtype" e "casting" para funções que atuam com stacking.
2336
* Novas funcionalidades e correções do F2PY.
@@ -169,6 +182,7 @@ Mais detalhes sobre nossas propostas e resultados esperados podem ser encontrado
169182

170183
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.
171184

185+
- NumPy 1.25.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.25.0)) -- _17 Jun 2023_.
172186
- NumPy 1.24.3 ([notas de versão](https://github.com/numpy/numpy/releases/tag/v1.24.3)) -- _22 de abril de 2023_.
173187
- NumPy 1.24.2 ([notas de versão](https://github.com/numpy/numpy/releases/tag/v1.24.2)) -- _5 de fevereiro de 2023_.
174188
- 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

Comments
 (0)