Skip to content

Make an announcement about the 2021 NumPy survey #453

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

Merged
merged 1 commit into from
Jul 23, 2021
Merged
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
4 changes: 2 additions & 2 deletions content/en/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ params:
image: logos/numpy.svg
# Customizable navbar. For a dropdown, add a "sublinks" list.
news:
title: 2020 NumPy survey
content: results are in
title: 2021 NumPy survey
content: Your voice matters
url: /news

shell:
Expand Down
11 changes: 10 additions & 1 deletion content/en/news.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
title: News
sidebar: false
---
### 2021 NumPy survey

_July 12, 2021_ -- At NumPy, we believe in the power of our community. 1,236 NumPy users from 75 countries participated in our inaugural survey last year. The survey findings gave us a very good understanding of what we should focus on for the next 12 months.

It’s time for another survey, and we are counting on you once again. It will take about 15 minutes of your time. Besides English, the survey questionnaire is available in 8 additional languages: Bangla, French, Hindi, Japanese, Mandarin, Portuguese, Russian, and Spanish.

Follow the link to get started: https://berkeley.qualtrics.com/jfe/form/SV_aaOONjgcBXDSl4q.


### Numpy 1.21.0 release

_Jun 23, 2021_ -- [NumPy 1.21.0](https://numpy.org/doc/stable/release/1.21.0-notes.html)
Expand All @@ -14,7 +23,7 @@ is now available. The highlights of the release are:
- improved annotations,
- new ``PCG64DXSM`` bitgenerator for random numbers.

This NumPy release is the result of 581 merged pull requests contributed by 175 people.
This NumPy release is the result of 581 merged pull requests contributed by 175 people.
The Python versions supported for this release are 3.7-3.9, support for Python 3.10 will be added after Python 3.10 is released.


Expand Down